[Pkg-xfce-commits] r6737 - goodies/trunk/xfce4-places-plugin/debian

Yves-Alexis Perez corsac at alioth.debian.org
Fri Apr 13 07:04:52 UTC 2012


Author: corsac
Date: 2012-04-13 19:04:52 +0000 (Fri, 13 Apr 2012)
New Revision: 6737

Modified:
   goodies/trunk/xfce4-places-plugin/debian/changelog
   goodies/trunk/xfce4-places-plugin/debian/compat
   goodies/trunk/xfce4-places-plugin/debian/control
   goodies/trunk/xfce4-places-plugin/debian/rules
Log:
* debian/rules:
  - build with --parallel.
  - use debhelper 9 and dpkg-dev 1.16.1 hardening support.
* debian/compat bumped to 9.

Modified: goodies/trunk/xfce4-places-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-places-plugin/debian/changelog	2012-04-13 18:59:05 UTC (rev 6736)
+++ goodies/trunk/xfce4-places-plugin/debian/changelog	2012-04-13 19:04:52 UTC (rev 6737)
@@ -10,8 +10,11 @@
     - 02_fix-implicit-dso-linking dropped, included upstream.
     - 03_port-to-libxfce4ui dropped, included upstream.
     - 04_port-to-gio dropped, included upstream.
+  * debian/rules:
+    - build with --parallel.
+    - use debhelper 9 and dpkg-dev 1.16.1 hardening support.
+  * debian/compat bumped to 9.
 
-
  -- Yves-Alexis Perez <corsac at debian.org>  Fri, 13 Apr 2012 20:55:47 +0200
 
 xfce4-places-plugin (1.2.0-3) unstable; urgency=low

Modified: goodies/trunk/xfce4-places-plugin/debian/compat
===================================================================
--- goodies/trunk/xfce4-places-plugin/debian/compat	2012-04-13 18:59:05 UTC (rev 6736)
+++ goodies/trunk/xfce4-places-plugin/debian/compat	2012-04-13 19:04:52 UTC (rev 6737)
@@ -1 +1 @@
-7
+9

Modified: goodies/trunk/xfce4-places-plugin/debian/control
===================================================================
--- goodies/trunk/xfce4-places-plugin/debian/control	2012-04-13 18:59:05 UTC (rev 6736)
+++ goodies/trunk/xfce4-places-plugin/debian/control	2012-04-13 19:04:52 UTC (rev 6737)
@@ -3,11 +3,11 @@
 Priority: optional
 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 (>= 7.0.50~), autotools-dev, pkg-config,
+Build-Depends: debhelper (>= 9), autotools-dev, pkg-config,
  libgtk2.0-dev (>= 2.6.0), libxfce4util-dev (>= 4.8),
  libexo-1-dev (>= 0.5.0), libxfce4ui-1-dev (>= 4.8), xfce4-panel-dev (>= 4.8),
  libxml-parser-perl, intltool, xfce4-dev-tools, automake, autoconf, libtool,
- libnotify-dev
+ libnotify-dev, dpkg-dev (>= 1.16.1)
 Standards-Version: 3.9.2
 Homepage: http://goodies.xfce.org/projects/panel-plugins/xfce4-places-plugin
 Vcs-Svn: svn://svn.debian.org/svn/pkg-xfce/goodies/trunk/xfce4-places-plugin/

Modified: goodies/trunk/xfce4-places-plugin/debian/rules
===================================================================
--- goodies/trunk/xfce4-places-plugin/debian/rules	2012-04-13 18:59:05 UTC (rev 6736)
+++ goodies/trunk/xfce4-places-plugin/debian/rules	2012-04-13 19:04:52 UTC (rev 6737)
@@ -1,5 +1,8 @@
 #!/usr/bin/make -f
 
+export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed -Wl,-O1 -Wl,-z,defs
+export DEB_BUILD_MAINT_OPTIONS=hardening=+pie,+bindnow
+
 override_dh_auto_configure:
 	find .pc -type f -name '*.c' -exec echo '{}' >> po/POTFILES.skip \;
 	NOCONFIGURE=1 xdt-autogen
@@ -12,4 +15,4 @@
 	rm -f ltmain.sh missing mkinstalldirs po/POTFILES.skip
 
 %:
-	dh $@
+	dh $@ --parallel




More information about the Pkg-xfce-commits mailing list