Codebase list ptouch-driver / 76366c8
Upload to unstable. Package Import Robot 11 years ago
3 changed file(s) with 18 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
0 ptouch-driver (1.3-6) unstable; urgency=low
1
2 * Upload to unstable.
3
4 -- Didier Raboud <odyx@debian.org> Sun, 19 May 2013 14:45:20 +0200
5
6 ptouch-driver (1.3-5) experimental; urgency=low
7
8 [ Till Kamppeter ]
9 * Removed unneeded build dependency on foomatic-db.
10
11 [ Didier Raboud ]
12 * Bump Standards-Version to 3.9.4 without changes needed.
13
14 -- Didier Raboud <odyx@debian.org> Wed, 26 Sep 2012 14:34:28 +0200
15
016 ptouch-driver (1.3-4) unstable; urgency=low
117
218 [ Till Kamppeter ]
22 Uploaders: Didier Raboud <odyx@debian.org>
33 Section: text
44 Priority: optional
5 Standards-Version: 3.9.2
5 Standards-Version: 3.9.4
66 Build-Depends: debhelper (>= 8.9.0~),
77 dh-autoreconf,
88 libcups2-dev,
99 libcupsimage2-dev,
1010 foomatic-db-engine,
11 foomatic-db (>= 20000101),
1211 pyppd (>= 0.4.9-6~)
13 Build-Conflicts: foomatic-db-compressed-ppds
1412 Vcs-Git: git://anonscm.debian.org/collab-maint/ptouch-driver.git
1513 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/ptouch-driver.git
1614 Homepage: http://www.diku.dk/hjemmesider/ansatte/panic/P-touch/
2121 override_dh_auto_install:
2222 ifneq (,$(filter printer-driver-ptouch, $(shell dh_listpackages)))
2323 dh_auto_install --destdir=debian/printer-driver-ptouch/
24 rm -rf debian/printer-driver-ptouch/usr/share/foomatic/db/source/printer
2524
2625 # Pre-build PPD files
2726 mkdir $(CURDIR)/foomatic-db
28 cp -r /usr/share/foomatic/* $(CURDIR)/foomatic-db
29 rm -f $(CURDIR)/foomatic-db/db/source/*/*ptouch*.xml
3027 cp -r $(CURDIR)/debian/printer-driver-ptouch/usr/share/foomatic/* $(CURDIR)/foomatic-db/
28 echo '#' > $(CURDIR)/foomatic-db/db/oldprinterids
3129 rm -rf $(CURDIR)/debian/printer-driver-ptouch/usr/share/foomatic
3230 mkdir -p $(CURDIR)/debian/printer-driver-ptouch/usr/share/ppd
3331 FOOMATICDB=$(CURDIR)/foomatic-db foomatic-compiledb -j $(NUMJOBS) -t ppd -d $(CURDIR)/debian/printer-driver-ptouch/usr/share/ppd/ptouch-driver `ls -1 $(CURDIR)/foomatic-db/db/source/driver/*ptouch*.xml | perl -p -e 's:^.*db/source/driver/(\S*)\.xml\s*$$:\1\n:'`