r49548 - in /desktop/unstable/five-or-more/debian: changelog control control.in rules

jbicha-guest at users.alioth.debian.org jbicha-guest at users.alioth.debian.org
Wed Aug 17 20:22:42 UTC 2016


Author: jbicha-guest
Date: Wed Aug 17 20:22:42 2016
New Revision: 49548

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=49548
Log:
Enable parallel builds and all hardening flags

Modified:
    desktop/unstable/five-or-more/debian/changelog
    desktop/unstable/five-or-more/debian/control
    desktop/unstable/five-or-more/debian/control.in
    desktop/unstable/five-or-more/debian/rules

Modified: desktop/unstable/five-or-more/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/five-or-more/debian/changelog?rev=49548&op=diff
==============================================================================
--- desktop/unstable/five-or-more/debian/changelog	[utf-8] (original)
+++ desktop/unstable/five-or-more/debian/changelog	[utf-8] Wed Aug 17 20:22:42 2016
@@ -1,3 +1,9 @@
+five-or-more (1:3.20.1-2) UNRELEASED; urgency=medium
+
+  * Enable parallel builds and all hardening flags
+
+ -- Jeremy Bicha <jbicha at ubuntu.com>  Wed, 17 Aug 2016 16:20:42 -0400
+
 five-or-more (1:3.20.1-1) unstable; urgency=medium
 
   * New upstream release.

Modified: desktop/unstable/five-or-more/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/five-or-more/debian/control?rev=49548&op=diff
==============================================================================
--- desktop/unstable/five-or-more/debian/control	[utf-8] (original)
+++ desktop/unstable/five-or-more/debian/control	[utf-8] Wed Aug 17 20:22:42 2016
@@ -7,12 +7,12 @@
 Priority: optional
 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: debhelper (>= 9),
+Build-Depends: appstream-util,
+               debhelper (>= 9),
                dh-autoreconf,
                gnome-common,
                gnome-pkg-tools (>= 0.6),
                intltool (>= 0.50.0),
-               appstream-util,
                libglib2.0-dev,
                libgtk-3-dev (>= 3.12.0),
                librsvg2-dev (>= 2.32.0),

Modified: desktop/unstable/five-or-more/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/five-or-more/debian/control.in?rev=49548&op=diff
==============================================================================
--- desktop/unstable/five-or-more/debian/control.in	[utf-8] (original)
+++ desktop/unstable/five-or-more/debian/control.in	[utf-8] Wed Aug 17 20:22:42 2016
@@ -3,12 +3,12 @@
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: @GNOME_TEAM@
-Build-Depends: debhelper (>= 9),
+Build-Depends: appstream-util,
+               debhelper (>= 9),
                dh-autoreconf,
                gnome-common,
                gnome-pkg-tools (>= 0.6),
                intltool (>= 0.50.0),
-               appstream-util,
                libglib2.0-dev,
                libgtk-3-dev (>= 3.12.0),
                librsvg2-dev (>= 2.32.0),

Modified: desktop/unstable/five-or-more/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/five-or-more/debian/rules?rev=49548&op=diff
==============================================================================
--- desktop/unstable/five-or-more/debian/rules	[utf-8] (original)
+++ desktop/unstable/five-or-more/debian/rules	[utf-8] Wed Aug 17 20:22:42 2016
@@ -1,12 +1,14 @@
 #!/usr/bin/make -f
-# -*- mode: makefile; coding: utf-8 -*-
+-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.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
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export DEB_LDFLAGS_MAINT_APPEND= -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 
 %:
-	dh $@ --with autoreconf,gnome
+	dh $@ --parallel --with autoreconf,gnome
 
 override_dh_auto_configure:
 	dh_auto_configure -- --bindir=\$${prefix}/games
+
+override_dh_autoreconf:
+	dh_autoreconf --as-needed




More information about the pkg-gnome-commits mailing list