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

    Spring Cleanup
    
    Bring the package up to standards again. No need to upload just having
    it in a nice state for the next upload when it comes.

diff --git a/debian/changelog b/debian/changelog
index 3254c16..0b646ee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,9 +3,10 @@ xwelltris (1.0.1-15) unstable; urgency=low
   * Bump standards Version (no changes)
   * Build-Depend on debhelper (>= 7.0.50~) as needed for override rules,
     found by lintian
-  * Remove debian/dirs
+  * Use autotools-dev sequence add-on
+  * Use my @debian.org Email address
 
- -- Christoph Egger <[email protected]>  Fri, 13 Nov 2009 22:40:32 
+0100
+ -- Christoph Egger <[email protected]>  Tue, 25 May 2010 15:31:06 +0200
 
 xwelltris (1.0.1-14) unstable; urgency=low
 
diff --git a/debian/clean b/debian/clean
index bd63291..89c3b50 100644
--- a/debian/clean
+++ b/debian/clean
@@ -6,7 +6,5 @@ src/image/makefile
 src/Make.common
 src/make.conf
 src/makefile
-config.guess
 src/include/globals.h
 config.status
-config.sub
diff --git a/debian/control b/debian/control
index ca435cb..50a5f65 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,12 @@ Source: xwelltris
 Section: games
 Priority: optional
 Maintainer: Debian Games Team <[email protected]>
-Uploaders: Christoph Egger <[email protected]>
-Build-Depends: debhelper (>= 7.0.50~), quilt (>= 0.40), autotools-dev, 
libsdl-image1.2-dev
-Standards-Version: 3.8.3
+Uploaders: Christoph Egger <[email protected]>
+Build-Depends: debhelper (>= 7.0.50~),
+ quilt (>= 0.46-7~),
+ autotools-dev (>= 20100122.1),
+ libsdl-image1.2-dev
+Standards-Version: 3.8.4
 Vcs-Git: git://git.debian.org/git/pkg-games/xwelltris.git/
 Vcs-Browser: http://git.debian.org/?p=pkg-games/xwelltris.git
 Homepage: http://xnc.jinr.ru/xwelltris/
diff --git a/debian/rules b/debian/rules
index 44c2d72..58a7597 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,25 +1,18 @@
 #!/usr/bin/make -f
 
-include /usr/share/quilt/quilt.make
 include  $(wildcard /usr/share/topgit/tg2quilt.mk)
 
-DEB_HOST_GNU_TYPE      ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-DEB_BUILD_GNU_TYPE     ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-
 %:
-       dh --with quilt $@
+       dh --with quilt --with autotools_dev $@
 
 override_dh_auto_configure:
-       cp -f /usr/share/misc/config.sub .
-       cp -f /usr/share/misc/config.guess .
-       CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) 
--build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --bindir=/usr/games 
--datadir=/usr/share/games --with-sdl
-
+       dh_auto_configure -- --bindir=/usr/games --datadir=/usr/share/games 
--with-sdl
 
 override_dh_auto_install:
-       # Installing package
+#      Installing package
        $(MAKE) INSTDIR=$(CURDIR)/debian/xwelltris/usr/games 
INSTLIB=$(CURDIR)/debian/xwelltris/usr/share/games/xwelltris install
 
-       # Move scores file to /var/games
+#      Move scores file to /var/games
        mv debian/xwelltris/usr/share/games/xwelltris/welltris.scores 
debian/xwelltris/usr/share/games/xwelltris/welltris.scores.blank
 
 

-- 
Packaging Xwelltris

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

Reply via email to