X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Frules;h=477eb79a6c4c56d9015360d3356fd0455eb77008;hb=8affd5df40f49086c21ec6c0bcb9fac5264d8bea;hp=93db31340be0c6ef99c7bf259455bb4ff96f9b6b;hpb=b486fa209ef7a119f83f665b2acd23642a2340c1;p=wdq2wav.git diff --git a/debian/rules b/debian/rules index 93db313..477eb79 100755 --- a/debian/rules +++ b/debian/rules @@ -17,9 +17,9 @@ configure-stamp: touch configure-stamp -build: build-stamp +build: build-stamp build-arch build-indep -build-stamp: configure-stamp +build-stamp: configure-stamp dh_testdir $(MAKE) touch build-stamp @@ -29,7 +29,6 @@ clean: dh_testroot rm -f build-stamp configure-stamp $(MAKE) clean - dh_clean install: build @@ -37,18 +36,20 @@ install: build dh_testroot dh_prep dh_installdirs - $(MAKE) install DESTDIR=$(CURDIR)/debian/wdq2wav + DPKG_EXPORT_BUILDFLAGS=1 + env DEB_BUILD_MAINT_OPTIONS="hardening=+all" DPKG_EXPORT_BUILDFLAGS=1 CFLAGS="$(shell dpkg-buildflags --get CFLAGS)" LDFLAGS="$(shell dpkg-buildflags --get LDFLAGS)" CPPFLAGS="$(shell dpkg-buildflags --get CPPFLAGS)" $(MAKE) + dh_install wdq2wav usr/bin -binary-indep: build install +binary-indep: -binary-arch: build install +binary-arch: install dh_testdir dh_testroot dh_installdocs dh_installexamples dh_installmenu dh_installcron - dh_installman + dh_installman wdq2wav.1 dh_installinfo dh_installchangelogs dh_link @@ -61,5 +62,9 @@ binary-arch: build install dh_md5sums dh_builddeb -binary: binary-indep binary-arch +build-indep: + +build-arch: + +binary: clean binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install configure