From 576cc030cff8ffe965136941f1d6603596d6fd70 Mon Sep 17 00:00:00 2001 From: Tiago Salem Herrmann Date: Fri, 14 Mar 2008 18:16:14 +0000 Subject: - use package name instead of Provides on scannerdrake --- perl-install/NEWS | 1 + perl-install/standalone/scannerdrake | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/NEWS b/perl-install/NEWS index 440432933..26d0b0ab7 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,4 +1,5 @@ - fix changing UID on forking +- scannerdrake: use package name instead of Provides. Version 10.12 - 13 March 2008 diff --git a/perl-install/standalone/scannerdrake b/perl-install/standalone/scannerdrake index 9b2b1f800..bdc51d5dc 100755 --- a/perl-install/standalone/scannerdrake +++ b/perl-install/standalone/scannerdrake @@ -55,7 +55,8 @@ Do you want to install the SANE packages?"))) { N("Aborting Scannerdrake.")); exit 0; } - if (!$in->do_pkgs->install('sane-backends', 'scanner-gui')) { + # should be scanner-gui instead of xsane, but gurpmi2 does not handle provides + if (!$in->do_pkgs->install('sane-backends', 'xsane')) { $in->ask_warn(N("Error"), N("Could not install the packages needed to set up a scanner with Scannerdrake.") . " " . N("Scannerdrake will not be started now.")); -- cgit v1.2.1