r12493 - packages/trunk/adonthell/debian

Evgeni Golov evgeni at alioth.debian.org
Fri Jul 8 14:12:43 UTC 2011


Author: evgeni
Date: 2011-07-08 14:12:43 +0000 (Fri, 08 Jul 2011)
New Revision: 12493

Modified:
   packages/trunk/adonthell/debian/changelog
   packages/trunk/adonthell/debian/control
Log:
Fix FTBFS caused by the NMU.   
    configure looks for a "swig" binary, the swig2.0 package provides 
    just swig2.0, making the build fail. Build-Depend on swig, which will
    pull in the latest stable swig by default.



Modified: packages/trunk/adonthell/debian/changelog
===================================================================
--- packages/trunk/adonthell/debian/changelog	2011-07-08 14:00:08 UTC (rev 12492)
+++ packages/trunk/adonthell/debian/changelog	2011-07-08 14:12:43 UTC (rev 12493)
@@ -1,3 +1,14 @@
+adonthell (0.3.5-7) unstable; urgency=low
+
+  * Team upload.
+  * Thanks Torsten for the NMU!
+  * Fix FTBFS caused by the NMU.
+    configure looks for a "swig" binary, the swig2.0 package provides
+    just swig2.0, making the build fail. Build-Depend on swig, which will
+    pull in the latest stable swig by default.
+
+ -- Evgeni Golov <evgeni at debian.org>  Fri, 08 Jul 2011 16:10:50 +0200
+
 adonthell (0.3.5-6.1) unstable; urgency=low
 
   * Non-maintainer upload.

Modified: packages/trunk/adonthell/debian/control
===================================================================
--- packages/trunk/adonthell/debian/control	2011-07-08 14:00:08 UTC (rev 12492)
+++ packages/trunk/adonthell/debian/control	2011-07-08 14:12:43 UTC (rev 12493)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Barry deFreese <bdefreese at debian.org>, Moritz Muehlenhoff <jmm at debian.org>
-Build-Depends: debhelper (>= 5.0.37.2), autotools-dev, libsdl1.2-dev, libvorbis-dev, zlib1g-dev, swig2.0, libfreetype6-dev, libaa1-dev, python-dev, python-support, libsdl-ttf2.0-dev, libsdl-mixer1.2-dev, libsdl1.2-dev
+Build-Depends: debhelper (>= 5.0.37.2), autotools-dev, libsdl1.2-dev, libvorbis-dev, zlib1g-dev, swig, libfreetype6-dev, libaa1-dev, python-dev, python-support, libsdl-ttf2.0-dev, libsdl-mixer1.2-dev, libsdl1.2-dev
 Standards-Version: 3.8.3
 Homepage: http://adonthell.linuxgames.com/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/adonthell/




More information about the Pkg-games-commits mailing list