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

apo pushed a commit to branch master
in repository hitori.

commit 1fc8a17991942a85597b2de5fca7da369a84b6e3
Author: Peter de Wachter <[email protected]>
Date:   Wed Oct 24 21:37:35 2012 +0000

    Hitori 0.4.0 (new upstream version)
---
 debian/changelog |  9 +++++++++
 debian/compat    |  2 +-
 debian/control   |  4 ++--
 debian/rules     | 17 +++++++----------
 4 files changed, 19 insertions(+), 13 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 00fc816..37ef237 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+hitori (0.4.0-1) unstable; urgency=low
+
+  * New upstream version.
+  * Use dh_autotools-dev to update and restore config.*.
+  * Update debhelper compatiblity level from 7 to 9.
+  * Bumped Standards-Version to 3.9.4. No changes needed.
+
+ -- Peter De Wachter <[email protected]>  Wed, 24 Oct 2012 21:57:45 +0200
+
 hitori (0.3.2-1) unstable; urgency=low
 
   * New upstream version.
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index c7970a2..6e634dc 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,8 @@ Section: games
 Priority: optional
 Maintainer: Debian Games Team <[email protected]>
 Uploaders: Peter De Wachter <[email protected]>
-Build-Depends: debhelper (>= 7), libgtk-3-dev, intltool, gnome-doc-utils
-Standards-Version: 3.9.3
+Build-Depends: debhelper (>= 9), autotools-dev, libgtk-3-dev, intltool, 
yelp-tools
+Standards-Version: 3.9.4
 Homepage: http://live.gnome.org/Hitori
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/hitori/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-games/packages/trunk/hitori/
diff --git a/debian/rules b/debian/rules
index eaca98d..a19f29d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,18 +17,13 @@ endif
 configure: configure-stamp
 configure-stamp:
        dh_testdir
-ifneq "$(wildcard /usr/share/misc/config.sub)" ""
-       cp -f /usr/share/misc/config.sub config.sub
-endif
-ifneq "$(wildcard /usr/share/misc/config.guess)" ""
-       cp -f /usr/share/misc/config.guess config.guess
-endif
+       dh_autotools-dev_updateconfig
        ./configure $(CROSS) \
                --prefix=/usr \
                --bindir=/usr/games \
-               --disable-scrollkeeper \
-               CFLAGS="$(CFLAGS)" \
-               LDFLAGS="-Wl,-z,defs -Wl,--as-needed"
+               --disable-silent-rules \
+               $(shell DEB_LDFLAGS_MAINT_APPEND="-Wl,-z,defs -Wl,--as-needed" \
+                       dpkg-buildflags --export=configure)
        touch configure-stamp
 
 build: build-arch build-indep
@@ -42,7 +37,8 @@ build-stamp: configure-stamp
 clean:
        dh_testdir
        [ ! -f Makefile ] || $(MAKE) distclean
-       dh_clean config.sub config.guess
+       dh_autotools-dev_restoreconfig
+       dh_clean
 
 install: build
        dh_testdir
@@ -64,6 +60,7 @@ binary-arch: install
        dh_installman
        dh_installmenu
        dh_icons
+       dh_link
        dh_strip
        dh_compress
        dh_fixperms

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

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

Reply via email to