[heroes] 02/02: Avoid attempting to rebuild doc/heroes.texi.

Stephen Kitt skitt at moszumanska.debian.org
Sat Mar 5 15:42:53 UTC 2016


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

skitt pushed a commit to branch master
in repository heroes.

commit 067b8117e3c437bb564df0fd4fbfb3956ec6f25b
Author: Stephen Kitt <steve at sk2.org>
Date:   Sat Mar 5 16:42:40 2016 +0100

    Avoid attempting to rebuild doc/heroes.texi.
---
 debian/changelog | 2 ++
 debian/rules     | 4 +++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 678b343..a8ab2c6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ heroes (0.21-14) UNRELEASED; urgency=medium
   * Preserve the original manpages, help2man can't rebuild the new ones
     on buildds.
   * Allow building with GCC 6.
+  * Avoid attempting to rebuild doc/heroes.texi, the build isn't
+    compatible with current autogen (closes: #816269).
 
   [ Alexandre Detiste ]
   * Remove leftover heroes alternative (closes: #813244).
diff --git a/debian/rules b/debian/rules
index d0ab4ff..de73d17 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,9 +18,11 @@ override_dh_autoreconf_clean:
 	mv mkinstalldirs tools
 
 override_dh_auto_build-arch:
-# Keep the pre-build manpages
+# Keep the pre-built manpages
 # (heroes needs to touch the home directory which fails on buildds)
 	cp man/*.6 .
+# Make sure we don't try to rebuild doc/heroes.texi (see #816269)
+	touch doc/heroes.texi
 	dh_auto_build
 	mv *.6 man
 

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



More information about the Pkg-games-commits mailing list