Codebase list foomatic-db-engine / 9da93e9
Drop dummy foomatic-filters-ppds package. Debian bugs #626288, #626289 and #626290 have been reported and make sure foomatic-filters-ppds isn't referred by other Debian packages. Didier Raboud 12 years ago
2 changed file(s) with 0 addition(s) and 15 deletion(s). Raw diff Collapse all Expand all
2626 more database packages. The foomatic-db package includes drivers for
2727 most common printers using Ghostscript as the print processor, as
2828 well as some common glue code used in other filter systems.
29
30 Package: foomatic-filters-ppds
31 Architecture: all
32 Depends: foomatic-filters (>> 4.0), ${misc:Depends}, foomatic-db, foomatic-db-engine
33 Description: OpenPrinting prebuilt PPD files (dummy package)
34 This is a dummy package to migrate from foomatic-filters-ppds to the
35 combination of foomatic-db and foomatic-db-engine.
11
22 derives_from_ubuntu := $(shell (dpkg-vendor --derives-from Ubuntu && echo "yes") || echo "no")
33 is_debian := $(shell (dpkg-vendor --is Debian && echo "yes") || echo "no")
4 binary_version := $(shell dpkg-parsechangelog | grep '^Version:' | awk '{print $$2}')
54
65 %:
76 dh $@
2221 ifeq ($(derives_from_ubuntu),yes)
2322 install -D -m 644 debian/ubuntu/apport-hook.py $(CURDIR)/debian/foomatic-db-engine/usr/share/apport/package-hooks/source_foomatic-db-engine.py
2423 endif
25
26 # Bug #595523
27 # The foomatic-filters-ppds transitional package must be > 20080528-2.1 (Lenny's version)
28 # Hence epoch'ing foomatic-filters-ppds
29 override_dh_gencontrol:
30 dh_gencontrol -pfoomatic-filters-ppds -- -v1:${binary_version}
31 dh_gencontrol --remaining-packages