[Pkg-xfce-commits] r7526 - goodies/trunk/thunar-media-tags-plugin/debian

Lionel Le Folgoc mrpouit-guest at alioth.debian.org
Wed May 22 06:36:08 UTC 2013


Author: mrpouit-guest
Date: 2013-05-22 18:36:07 +0000 (Wed, 22 May 2013)
New Revision: 7526

Modified:
   goodies/trunk/thunar-media-tags-plugin/debian/changelog
   goodies/trunk/thunar-media-tags-plugin/debian/control
   goodies/trunk/thunar-media-tags-plugin/debian/rules
Log:
* New upstream release.
* debian/control: bump debhelper b-dep to (>= 9).
* debian/rules: enable all hardening options.

Modified: goodies/trunk/thunar-media-tags-plugin/debian/changelog
===================================================================
--- goodies/trunk/thunar-media-tags-plugin/debian/changelog	2013-05-22 18:33:49 UTC (rev 7525)
+++ goodies/trunk/thunar-media-tags-plugin/debian/changelog	2013-05-22 18:36:07 UTC (rev 7526)
@@ -1,3 +1,11 @@
+thunar-media-tags-plugin (0.2.1-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+  * debian/control: bump debhelper b-dep to (>= 9).
+  * debian/rules: enable all hardening options.
+
+ -- Lionel Le Folgoc <mrpouit at gmail.com>  Wed, 22 May 2013 20:30:12 +0200
+
 thunar-media-tags-plugin (0.2.0-1) unstable; urgency=low
 
   * New upstream release.

Modified: goodies/trunk/thunar-media-tags-plugin/debian/control
===================================================================
--- goodies/trunk/thunar-media-tags-plugin/debian/control	2013-05-22 18:33:49 UTC (rev 7525)
+++ goodies/trunk/thunar-media-tags-plugin/debian/control	2013-05-22 18:36:07 UTC (rev 7526)
@@ -4,7 +4,7 @@
 Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
 Uploaders: Yves-Alexis Perez <corsac at debian.org>,
  Lionel Le Folgoc <mrpouit at gmail.com>
-Build-Depends: debhelper (>= 8.9.4), pkg-config, libthunarx-2-dev (>= 1.0.1),
+Build-Depends: debhelper (>= 9), pkg-config, libthunarx-2-dev (>= 1.0.1),
  libexo-1-dev (>= 0.5.0), libtagc0-dev, libxml-parser-perl, intltool,
  dpkg-dev (>= 1.16.1)
 Standards-Version: 3.9.2

Modified: goodies/trunk/thunar-media-tags-plugin/debian/rules
===================================================================
--- goodies/trunk/thunar-media-tags-plugin/debian/rules	2013-05-22 18:33:49 UTC (rev 7525)
+++ goodies/trunk/thunar-media-tags-plugin/debian/rules	2013-05-22 18:36:07 UTC (rev 7526)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
-export DEB_LDFLAGS_MAINT_APPEND=-Wl,-z,defs -Wl,--as-needed -Wl,-O1
-export DEB_BUILD_MAINT_OPTIONS=hardening=+pie,+bindnow
+export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed -Wl,-O1 -Wl,-z,defs
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 %:
 	dh $@




More information about the Pkg-xfce-commits mailing list