r13824 - packages/trunk/hitori/debian

Peter De Wachter pdewacht-guest at alioth.debian.org
Wed Oct 24 21:37:36 UTC 2012


Author: pdewacht-guest
Date: 2012-10-24 21:37:35 +0000 (Wed, 24 Oct 2012)
New Revision: 13824

Modified:
   packages/trunk/hitori/debian/
   packages/trunk/hitori/debian/changelog
   packages/trunk/hitori/debian/compat
   packages/trunk/hitori/debian/control
   packages/trunk/hitori/debian/rules
Log:
Hitori 0.4.0 (new upstream version)



Property changes on: packages/trunk/hitori/debian
___________________________________________________________________
Modified: svn-bp:origUrl
   - http://pkg-games.alioth.debian.org/tarballs/hitori_0.3.2.orig.tar.xz
   + http://pkg-games.alioth.debian.org/tarballs/hitori_0.4.0.orig.tar.xz

Modified: packages/trunk/hitori/debian/changelog
===================================================================
--- packages/trunk/hitori/debian/changelog	2012-10-24 00:26:55 UTC (rev 13823)
+++ packages/trunk/hitori/debian/changelog	2012-10-24 21:37:35 UTC (rev 13824)
@@ -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 <pdewacht at gmail.com>  Wed, 24 Oct 2012 21:57:45 +0200
+
 hitori (0.3.2-1) unstable; urgency=low
 
   * New upstream version.

Modified: packages/trunk/hitori/debian/compat
===================================================================
--- packages/trunk/hitori/debian/compat	2012-10-24 00:26:55 UTC (rev 13823)
+++ packages/trunk/hitori/debian/compat	2012-10-24 21:37:35 UTC (rev 13824)
@@ -1 +1 @@
-7
+9

Modified: packages/trunk/hitori/debian/control
===================================================================
--- packages/trunk/hitori/debian/control	2012-10-24 00:26:55 UTC (rev 13823)
+++ packages/trunk/hitori/debian/control	2012-10-24 21:37:35 UTC (rev 13824)
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Peter De Wachter <pdewacht at gmail.com>
-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/

Modified: packages/trunk/hitori/debian/rules
===================================================================
--- packages/trunk/hitori/debian/rules	2012-10-24 00:26:55 UTC (rev 13823)
+++ packages/trunk/hitori/debian/rules	2012-10-24 21:37:35 UTC (rev 13824)
@@ -17,18 +17,13 @@
 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 @@
 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 @@
 	dh_installman
 	dh_installmenu
 	dh_icons
+	dh_link
 	dh_strip
 	dh_compress
 	dh_fixperms




More information about the Pkg-games-commits mailing list