severity 489044 serious tags 489044 + confirmed patch thanks Hello,
there is no cupsys in lenny anymore (its renamed from cupsys to cups) so
the packages installation fails.
The simple patch is:
--- printconf.orig 2008-10-01 17:06:05.000000000 +0200
+++ printconf 2008-10-01 17:06:19.000000000 +0200
@@ -216,7 +216,7 @@
# After loop, reinit CUPS
if not dryrun:
- os.system('/usr/sbin/invoke-rc.d cupsys force-reload')
+ os.system('/usr/sbin/invoke-rc.d cups force-reload')
print_fill('''If printconf was unable to install all of your printers,
please visit http://www.linuxprinting.org/ for printer information and support
$ rgrep cupsys foomatic-gui-0.7.8/*
foomatic-gui-0.7.8/debian/control:Depends: ${python:Depends}, python-foomatic
(>= ${source:Version}), foomatic-db, foomatic-db-hpijs, foomatic-db-gutenprint,
openprinting-ppds, cupsys, cupsys-client, gs-esp | gs, ${misc:Depends}
foomatic-gui-0.7.8/debian/changelog: * Call db_stop in postinst to avoid hang
when cupsys is possibly
foomatic-gui-0.7.8/foomatic-gui:
os.system('/usr/sbin/invoke-rc.d cupsys reload')
foomatic-gui-0.7.8/foomatic-gui: for init in
['/etc/init.d/cupsys']:
The dependency in debian/control could (there is a transitional package)
and the calls ind foomatic-gui should be fixed, too.
Thank you.
--
Noèl Köthe <noel debian.org>
Debian GNU/Linux, www.debian.org
signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil

