The following commit has been merged in the master branch:
commit e345aa89f50bf0d55442e3d73fea784c618c81a1
Author: Christoph Egger <[email protected]>
Date:   Sun Apr 12 13:36:16 2009 +0200

    Fix outdated config.*
    Drop build-depends on perl*

diff --git a/debian/changelog b/debian/changelog
index ec71ae7..746610c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,8 @@ gtkballs (3.1.5-9) unstable; urgency=low
   * All source changes are now in debian/patches again
   * Switch from CDBS to dh7 minimal
   * Add desktop file
+  * Actually use autotools-dev to fix outdated config.*
+  * Drop perl* build-depends
 
  -- Christoph Egger <[email protected]>  Thu, 09 Apr 2009 22:07:57 
+0200
 
diff --git a/debian/control b/debian/control
index 5ea52e6..9a1ffa4 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,8 @@ Priority: optional
 Uploaders: Christoph Egger <[email protected]>
 Maintainer: Debian Games Team <[email protected]>
 Build-Depends: debhelper (>= 7.0.50), libfreetype6-dev, libglib2.0-dev,
- libgtk2.0-dev (>= 2.0.6), libncurses5-dev, libpango1.0-dev, perl,
- perl-modules, automake1.7, quilt
+ libgtk2.0-dev (>= 2.0.6), libncurses5-dev, libpango1.0-dev, quilt,
+ autotools-dev
 Vcs-Git: git://git.debian.org/git/pkg-games/gtkballs.git/
 Vcs-Browser: http://git.debian.org/?p=pkg-games/gtkballs.git
 Standards-Version: 3.8.1
diff --git a/debian/rules b/debian/rules
index 5521171..ba3e91c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,12 +3,15 @@
 include /usr/share/quilt/quilt.make
 
 clean: unpatch
+       find \( -name config.sub -o -name config.guess \) -print0 | xargs -0 -r 
rm -f \;
        dh clean
 
 %:
        dh $@
 
 override_dh_auto_configure: $(QUILT_STAMPFN)
+       ln -sf /usr/share/misc/config.sub .
+       ln -sf /usr/share/misc/config.guess .
        ./configure --localstatedir=/var/games --bindir=/usr/games 
--prefix=/usr --datadir=/usr/share --mandir=/usr/share/man
 
 override_dh_auto_install:

-- 
Packaging GTK Balls

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to