tag 467077 pending
tag 467077 patch
thanks

Hi, I attach a patch which I hope fixes this. Basically the approach is
to rebuild the .info file in debian/rules. This means build-depending on
texinfo.

I've also prepared an NMU. If you want to handle the upload yourself
then let me know, otherwise I'll upload to delayed in a couple of days.

Thanks,
Matt

-- 
Matthew Johnson
--- debian/rules.old	2008-09-07 21:52:43.000000000 +0000
+++ debian/rules	2008-09-07 21:54:52.000000000 +0000
@@ -121,6 +121,8 @@
 	rm debian/heroes-common/usr/share/games/heroes/etc/heroesrc
 	dh_install
 	ln -s /etc/heroesrc debian/heroes-common/usr/share/games/heroes/etc/heroesrc
+	rm -f doc/heroes.info
+	make -C doc heroes.info
 
 	touch install-stamp
 
--- debian/control.old	2008-09-07 21:55:39.000000000 +0000
+++ debian/control	2008-09-07 21:56:40.000000000 +0000
@@ -2,7 +2,7 @@
 Section: games
 Priority: optional
 Maintainer: Daniel Burrows <[EMAIL PROTECTED]>
-Build-Depends: libggi2-dev (>= 1:2.2.1-4), libmikmod2-dev (>= 3.1.10-1), libsdl1.2-dev (>= 1.2.2-3.1), libsdl-mixer1.2-dev, debhelper (>= 5), gettext, autogen, help2man, heroes-data (>= 1.4-1)
+Build-Depends: libggi2-dev (>= 1:2.2.1-4), libmikmod2-dev (>= 3.1.10-1), libsdl1.2-dev (>= 1.2.2-3.1), libsdl-mixer1.2-dev, debhelper (>= 5), gettext, autogen, help2man, heroes-data (>= 1.4-1), texinfo
 Standards-Version: 3.6.2.0
 
 Package: heroes-common
--- debian/changelog.old	2008-09-07 21:55:31.000000000 +0000
+++ debian/changelog	2008-09-07 21:59:54.000000000 +0000
@@ -1,3 +1,11 @@
+heroes (0.21-8.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix empty info file by building it from the texi
+    in debian/rules (Closes: #467077)
+
+ -- Matthew Johnson <[EMAIL PROTECTED]>  Sun, 07 Sep 2008 21:57:06 +0000
+
 heroes (0.21-8) unstable; urgency=low
 
   * Promote the dependency of heroes-ggi and heroes-sdl on

Attachment: signature.asc
Description: Digital signature

Reply via email to