The following commit has been merged in the master branch:
commit edf9772635a052db3e1cea82e1aa7f64029df379
Author: Christoph Egger <[email protected]>
Date:   Tue May 25 16:25:00 2010 +0200

    Spring Cleanup

diff --git a/debian/changelog b/debian/changelog
index 746610c..6f45574 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+gtkballs (3.1.5-10) unstable; urgency=low
+
+  * Use autotools-dev sequence add-on
+  * Use my @debian.org Email Address
+  * Bump standards Version (no changes)
+
+ -- Christoph Egger <[email protected]>  Tue, 25 May 2010 15:47:08 +0200
+
 gtkballs (3.1.5-9) unstable; urgency=low
 
   * Set Maintainer to Debian Games Team, myself to uploaders
diff --git a/debian/control b/debian/control
index d76cae7..9f20373 100644
--- a/debian/control
+++ b/debian/control
@@ -1,20 +1,25 @@
 Source: gtkballs
 Section: games
 Priority: optional
-Uploaders: Christoph Egger <[email protected]>
+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, quilt (>= 0.46-7),
- autotools-dev
+Build-Depends: debhelper (>= 7.0.50),
+ libfreetype6-dev,
+ libglib2.0-dev,
+ libgtk2.0-dev (>= 2.0.6),
+ libncurses5-dev,
+ libpango1.0-dev,
+ quilt (>= 0.46-7),
+ autotools-dev (>= 20100122.1)
 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
+Standards-Version: 3.8.4
 Homepage: http://gtkballs.antex.ru/
 
 Package: gtkballs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: A simple logic game  
+Description: A simple logic game
  The goal of this game is to make the highest score by matching a number of
- balls of the same color in a horizontal,  vertical or diagonal line. 
+ balls of the same color in a horizontal,  vertical or diagonal line.
  This is  a clone  of well-known DOS game "Lines".
diff --git a/debian/rules b/debian/rules
index 5de16fe..1a49587 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,12 @@
 #!/usr/bin/make -f
 
 %:
-       dh --with quilt $@
+       dh --with quilt --with autotools_dev $@
 
 override_dh_auto_configure:
-       ln -sf /usr/share/misc/config.sub .
-       ln -sf /usr/share/misc/config.guess .
        LOCALEDIR=\"/usr/share/games/locale\" ./configure 
--localstatedir=/var/games --bindir=/usr/games --prefix=/usr 
--datadir=/usr/share/games --mandir=/usr/share/man
 
+override_dh_fixperms:
+       dh_fixperms
+       chown :games $(CURDIR)/debian/gtkballs/var/games/gtkballs-scores
+       chmod 664 $(CURDIR)/debian/gtkballs/var/games/gtkballs-scores
\ No newline at end of file

-- 
Packaging GTK Balls

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

Reply via email to