From: Gerfried Fuchs Date: Sat, 18 Feb 2012 13:52:25 +0000 (+0100) Subject: Add recommended targets build-arch/build-indep to debian/rules X-Git-Tag: debian/2.101-2~4 X-Git-Url: https://git.deb.at/w?p=pkg%2Ft-prot.git;a=commitdiff_plain;h=1ca90d047404e9eb2946e783898e56c8bcd62c93;ds=sidebyside Add recommended targets build-arch/build-indep to debian/rules --- diff --git a/debian/changelog b/debian/changelog index 6403cc9..98a52bb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ t-prot (2.101-2) unstable; urgency=low - Polish by Michał Kułach (closes: #659021) - Indonesian by Izharul Haq (closes: #659589) * Bump Standards-Version to 3.9.2. + * Add recommended targets build-arch/build-indep to debian/rules. -- diff --git a/debian/rules b/debian/rules index 947d2a1..f55ee4a 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f # debian/rules for t-prot package -# Copyright 2002-2009 by Gerfried Fuchs +# Copyright 2002-2012 by Gerfried Fuchs # Licenced under WTFPLv2 PKG = t-prot @@ -16,16 +16,18 @@ INSTALL_DIR = $(INSTALL) -p -d -oroot -groot -m755 clean: $(checkdir) $(checkroot) - -rm -rf $(TMP) debian/files build-stamp + -rm -rf $(TMP) debian/files debian/stamp-* - -build-stamp: build -build: +build: build-arch build-indep +build-arch: debian/stamp-build +build-indep: debian/stamp-build +debian/stamp-build: # uhm, build for a binary-indep package? Don't try to be funny ;) - touch build-stamp + touch debian/stamp-build -install: build +install: debian/stamp-install +debian/stamp-install: build $(checkdir) $(checkroot) -rm -rf $(TMP) @@ -58,7 +60,7 @@ install: build man/man1/t-prot.1 -binary-indep: build install +binary-indep: install $(checkdir) $(checkroot) $(INSTALL_DIR) $(TMP)/DEBIAN