Control: tags -1 +patch Le vendredi, 17 janvier 2014, 00.31:07 Adrian Bunk a écrit : > Package: ghostscript-cups > Version: 9.05~dfsg-8+b1 > Severity: serious > > cups depends on cups-filters, which now conflicts with > ghostscript-cups since gstopxl and gstoraster moved there. Indeed. The attached patch implements this. Jonas, Michael: I have noticed there are some pending updates on ghostscript on the VCS, do you intend to upload these soon too? Also, what is blocking the upgrade to a new upstream release? (I can upload that patch if you don't have time.) Cheers, OdyX
diff --git a/debian/changelog b/debian/changelog index bc4a88e..fe9e22f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +ghostscript (9.05~dfsg-9) unstable; urgency=medium + + * Team upload. + * Remove ghostscript-cups binary package which fils are now provided + by cups-filters (Closes: #735612) + + -- Didier Raboud <odyx@debian.org> Sat, 18 Jan 2014 17:08:28 +0100 + ghostscript (9.05~dfsg-8) unstable; urgency=medium * Add patches to fix endless loops related to unbalanced q/Q diff --git a/debian/control b/debian/control index bbfd62e..4db2766 100644 --- a/debian/control +++ b/debian/control @@ -59,22 +59,6 @@ Description: interpreter for the PostScript language and for PDF printed on non-PostScript printers. Supported printers include common dot-matrix, inkjet and laser models. -Package: ghostscript-cups -Architecture: any -Depends: ${shlibs:Depends}, - ${cdbs:Depends}, - ${misc:Depends} -Recommends: ${cdbs:Recommends}, - ${cdbs:Recommends} -Breaks: ${cdbs:Breaks} -Description: interpreter for the PostScript language and for PDF - CUPS filters - GPL Ghostscript is used for PostScript/PDF preview and printing. - Usually as a back-end to a program such as ghostview, it can display - PostScript and PDF documents in an X11 environment. - . - This package contains the CUPS filters, drivers, and PPDs which come - with GPL Ghostscript. - Package: ghostscript-x Architecture: any Depends: ${shlibs:Depends}, @@ -158,7 +142,6 @@ Depends: ${shlibs:Depends}, ${cdbs:Depends}, libgs9 (= ${binary:Version}) | ghostscript (= ${binary:Version}) | - ghostscript-cups (= ${binary:Version}) | ghostscript-x (= ${binary:Version}), ${misc:Depends} Description: interpreter for the PostScript language and for PDF - Debug symbols @@ -166,5 +149,5 @@ Description: interpreter for the PostScript language and for PDF - Debug symbols Usually as a back-end to a program such as ghostview, it can display PostScript and PDF documents in an X11 environment. . - This package contains the debugging symbols for ghostscript, ghostscript-x, - ghostscript-cups and libgs9. + This package contains the debugging symbols for ghostscript, ghostscript-x + and libgs9. diff --git a/debian/ghostscript-cups.install b/debian/ghostscript-cups.install deleted file mode 100644 index b7747bd..0000000 --- a/debian/ghostscript-cups.install +++ /dev/null @@ -1,10 +0,0 @@ -# install below /usr/share to avoid becoming conffiles -# FIXME: document or remove next line (was installed-without-failing before 8.64-4) -#etc/cups/*.types usr/share/cups/mime/ -etc/cups/*.convs usr/share/cups/mime/ - -usr/lib/cups/filter/ -usr/share/ppd/ - -# Cups triggering file -debian/ghostscript-cups.ppd-updater usr/share/cups/ppd-updaters/ diff --git a/debian/ghostscript-cups.ppd-updater b/debian/ghostscript-cups.ppd-updater deleted file mode 100644 index fbeed05..0000000 --- a/debian/ghostscript-cups.ppd-updater +++ /dev/null @@ -1,2 +0,0 @@ -DRIVER_REGEXP='lsb/usr/ghostscript/' -GENNICKNAME_REGEXP='' diff --git a/debian/rules b/debian/rules index 6bdc310..0bae573 100755 --- a/debian/rules +++ b/debian/rules @@ -202,11 +202,6 @@ gs_opts += SHARE_LCUPS=1 SHARE_LCUPSI=1 gs_opts += CUPSDATA=/usr/share/ppd/ghostscript DEB_CONFIGURE_EXTRA_FLAGS += --enable-cups --enable-dbus --with-install-cups dev-deps += cups2 cupsimage2 dbus-1 -CDBS_DEPENDS_ghostscript-cups +=, ghostscript -CDBS_RECOMMENDS_ghostscript-cups +=, cups, cups-client, colord -CDBS_SUGGESTS_ghostscript +=, ghostscript-cups -# recent cups needed for trigger file ghostscript-cups.ppd-updater -CDBS_BREAKS +=, cups (<< 1.5.0-2~) DEB_MAKE_BUILD_TARGET = so gs.a $(gs_opts) DEB_MAKE_INSTALL_TARGET = soinstall install-cups DESTDIR=$(DEB_DESTDIR) $(gs_opts)
Attachment:
signature.asc
Description: This is a digitally signed message part.