Fix debian/rules.

This commit is contained in:
Glenn Y. Rolland 2014-08-12 00:25:20 +02:00
parent 9dec4fc95a
commit 230c8509fa

14
debian/rules vendored
View file

@ -7,38 +7,29 @@
# This special exception was added by Craig Small in version 0.37 of dh-make.
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
export DH_VERBOSE=1
configure: configure-stamp
configure-stamp:
dh_testdir
# Add here commands to configure the package.
touch configure-stamp
build: build-stamp
build-stamp: configure-stamp
dh_testdir
# Add here commands to compile the package.
$(MAKE)
$(MAKE) DESTDIR=$(CURDIR)/debian/qasim build
#docbook-to-man debian/qasim.sgml > qasim.1
touch $@
clean:
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
# Add here commands to clean up after the build process.
$(MAKE) clean
dh_clean
install: build
@ -46,7 +37,6 @@ install: build
dh_testroot
dh_clean -k
dh_installdirs
# Add here commands to install the package into debian/qasim.
$(MAKE) DESTDIR=$(CURDIR)/debian/qasim install