Codebase list ptouch-driver / 109bd8e
* Update the PPD-updater regexp to cope with latest changes in dh_pyppd; also bump build-depends. * Only build PPD files when needed. Bazaar Package Importer 12 years ago
4 changed file(s) with 12 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
0 ptouch-driver (1.3-3) unstable; urgency=low
1
2 * Update the PPD-updater regexp to cope with latest changes in dh_pyppd;
3 also bump build-depends.
4 * Only build PPD files when needed.
5
6 -- Didier Raboud <odyx@debian.org> Mon, 24 Oct 2011 21:27:55 +0200
7
08 ptouch-driver (1.3-2) unstable; urgency=low
19
210 * Refactoring, action 1:
99 libcupsimage2-dev,
1010 foomatic-db-engine,
1111 foomatic-db (>= 20000101),
12 pyppd (>= 0.4.9-5)
12 pyppd (>= 0.4.9-6~)
1313 Build-Conflicts: foomatic-db-compressed-ppds
1414 Vcs-Git: git://anonscm.debian.org/collab-maint/ptouch-driver.git
1515 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/ptouch-driver.git
0 DRIVER_REGEXP='^printer-driver-ptouch:'
0 DRIVER_REGEXP='^ptouch:'
11 GENNICKNAME_REGEXP=''
1616 rm -rf foomatic-db
1717
1818 override_dh_auto_install:
19 ifneq (,$(filter printer-driver-ptouch, $(shell dh_listpackages)))
1920 dh_auto_install --destdir=debian/printer-driver-ptouch/
2021 rm -rf debian/printer-driver-ptouch/usr/share/foomatic/db/source/printer
2122
3233 # Install Apport hook
3334 install -D -m 644 debian/local/apport-hook.py $(CURDIR)/debian/ptouch-driver/usr/share/apport/package-hooks/source_ptouch-driver.py
3435 endif
36 endif