r49549 - in /desktop/unstable/gnome-klotski/debian: changelog control control.in rules
jbicha-guest at users.alioth.debian.org
jbicha-guest at users.alioth.debian.org
Wed Aug 17 20:38:55 UTC 2016
Author: jbicha-guest
Date: Wed Aug 17 20:38:55 2016
New Revision: 49549
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=49549
Log:
New upstream release
* Convert from cdbs to dh
* Add debian/docs to install NEWS
* Enable parallel builds and all hardening flags
* Delete vala stamps to rebuild generated source files
* debian/control.in:
- Build-depend on libgnome-games-support-dev
- Require GTK 3.19
- Drop gnome-common build-dependency
Modified:
desktop/unstable/gnome-klotski/debian/changelog
desktop/unstable/gnome-klotski/debian/control
desktop/unstable/gnome-klotski/debian/control.in
desktop/unstable/gnome-klotski/debian/rules
Modified: desktop/unstable/gnome-klotski/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-klotski/debian/changelog?rev=49549&op=diff
==============================================================================
--- desktop/unstable/gnome-klotski/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-klotski/debian/changelog [utf-8] Wed Aug 17 20:38:55 2016
@@ -1,3 +1,17 @@
+gnome-klotski (1:3.21.90-1) UNRELEASED; urgency=medium
+
+ * New upstream release
+ * Convert from cdbs to dh
+ * Add debian/docs to install NEWS
+ * Enable parallel builds and all hardening flags
+ * Delete vala stamps to rebuild generated source files
+ * debian/control.in:
+ - Build-depend on libgnome-games-support-dev
+ - Require GTK 3.19
+ - Drop gnome-common build-dependency
+
+ -- Jeremy Bicha <jbicha at ubuntu.com> Wed, 17 Aug 2016 16:29:08 -0400
+
gnome-klotski (1:3.18.2-2) unstable; urgency=medium
* Drop obsolete transitional package gnotski.
Modified: desktop/unstable/gnome-klotski/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-klotski/debian/control?rev=49549&op=diff
==============================================================================
--- desktop/unstable/gnome-klotski/debian/control [utf-8] (original)
+++ desktop/unstable/gnome-klotski/debian/control [utf-8] Wed Aug 17 20:38:55 2016
@@ -8,15 +8,14 @@
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
Uploaders: Andreas Henriksson <andreas at fatal.se>, Emilio Pozuelo Monfort <pochu at debian.org>, Jeremy Bicha <jbicha at ubuntu.com>, Michael Biebl <biebl at debian.org>
Homepage: https://wiki.gnome.org/Apps/Klotski
-Build-Depends: cdbs (>= 0.4.90~),
+Build-Depends: appstream-util,
debhelper (>= 9),
dh-autoreconf,
- gnome-common,
gnome-pkg-tools (>= 0.6),
intltool (>= 0.50),
- appstream-util,
libglib2.0-dev (>= 2.40.0),
- libgtk-3-dev (>= 3.15.0),
+ libgnome-games-support-dev,
+ libgtk-3-dev (>= 3.19.0),
librsvg2-dev (>= 2.32.0),
valac (>= 0.27.1),
yelp-tools
Modified: desktop/unstable/gnome-klotski/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-klotski/debian/control.in?rev=49549&op=diff
==============================================================================
--- desktop/unstable/gnome-klotski/debian/control.in [utf-8] (original)
+++ desktop/unstable/gnome-klotski/debian/control.in [utf-8] Wed Aug 17 20:38:55 2016
@@ -4,15 +4,14 @@
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
Uploaders: @GNOME_TEAM@
Homepage: https://wiki.gnome.org/Apps/Klotski
-Build-Depends: cdbs (>= 0.4.90~),
+Build-Depends: appstream-util,
debhelper (>= 9),
dh-autoreconf,
- gnome-common,
gnome-pkg-tools (>= 0.6),
intltool (>= 0.50),
- appstream-util,
libglib2.0-dev (>= 2.40.0),
- libgtk-3-dev (>= 3.15.0),
+ libgnome-games-support-dev,
+ libgtk-3-dev (>= 3.19.0),
librsvg2-dev (>= 2.32.0),
valac (>= 0.27.1),
yelp-tools
Modified: desktop/unstable/gnome-klotski/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-klotski/debian/rules?rev=49549&op=diff
==============================================================================
--- desktop/unstable/gnome-klotski/debian/rules [utf-8] (original)
+++ desktop/unstable/gnome-klotski/debian/rules [utf-8] Wed Aug 17 20:38:55 2016
@@ -1,14 +1,15 @@
#!/usr/bin/make -f
-# -*- mode: makefile; coding: utf-8 -*-
+-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
-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_BUILD_MAINT_OPTIONS = hardening=+all
+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 -- --bindir=\$${prefix}/games
+
+override_dh_autoreconf:
+ find . -name "*_vala.stamp" -delete
+ dh_autoreconf --as-needed
More information about the pkg-gnome-commits
mailing list