From: Axel Beckert Date: Sun, 16 Sep 2012 17:28:52 +0000 (+0200) Subject: Remove ancient comments and blank lines from debian/rules X-Git-Tag: debian/1.01b-16~8 X-Git-Url: https://git.deb.at/w?p=pkg%2Fmmv.git;a=commitdiff_plain;h=272e6f939a544664c889bca1dcb5faaf34db6801 Remove ancient comments and blank lines from debian/rules --- diff --git a/debian/rules b/debian/rules index 4097951..4c148b5 100755 --- a/debian/rules +++ b/debian/rules @@ -7,24 +7,20 @@ build: build-arch build-indep build-arch: build-stamp build-indep: build-stamp build-stamp: -# Builds the binary package. dh_testdir dh_auto_build -- LDFLAGS="$(LDFLAGS)" clean: -# Undoes the effect of `make -f debian/rules build'. dh_testdir dh_auto_clean dh_clean binary: binary-arch binary-indep - binary-indep: dh_testdir binary-arch: build dh_testdir -# Makes a binary package. dh_installdirs dh_auto_install dh_strip