Codebase list splix / c53d293
Add apport hook on Ubuntu and derivatives (reduces the package delta). Signed-off-by: Luca Niccoli <lultimouomo@gmail.com> Luca Niccoli 10 years ago
1 changed file(s) with 6 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
11
22 # Uncomment this to turn on verbose mode.
33 #export DH_VERBOSE=1
4
5 derives_from_ubuntu := $(shell (dpkg-vendor --derives-from Ubuntu && echo "yes") || echo "no")
46
57 configure: configure-stamp
68 configure-stamp:
3133 dh_installdirs
3234 $(MAKE) DESTDIR=$(CURDIR)/debian/printer-driver-splix CUPSPPD=/usr/share/ppd/splix DRV_ONLY=1 install
3335 install -D --mode=644 debian/splix.ppd-updater $(CURDIR)/debian/printer-driver-splix/usr/share/cups/ppd-updaters/splix.ppd-updater
36 ifeq ($(derives_from_ubuntu),yes)
37 # Install Apport hook on Ubuntu and derivatives
38 install -D -m 644 debian/local/apport-hook.py $(CURDIR)/debian/printer-driver-splix/usr/share/apport/package-hooks/source_splix.py
39 endif
3440
3541 # Build architecture-dependent files here.
3642 binary-arch: install