diff --git a/debian/rules b/debian/rules index 4befa4e..55818a2 100755 --- a/debian/rules +++ b/debian/rules @@ -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