Codebase list splix / 0fae053
Make build verbose to have more informative buildd logs. Signed-off-by: Luca Niccoli <lultimouomo@gmail.com> Luca Niccoli 10 years ago
1 changed file(s) with 5 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
1414 build-indep: build-stamp
1515 build-stamp: configure-stamp
1616 dh_testdir
17 $(MAKE) drv
18 $(MAKE) DRV_ONLY=1 rastertoqpdl_LIBS="-lcupsimage -lcups -lpthread -ljbig" pstoqpdl_LIBS="-lcupsimage -lcups -ljbig"
17 $(MAKE) V=1 drv
18 $(MAKE) V=1 DRV_ONLY=1 rastertoqpdl_LIBS="-lcupsimage -lcups -lpthread -ljbig" pstoqpdl_LIBS="-lcupsimage -lcups -ljbig"
1919 touch $@
2020
2121 clean:
2222 dh_testdir
2323 dh_testroot
2424 rm -f build-stamp configure-stamp
25 $(MAKE) cleanppd
26 $(MAKE) clean DRV_ONLY=1
25 $(MAKE) V=1 cleanppd
26 $(MAKE) V=1 clean DRV_ONLY=1
2727 dh_clean optimized/pstoqpdl optimized/rastertoqpdl optimized/src/* debug/src/* .defs.mk
2828
2929 install: build
3131 dh_testroot
3232 dh_prep
3333 dh_installdirs
34 $(MAKE) DESTDIR=$(CURDIR)/debian/printer-driver-splix CUPSPPD=/usr/share/ppd/splix DRV_ONLY=1 install
34 $(MAKE) V=1 DESTDIR=$(CURDIR)/debian/printer-driver-splix CUPSPPD=/usr/share/ppd/splix DRV_ONLY=1 install
3535 install -D --mode=644 debian/splix.ppd-updater $(CURDIR)/debian/printer-driver-splix/usr/share/cups/ppd-updaters/splix.ppd-updater
3636 ifeq ($(derives_from_ubuntu),yes)
3737 # Install Apport hook on Ubuntu and derivatives