]> git.deb.at Git - pkg/mmv.git/commitdiff
Fix double build by calling "touch build-stamp" after the build
authorAxel Beckert <abe@deuxchevaux.org>
Sat, 29 Dec 2012 15:59:36 +0000 (16:59 +0100)
committerAxel Beckert <abe@deuxchevaux.org>
Sat, 29 Dec 2012 15:59:36 +0000 (16:59 +0100)
debian/changelog
debian/rules

index ff8f687d8ec3b3024545d8130631e95272edd957..69a292153b2a59ee3f098f35afeddec25f54278b 100644 (file)
@@ -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 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 <abe@debian.org>  Sat, 29 Dec 2012 16:35:51 +0100
   * Add Vcs-* headers
 
  -- Axel Beckert <abe@debian.org>  Sat, 29 Dec 2012 16:35:51 +0100
index 284ef3bea1466333e1c77b2d5ac82e85d985b82a..653082ea11cd74471f6ef8de22ded71acc15dd67 100755 (executable)
@@ -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"
 build-stamp:
        dh_testdir
        dh_auto_build -- LDFLAGS="$(LDFLAGS)" CFLAGS="$(CFLAGS) -DIS_SYSV -DHAS_DIRENT -DHAS_RENAME"
+       touch build-stamp
 
 clean:
        dh_testdir
 
 clean:
        dh_testdir