r49555 - in /desktop/unstable/gnome-nibbles/debian: changelog control control.in docs rules
jbicha-guest at users.alioth.debian.org
jbicha-guest at users.alioth.debian.org
Wed Aug 17 21:20:28 UTC 2016
Author: jbicha-guest
Date: Wed Aug 17 21:20:28 2016
New Revision: 49555
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=49555
Log:
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
Added:
desktop/unstable/gnome-nibbles/debian/docs
Modified:
desktop/unstable/gnome-nibbles/debian/changelog
desktop/unstable/gnome-nibbles/debian/control
desktop/unstable/gnome-nibbles/debian/control.in
desktop/unstable/gnome-nibbles/debian/rules
Modified: desktop/unstable/gnome-nibbles/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-nibbles/debian/changelog?rev=49555&op=diff
==============================================================================
--- desktop/unstable/gnome-nibbles/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-nibbles/debian/changelog [utf-8] Wed Aug 17 21:20:28 2016
@@ -1,6 +1,10 @@
gnome-nibbles (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
- Build-depend on valac
Modified: desktop/unstable/gnome-nibbles/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-nibbles/debian/control?rev=49555&op=diff
==============================================================================
--- desktop/unstable/gnome-nibbles/debian/control [utf-8] (original)
+++ desktop/unstable/gnome-nibbles/debian/control [utf-8] Wed Aug 17 21:20:28 2016
@@ -8,7 +8,6 @@
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>, Michael Biebl <biebl at debian.org>
Build-Depends: appstream-util,
- cdbs (>= 0.4.90~),
debhelper (>= 9),
dh-autoreconf,
gnome-pkg-tools (>= 0.6),
Modified: desktop/unstable/gnome-nibbles/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-nibbles/debian/control.in?rev=49555&op=diff
==============================================================================
--- desktop/unstable/gnome-nibbles/debian/control.in [utf-8] (original)
+++ desktop/unstable/gnome-nibbles/debian/control.in [utf-8] Wed Aug 17 21:20:28 2016
@@ -4,7 +4,6 @@
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
Uploaders: @GNOME_TEAM@
Build-Depends: appstream-util,
- cdbs (>= 0.4.90~),
debhelper (>= 9),
dh-autoreconf,
gnome-pkg-tools (>= 0.6),
Added: desktop/unstable/gnome-nibbles/debian/docs
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-nibbles/debian/docs?rev=49555&op=file
==============================================================================
--- desktop/unstable/gnome-nibbles/debian/docs (added)
+++ desktop/unstable/gnome-nibbles/debian/docs [utf-8] Wed Aug 17 21:20:28 2016
@@ -0,0 +1 @@
+NEWS
Modified: desktop/unstable/gnome-nibbles/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-nibbles/debian/rules?rev=49555&op=diff
==============================================================================
--- desktop/unstable/gnome-nibbles/debian/rules [utf-8] (original)
+++ desktop/unstable/gnome-nibbles/debian/rules [utf-8] Wed Aug 17 21:20:28 2016
@@ -1,13 +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
-LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
+%:
+ dh $@ --parallel --with autoreconf,gnome
+
+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