From 3a5d96b2ed9f1101889a9149435305b00859b2dc Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Sat, 29 Dec 2012 16:59:36 +0100 Subject: [PATCH] Fix double build by calling "touch build-stamp" after the build --- debian/changelog | 1 + debian/rules | 1 + 2 files changed, 2 insertions(+) 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 -- 2.39.2