[adonthell] 26/65: 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.

Markus Koschany apo at moszumanska.debian.org
Tue Jul 12 19:53:52 UTC 2016


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

apo pushed a commit to branch master
in repository adonthell.

commit 6f4dcbc6eef0311900f67fc7a2b698192d892203
Author: Evgeni Golov <evgeni at debian.org>
Date:   Fri Jul 8 14:12:43 2011 +0000

    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.
---
 debian/changelog | 11 +++++++++++
 debian/control   |  2 +-
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index d58639a..8dc63b7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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.
diff --git a/debian/control b/debian/control
index e42bd6b..3fe8701 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: games
 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/

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



More information about the Pkg-games-commits mailing list