From: Axel Beckert Date: Sat, 29 Dec 2012 15:59:36 +0000 (+0100) Subject: Fix double build by calling "touch build-stamp" after the build X-Git-Tag: debian/1.01b-17~1 X-Git-Url: https://git.deb.at/w?p=pkg%2Fmmv.git;a=commitdiff_plain;h=3a5d96b2ed9f1101889a9149435305b00859b2dc Fix double build by calling "touch build-stamp" after the build --- diff --git a/debian/changelog b/debian/changelog index ff8f687..69a2921 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ mmv (1.01b-17) UNRELEASED; urgency=low * Fix lintian warning malformed-override * Fix blhc warning dpkg-buildflags-missing by passing CFLAGS explicitly. + * Fix double build by calling "touch build-stamp" after the build. * Add Vcs-* headers -- Axel Beckert Sat, 29 Dec 2012 16:35:51 +0100 diff --git a/debian/rules b/debian/rules index 284ef3b..653082e 100755 --- a/debian/rules +++ b/debian/rules @@ -9,6 +9,7 @@ build-indep: build-stamp build-stamp: dh_testdir dh_auto_build -- LDFLAGS="$(LDFLAGS)" CFLAGS="$(CFLAGS) -DIS_SYSV -DHAS_DIRENT -DHAS_RENAME" + touch build-stamp clean: dh_testdir