From: Russ Allbery Date: Wed, 18 Feb 2009 21:48:49 +0000 (-0800) Subject: Remove *-stamp files in the module build X-Git-Tag: debian/1.4.8.dfsg1-2~2 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=f395e20bf493fc8a51d8329a9822f935093ad06d;p=packages%2Fo%2Fopenafs.git Remove *-stamp files in the module build * Explicitly remove *-stamp files in the clean target of the module build until the module build is upgraded to debhelper 7. --- diff --git a/debian/changelog b/debian/changelog index 829ed3c11..1e85a7661 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +openafs (1.4.8.dfsg1-2) UNRELEASED; urgency=low + + * Explicitly remove *-stamp files in the clean target of the module + build until the module build is upgraded to debhelper 7. + + -- Russ Allbery Wed, 18 Feb 2009 13:48:17 -0800 + openafs (1.4.8.dfsg1-1) unstable; urgency=low * New upstream release. (Closes: #511535) diff --git a/debian/module/rules b/debian/module/rules index fb7c0ab23..f7d20758e 100755 --- a/debian/module/rules +++ b/debian/module/rules @@ -72,7 +72,7 @@ build-stamp: configure-stamp clean: dh_testdir dh_testroot - rm -rf src/libafs/MODLOAD-* + rm -rf src/libafs/MODLOAD-* *-stamp dh_clean Makefile config.log config.status src/libafs/Makefile \ src/libafs/Makefile.common src/libafs/asm src/libafs/asm-generic \ src/libafs/h src/libafs/linux src/libafs/net src/libafs/netinet \