[SCM] Packaging Xwelltris branch, master, updated. debian/1.0.1-13-8-g97eb720

Christoph Egger Christoph.Egger at gmx.de
Fri Nov 13 21:42:10 UTC 2009


The following commit has been merged in the master branch:
commit 97eb720a64f8dfacad887d589c31f13893908525
Author: Christoph Egger <Christoph.Egger at gmx.de>
Date:   Fri Nov 13 22:42:07 2009 +0100

    B-D on dh >= 7.0.50 for overrid_*
    Remove unneeded debian/dirs
    Trick debian/rules to not display ugly messages with dh
    Bump Standards Version

diff --git a/debian/changelog b/debian/changelog
index 38efe73..3254c16 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+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
+
+ -- Christoph Egger <debian at christoph-egger.org>  Fri, 13 Nov 2009 22:40:32 +0100
+
 xwelltris (1.0.1-14) unstable; urgency=low
 
   * Bump standarts version to 3.8.2 (no changes)
diff --git a/debian/control b/debian/control
index fffeef9..ca435cb 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,8 @@ Section: games
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Christoph Egger <debian at christoph-egger.org>
-Build-Depends: debhelper (>= 7), quilt (>= 0.40), autotools-dev, libsdl-image1.2-dev
-Standards-Version: 3.8.2
+Build-Depends: debhelper (>= 7.0.50~), quilt (>= 0.40), autotools-dev, libsdl-image1.2-dev
+Standards-Version: 3.8.3
 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/dirs b/debian/dirs
deleted file mode 100644
index 0dd397a..0000000
--- a/debian/dirs
+++ /dev/null
@@ -1 +0,0 @@
-/usr/games
diff --git a/debian/rules b/debian/rules
index dec9b82..44c2d72 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 include /usr/share/quilt/quilt.make
--include /usr/share/topgit/tg2quilt.mk
+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)

-- 
Packaging Xwelltris



More information about the Pkg-games-commits mailing list