r39451 - in /desktop/unstable/gnome-mines/debian: changelog compat control control.in rules
jbicha-guest at users.alioth.debian.org
jbicha-guest at users.alioth.debian.org
Mon Sep 2 22:35:59 UTC 2013
Author: jbicha-guest
Date: Mon Sep 2 22:35:59 2013
New Revision: 39451
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=39451
Log:
* Switch from cdbs to dh7-style rules
* Bump dh compat to 9
Modified:
desktop/unstable/gnome-mines/debian/changelog
desktop/unstable/gnome-mines/debian/compat
desktop/unstable/gnome-mines/debian/control
desktop/unstable/gnome-mines/debian/control.in
desktop/unstable/gnome-mines/debian/rules
Modified: desktop/unstable/gnome-mines/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-mines/debian/changelog?rev=39451&op=diff
==============================================================================
--- desktop/unstable/gnome-mines/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-mines/debian/changelog [utf-8] Mon Sep 2 22:35:59 2013
@@ -1,3 +1,10 @@
+gnome-mines (1:3.8.2-2) UNRELEASED; urgency=low
+
+ * Switch from cdbs to dh7-style rules
+ * Bump dh compat to 9
+
+ -- Jeremy Bicha <jbicha at ubuntu.com> Mon, 02 Sep 2013 18:34:55 -0400
+
gnome-mines (1:3.8.2-1) unstable; urgency=low
[ Jeremy Bicha ]
Modified: desktop/unstable/gnome-mines/debian/compat
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-mines/debian/compat?rev=39451&op=diff
==============================================================================
--- desktop/unstable/gnome-mines/debian/compat [utf-8] (original)
+++ desktop/unstable/gnome-mines/debian/compat [utf-8] Mon Sep 2 22:35:59 2013
@@ -1 +1 @@
-8
+9
Modified: desktop/unstable/gnome-mines/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-mines/debian/control?rev=39451&op=diff
==============================================================================
--- desktop/unstable/gnome-mines/debian/control [utf-8] (original)
+++ desktop/unstable/gnome-mines/debian/control [utf-8] Mon Sep 2 22:35:59 2013
@@ -9,8 +9,7 @@
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
Uploaders: Emilio Pozuelo Monfort <pochu at debian.org>, Jordi Mallach <jordi at debian.org>, Josselin Mouette <joss at debian.org>, Michael Biebl <biebl at debian.org>
Homepage: https://wiki.gnome.org/Mines
-Build-Depends: cdbs (>= 0.4.90~),
- debhelper (>= 8),
+Build-Depends: debhelper (>= 9),
dh-autoreconf,
gnome-common,
gnome-pkg-tools (>= 0.6),
Modified: desktop/unstable/gnome-mines/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-mines/debian/control.in?rev=39451&op=diff
==============================================================================
--- desktop/unstable/gnome-mines/debian/control.in [utf-8] (original)
+++ desktop/unstable/gnome-mines/debian/control.in [utf-8] Mon Sep 2 22:35:59 2013
@@ -4,8 +4,7 @@
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
Uploaders: @GNOME_TEAM@
Homepage: https://wiki.gnome.org/Mines
-Build-Depends: cdbs (>= 0.4.90~),
- debhelper (>= 8),
+Build-Depends: debhelper (>= 9),
dh-autoreconf,
gnome-common,
gnome-pkg-tools (>= 0.6),
Modified: desktop/unstable/gnome-mines/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-mines/debian/rules?rev=39451&op=diff
==============================================================================
--- desktop/unstable/gnome-mines/debian/rules [utf-8] (original)
+++ desktop/unstable/gnome-mines/debian/rules [utf-8] Mon Sep 2 22:35:59 2013
@@ -1,14 +1,12 @@
#!/usr/bin/make -f
# -*- mode: makefile; coding: utf-8 -*-
-include /usr/share/cdbs/1/rules/autoreconf.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/gnome.mk
-include /usr/share/cdbs/1/rules/utils.mk
-include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
-include /usr/share/gnome-pkg-tools/1/rules/gnome-version.mk
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
+export DEB_LDFLAGS_MAINT_APPEND= -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
-DEB_CONFIGURE_EXTRA_FLAGS := --bindir=\$${prefix}/games
+%:
+ dh $@ --parallel --with autoreconf,gnome
-LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
+override_dh_auto_configure:
+ dh_auto_configure -- \
+ --disable-silent-rules \
+ --bindir=\$${prefix}/games
More information about the pkg-gnome-commits
mailing list