[Pkg-xfce-commits] r4961 - in goodies/branches/experimental/xfce4-timer-plugin/debian: . patches

Lionel Le Folgoc mrpouit-guest at alioth.debian.org
Sat Feb 12 03:34:36 UTC 2011


Author: mrpouit-guest
Date: 2011-02-12 15:34:35 +0000 (Sat, 12 Feb 2011)
New Revision: 4961

Modified:
   goodies/branches/experimental/xfce4-timer-plugin/debian/changelog
   goodies/branches/experimental/xfce4-timer-plugin/debian/patches/01_improve-timer-stop.patch
   goodies/branches/experimental/xfce4-timer-plugin/debian/rules
Log:
  - add .pc dir to po/POTFILES.skip, and remove it at clean time.
  - 01_improve-timer-stop.patch: drop the POTFILES.skip part, done in
    debian/rules now.

Modified: goodies/branches/experimental/xfce4-timer-plugin/debian/changelog
===================================================================
--- goodies/branches/experimental/xfce4-timer-plugin/debian/changelog	2011-02-12 15:25:07 UTC (rev 4960)
+++ goodies/branches/experimental/xfce4-timer-plugin/debian/changelog	2011-02-12 15:34:35 UTC (rev 4961)
@@ -5,7 +5,10 @@
     - pick {C,LD}FLAGS from dpkg-buildflags.
     - add -O1, -z,defs and --as-needed to LDFLAGS.
     - add hardening flags to {C,LD}FLAGS.
+    - add .pc dir to po/POTFILES.skip, and remove it at clean time.
   * debian/patches:
+    - 01_improve-timer-stop.patch: drop the POTFILES.skip part, done in
+      debian/rules now.
     - 02_Fix-segfault-when-creating-plugin-in-4.8-panel.patch: make the
       plugin work with Xfce 4.8.
     - series: refreshed.

Modified: goodies/branches/experimental/xfce4-timer-plugin/debian/patches/01_improve-timer-stop.patch
===================================================================
--- goodies/branches/experimental/xfce4-timer-plugin/debian/patches/01_improve-timer-stop.patch	2011-02-12 15:25:07 UTC (rev 4960)
+++ goodies/branches/experimental/xfce4-timer-plugin/debian/patches/01_improve-timer-stop.patch	2011-02-12 15:34:35 UTC (rev 4961)
@@ -19,7 +19,3 @@
                                      GTK_MESSAGE_WARNING,
                                      GTK_BUTTONS_CLOSE,
                                      _("Beeep! :) \nTime is up!"));
---- /dev/null
-+++ xfce4-timer-plugin-0.6.1/po/POTFILES.skip
-@@ -0,0 +1 @@
-+.pc/01_improve-timer-stop.patch/src/xfcetimer.c

Modified: goodies/branches/experimental/xfce4-timer-plugin/debian/rules
===================================================================
--- goodies/branches/experimental/xfce4-timer-plugin/debian/rules	2011-02-12 15:25:07 UTC (rev 4960)
+++ goodies/branches/experimental/xfce4-timer-plugin/debian/rules	2011-02-12 15:34:35 UTC (rev 4961)
@@ -8,5 +8,13 @@
 
 export CFLAGS LDFLAGS
 
+override_dh_auto_configure:
+	find .pc -type f -name '*.c' -exec echo '{}' >> po/POTFILES.skip \;
+	dh_auto_configure
+
+override_dh_auto_clean:
+	rm -f po/POTFILES.skip
+	dh_auto_clean
+
 %:
 	dh $@




More information about the Pkg-xfce-commits mailing list