X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=debian%2Frules;h=f8869418b694b5aa1c7ba1e5828a4eb18e5d9716;hb=137a894c83a7b3587044c2048418753c47f18d53;hp=249f0d8c481fa6d7cf3fed16b3200b4ba850b996;hpb=625b04eb3712f6646ebfa62ffb038d523df9a4e6;p=pkg%2Ft-prot.git diff --git a/debian/rules b/debian/rules index 249f0d8..f886941 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f # debian/rules for t-prot package -# (c) 2002-2007 by Gerfried Fuchs -# Licenced in the same way as t-prot itself +# Copyright 2002-2009 by Gerfried Fuchs +# Licenced BSD style PKG = t-prot TMP = $(CURDIR)/debian/$(PKG) @@ -13,14 +13,18 @@ INSTALL_SCRIPT = $(INSTALL) -p -oroot -groot -m755 INSTALL_DIR = $(INSTALL) -p -d -oroot -groot -m755 -clean: +include /usr/share/quilt/quilt.make + +clean: unpatch $(checkdir) $(checkroot) - -rm -rf $(TMP) debian/files + -rm -rf $(TMP) debian/files build-stamp -build: +build-stamp: build +build: patch # uhm, build for a binary-indep package? Don't try to be funny ;) + touch build-stamp install: build