Hi!

        I've just commited the attached diff into pkg-games svn. The
debian/rules file tells CDBS to use automake 1.10 so the first guess
would have been to depend on that automake version explicitely. 
However building the package with this change resulted in being told
that automake1.9 was expected so I'm now sticking to that Version,
which makes the whole thing build.

Regards

        Christoph

-- 
/"\  ASCII Ribbon : GPG-Key ID: 0x0372275D
\ /    Campaign   : GPG 4096R : 0xD49AE731
 X   against HTML : Debian NM
/ \   in eMails   : http://www.debian.org/

http://www.christoph-egger.org/
diff -u qonk-0.3.1/debian/changelog qonk-0.3.1/debian/changelog
--- qonk-0.3.1/debian/changelog
+++ qonk-0.3.1/debian/changelog
@@ -1,3 +1,12 @@
+qonk (0.3.1-3.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix build failure (Closes: #541443)
+    * build-depend on versiond automake1.9
+    * Tell CDBS to use automake1.9
+
+ -- Christoph Egger <deb...@christoph-egger.org>  Thu, 27 Aug 2009 18:09:33 
+0200
+
 qonk (0.3.1-3) unstable; urgency=low
 
   [ Barry deFreese ]
diff -u qonk-0.3.1/debian/rules qonk-0.3.1/debian/rules
--- qonk-0.3.1/debian/rules
+++ qonk-0.3.1/debian/rules
@@ -5,7 +5,7 @@
 include /usr/share/cdbs/1/class/autotools.mk
  
 DEB_AUTO_UPDATE_AUTOCONF = 2.61
-DEB_AUTO_UPDATE_AUTOMAKE = 1.10
+DEB_AUTO_UPDATE_AUTOMAKE = 1.9
 DEB_AUTO_UPDATE_LIBTOOL := 1.5
 DEB_AUTO_CLEANUP_RCS            := yes
 DEB_INSTALL_CHANGELOGS_ALL := HISTORY
diff -u qonk-0.3.1/debian/control qonk-0.3.1/debian/control
--- qonk-0.3.1/debian/control
+++ qonk-0.3.1/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
 Uploaders: Martín Ferrari <tin...@debian.org>, Barry deFreese 
<bdefre...@debian.org>
-Build-Depends: cdbs, debhelper (>= 5), quilt, autoconf, automake, libtool, 
libsdl1.2-dev, libsdl-ttf2.0-dev,
+Build-Depends: cdbs, debhelper (>= 5), quilt, autoconf, automake1.9, libtool, 
libsdl1.2-dev, libsdl-ttf2.0-dev,
  libsdl-gfx1.2-dev, libsdl-image1.2-dev
 Standards-Version: 3.8.1
 Homepage: http://sourceforge.net/projects/qonk/

Attachment: signature.asc
Description: Digital signature

Reply via email to