r48905 - in /packages/unstable/gnome-taquin/debian: changelog control control.in rules

jbicha-guest at users.alioth.debian.org jbicha-guest at users.alioth.debian.org
Wed May 25 03:54:54 UTC 2016


Author: jbicha-guest
Date: Wed May 25 03:54:54 2016
New Revision: 48905

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=48905
Log:
* Install to /usr/games/ as per FHS and Debian policy
* Enable all hardening flags
* Run autoreconf

Modified:
    packages/unstable/gnome-taquin/debian/changelog
    packages/unstable/gnome-taquin/debian/control
    packages/unstable/gnome-taquin/debian/control.in
    packages/unstable/gnome-taquin/debian/rules

Modified: packages/unstable/gnome-taquin/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-taquin/debian/changelog?rev=48905&op=diff
==============================================================================
--- packages/unstable/gnome-taquin/debian/changelog	[utf-8] (original)
+++ packages/unstable/gnome-taquin/debian/changelog	[utf-8] Wed May 25 03:54:54 2016
@@ -1,7 +1,10 @@
 gnome-taquin (3.20.2-2) UNRELEASED; urgency=medium
 
   * Team upload
+  * Install to /usr/games/ as per FHS and Debian policy
   * Add debian/docs to install NEWS
+  * Enable all hardening flags
+  * Run autoreconf
 
  -- Jeremy Bicha <jbicha at linux.com>  Tue, 24 May 2016 23:36:16 -0400
 

Modified: packages/unstable/gnome-taquin/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-taquin/debian/control?rev=48905&op=diff
==============================================================================
--- packages/unstable/gnome-taquin/debian/control	[utf-8] (original)
+++ packages/unstable/gnome-taquin/debian/control	[utf-8] Wed May 25 03:54:54 2016
@@ -3,7 +3,7 @@
 # Modifications should be made to debian/control.in instead.
 # This file is regenerated automatically in the clean target.
 Source: gnome-taquin
-Section: gnome
+Section: games
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: Andreas Henriksson <andreas at fatal.se>, Michael Biebl <biebl at debian.org>

Modified: packages/unstable/gnome-taquin/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-taquin/debian/control.in?rev=48905&op=diff
==============================================================================
--- packages/unstable/gnome-taquin/debian/control.in	[utf-8] (original)
+++ packages/unstable/gnome-taquin/debian/control.in	[utf-8] Wed May 25 03:54:54 2016
@@ -1,9 +1,10 @@
 Source: gnome-taquin
-Section: gnome
+Section: games
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: @GNOME_TEAM@
 Build-Depends: debhelper (>= 9),
+               dh-autoreconf,
                gnome-pkg-tools,
                pkg-config (>= 0.22),
                intltool (>= 0.50.1),

Modified: packages/unstable/gnome-taquin/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-taquin/debian/rules?rev=48905&op=diff
==============================================================================
--- packages/unstable/gnome-taquin/debian/rules	[utf-8] (original)
+++ packages/unstable/gnome-taquin/debian/rules	[utf-8] Wed May 25 03:54:54 2016
@@ -1,9 +1,11 @@
 #!/usr/bin/make -f
-
 -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
+
 %:
-	dh $@ --with gnome
+	dh $@ --parallel --with autoreconf,gnome
 
 override_dh_auto_configure:
-	dh_auto_configure -- --disable-silent-rules
+	dh_auto_configure -- --bindir=\$${prefix}/games




More information about the pkg-gnome-commits mailing list