[freecol] 120/125: Ensure that the package can be built twice in a row.

Markus Koschany apo-guest at moszumanska.debian.org
Sun Dec 20 19:39:40 UTC 2015


This is an automated email from the git hooks/post-receive script.

apo-guest pushed a commit to branch master
in repository freecol.

commit dcfdb1409566c3d05a68cf3dd0954c0f5af1fc6e
Author: Markus Koschany <apo at debian.org>
Date:   Sun Dec 20 19:51:30 2015 +0100

    Ensure that the package can be built twice in a row.
---
 debian/changelog | 2 ++
 debian/rules     | 1 +
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 39a7879..1ec2ed9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -28,6 +28,8 @@ freecol (0.11.6+dfsg-1) unstable; urgency=medium
     files.
   * Provide freecol.6 man page with debian directory. Unfortunately the man
     page was removed upstream.
+  * debian/rules: Ensure that the package can be built twice in a row and
+    override dh_clean.
 
  -- Markus Koschany <apo at debian.org>  Sun, 20 Dec 2015 19:04:12 +0100
 
diff --git a/debian/rules b/debian/rules
index b19f5f1..849b15e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,6 +19,7 @@ override_dh_auto_build:
 override_dh_clean:
 	dh_clean
 	$(RM) freecol.xpm
+	$(RM) src/MANIFEST.MF
 
 get-orig-source:
 	uscan --verbose --download-current-version --force-download --repack --compression xz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/freecol.git



More information about the Pkg-games-commits mailing list