Codebase list ptouch-driver / 47a57d9
debian/rules: Make bin/pyppd executable before calling it and create the empty file pyppd/__init__.py. These properties are not conveyed by the .diff.gz file. Bazaar Package Importer 13 years ago
2 changed file(s) with 10 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 ptouch-driver (1.3-0ubuntu3) maverick; urgency=low
1
2 * debian/rules: Make bin/pyppd executable before calling it and create the
3 empty file pyppd/__init__.py. These properties are not conveyed by the
4 .diff.gz file.
5
6 -- Till Kamppeter <till.kamppeter@gmail.com> Fri, 3 Sep 2010 17:14:53 +0200
7
08 ptouch-driver (1.3-0ubuntu2) maverick; urgency=low
19
210 * debian/control, debian/rules, debian/postinst: Provided the PPD files
2323 # archiving tool. This makes the space needed for PPDs at least
2424 # 10 times smaller.
2525 (cd debian/local/pyppd/ && \
26 chmod 755 bin/pyppd && \
27 touch pyppd/__init__.py && \
2628 PYTHONPATH=. bin/pyppd $(CURDIR)/foomatic && \
2729 install -D -m 755 pyppd-ppdfile $(CURDIR)/debian/ptouch-driver/usr/lib/cups/driver/ptouch-driver && \
2830 rm -rf $(CURDIR)/foomatic && \