r49568 - in /desktop/unstable/iagno/debian: changelog control control.in docs rules

jbicha-guest at users.alioth.debian.org jbicha-guest at users.alioth.debian.org
Thu Aug 18 00:05:43 UTC 2016


Author: jbicha-guest
Date: Thu Aug 18 00:05:43 2016
New Revision: 49568

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=49568
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/iagno/debian/docs
Modified:
    desktop/unstable/iagno/debian/changelog
    desktop/unstable/iagno/debian/control
    desktop/unstable/iagno/debian/control.in
    desktop/unstable/iagno/debian/rules

Modified: desktop/unstable/iagno/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/iagno/debian/changelog?rev=49568&op=diff
==============================================================================
--- desktop/unstable/iagno/debian/changelog	[utf-8] (original)
+++ desktop/unstable/iagno/debian/changelog	[utf-8] Thu Aug 18 00:05:43 2016
@@ -2,6 +2,10 @@
 
   * Team upload
   * New upsteam 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 
 
  -- Jeremy Bicha <jbicha at ubuntu.com>  Wed, 17 Aug 2016 19:53:15 -0400
 

Modified: desktop/unstable/iagno/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/iagno/debian/control?rev=49568&op=diff
==============================================================================
--- desktop/unstable/iagno/debian/control	[utf-8] (original)
+++ desktop/unstable/iagno/debian/control	[utf-8] Thu Aug 18 00:05:43 2016
@@ -9,7 +9,6 @@
 Uploaders: Andreas Henriksson <andreas at fatal.se>, Michael Biebl <biebl at debian.org>
 Homepage: https://wiki.gnome.org/Apps/Iagno
 Build-Depends: appstream-util,
-               cdbs (>= 0.4.90~),
                debhelper (>= 9),
                dh-autoreconf,
                gnome-pkg-tools (>= 0.6),

Modified: desktop/unstable/iagno/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/iagno/debian/control.in?rev=49568&op=diff
==============================================================================
--- desktop/unstable/iagno/debian/control.in	[utf-8] (original)
+++ desktop/unstable/iagno/debian/control.in	[utf-8] Thu Aug 18 00:05:43 2016
@@ -5,7 +5,6 @@
 Uploaders: @GNOME_TEAM@
 Homepage: https://wiki.gnome.org/Apps/Iagno
 Build-Depends: appstream-util,
-               cdbs (>= 0.4.90~),
                debhelper (>= 9),
                dh-autoreconf,
                gnome-pkg-tools (>= 0.6),

Added: desktop/unstable/iagno/debian/docs
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/iagno/debian/docs?rev=49568&op=file
==============================================================================
--- desktop/unstable/iagno/debian/docs	(added)
+++ desktop/unstable/iagno/debian/docs	[utf-8] Thu Aug 18 00:05:43 2016
@@ -0,0 +1 @@
+NEWS

Modified: desktop/unstable/iagno/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/iagno/debian/rules?rev=49568&op=diff
==============================================================================
--- desktop/unstable/iagno/debian/rules	[utf-8] (original)
+++ desktop/unstable/iagno/debian/rules	[utf-8] Thu Aug 18 00:05:43 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