[Pkg-xfce-commits] r7705 - in goodies/trunk/xfce4-wmdock-plugin/debian: . patches

Yves-Alexis Perez corsac at alioth.debian.org
Sun May 26 12:18:15 UTC 2013


Author: corsac
Date: 2013-05-26 12:18:15 +0000 (Sun, 26 May 2013)
New Revision: 7705

Added:
   goodies/trunk/xfce4-wmdock-plugin/debian/patches/03_add-wmdock.desktop-to-POTFILES.patch
Modified:
   goodies/trunk/xfce4-wmdock-plugin/debian/changelog
   goodies/trunk/xfce4-wmdock-plugin/debian/compat
   goodies/trunk/xfce4-wmdock-plugin/debian/control
   goodies/trunk/xfce4-wmdock-plugin/debian/patches/series
   goodies/trunk/xfce4-wmdock-plugin/debian/rules
Log:
* debian/rules:
  - switch to dh tiny rules.
  - enable parallel build.
  - enable all hardening flags.
* debian/compat bumped to 9.
* debian/control:
  - update debhelper build-dep to 9.
  - drop build-dep on hardening-includes.
* debian/patches:
  03_add-wmdock.desktop-to-POTFILES added, add
  panel-plugin/wmdock.desktop.in.in to POTFILES.in since it contains
  translatable strings.

Modified: goodies/trunk/xfce4-wmdock-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-wmdock-plugin/debian/changelog	2013-05-26 12:07:12 UTC (rev 7704)
+++ goodies/trunk/xfce4-wmdock-plugin/debian/changelog	2013-05-26 12:18:15 UTC (rev 7705)
@@ -1,3 +1,20 @@
+xfce4-wmdock-plugin (0.3.4-2) UNRELEASED; urgency=low
+
+  * debian/rules:
+    - switch to dh tiny rules.
+    - enable parallel build.
+    - enable all hardening flags.
+  * debian/compat bumped to 9.
+  * debian/control:
+    - update debhelper build-dep to 9.
+    - drop build-dep on hardening-includes.
+  * debian/patches:
+    03_add-wmdock.desktop-to-POTFILES added, add
+    panel-plugin/wmdock.desktop.in.in to POTFILES.in since it contains
+    translatable strings.
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Sun, 26 May 2013 14:01:42 +0200
+
 xfce4-wmdock-plugin (0.3.4-1) unstable; urgency=low
 
   * New upstream release.

Modified: goodies/trunk/xfce4-wmdock-plugin/debian/compat
===================================================================
--- goodies/trunk/xfce4-wmdock-plugin/debian/compat	2013-05-26 12:07:12 UTC (rev 7704)
+++ goodies/trunk/xfce4-wmdock-plugin/debian/compat	2013-05-26 12:18:15 UTC (rev 7705)
@@ -1 +1 @@
-6
+9

Modified: goodies/trunk/xfce4-wmdock-plugin/debian/control
===================================================================
--- goodies/trunk/xfce4-wmdock-plugin/debian/control	2013-05-26 12:07:12 UTC (rev 7704)
+++ goodies/trunk/xfce4-wmdock-plugin/debian/control	2013-05-26 12:18:15 UTC (rev 7705)
@@ -4,8 +4,8 @@
 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~), xfce4-panel-dev, libwnck-dev, intltool, 
- libxfcegui4-dev, hardening-includes
+Build-Depends: debhelper (>= 9), xfce4-panel-dev, libwnck-dev, intltool, 
+ libxfcegui4-dev
 Standards-Version: 3.9.2
 Homepage: http://www.ibh.de/~ellguth/xfce4-wmdock-plugin.html
 Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/trunk/xfce4-wmdock-plugin/

Added: goodies/trunk/xfce4-wmdock-plugin/debian/patches/03_add-wmdock.desktop-to-POTFILES.patch
===================================================================
--- goodies/trunk/xfce4-wmdock-plugin/debian/patches/03_add-wmdock.desktop-to-POTFILES.patch	                        (rev 0)
+++ goodies/trunk/xfce4-wmdock-plugin/debian/patches/03_add-wmdock.desktop-to-POTFILES.patch	2013-05-26 12:18:15 UTC (rev 7705)
@@ -0,0 +1,5 @@
+--- a/po/POTFILES.in
++++ b/po/POTFILES.in
+@@ -1 +1,2 @@
+ panel-plugin/wmdock.c
++panel-plugin/wmdock.desktop.in.in

Modified: goodies/trunk/xfce4-wmdock-plugin/debian/patches/series
===================================================================
--- goodies/trunk/xfce4-wmdock-plugin/debian/patches/series	2013-05-26 12:07:12 UTC (rev 7704)
+++ goodies/trunk/xfce4-wmdock-plugin/debian/patches/series	2013-05-26 12:18:15 UTC (rev 7705)
@@ -1 +1,2 @@
 02_fix-indirect-dso-linking.patch
+03_add-wmdock.desktop-to-POTFILES.patch

Modified: goodies/trunk/xfce4-wmdock-plugin/debian/rules
===================================================================
--- goodies/trunk/xfce4-wmdock-plugin/debian/rules	2013-05-26 12:07:12 UTC (rev 7704)
+++ goodies/trunk/xfce4-wmdock-plugin/debian/rules	2013-05-26 12:18:15 UTC (rev 7705)
@@ -1,14 +1,6 @@
 #!/usr/bin/make -f
-include /usr/share/hardening-includes/hardening.make
+export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed -Wl,-O1
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
-LDFLAGS=$(shell dpkg-buildflags --get LDFLAGS)
-CFLAGS=$(shell dpkg-buildflags --get CFLAGS)
-LDFLAGS+=$(HARDENING_LDFLAGS) -Wl,-O1 -Wl,-z,defs -Wl,--as-needed
-CFLAGS+=$(HARDENING_CFLAGS)
-
-export CFLAGS LDFLAGS
-
-override_dh_auto_test:
-
 %:
-	dh $@
+	dh $@ --parallel




More information about the Pkg-xfce-commits mailing list