[Pkg-xfce-commits] r5757 - desktop/trunk/xfce4-panel/debian

Yves-Alexis Perez corsac at alioth.debian.org
Sat May 14 04:25:30 UTC 2011


Author: corsac
Date: 2011-05-14 16:25:29 +0000 (Sat, 14 May 2011)
New Revision: 5757

Modified:
   desktop/trunk/xfce4-panel/debian/changelog
   desktop/trunk/xfce4-panel/debian/rules
Log:
* debian/rules:
  - ignore translations in .pc so dh_auto_test doesn't fail when make check
    is run in po/.

Modified: desktop/trunk/xfce4-panel/debian/changelog
===================================================================
--- desktop/trunk/xfce4-panel/debian/changelog	2011-05-14 16:20:41 UTC (rev 5756)
+++ desktop/trunk/xfce4-panel/debian/changelog	2011-05-14 16:25:29 UTC (rev 5757)
@@ -3,8 +3,11 @@
   * debian/patches:
     - 02_fix-arrow-spacing-vertical-panel added, fix spacing between launchers
       on vertical panels with side arrows.                      closes: #625794
+  * debian/rules:
+    - ignore translations in .pc so dh_auto_test doesn't fail when make check
+      is run in po/.
 
- -- Yves-Alexis Perez <corsac at debian.org>  Fri, 06 May 2011 09:58:19 +0200
+ -- Yves-Alexis Perez <corsac at debian.org>  Sat, 14 May 2011 18:24:53 +0200
 
 xfce4-panel (4.8.3-2) unstable; urgency=low
 

Modified: desktop/trunk/xfce4-panel/debian/rules
===================================================================
--- desktop/trunk/xfce4-panel/debian/rules	2011-05-14 16:20:41 UTC (rev 5756)
+++ desktop/trunk/xfce4-panel/debian/rules	2011-05-14 16:25:29 UTC (rev 5757)
@@ -16,5 +16,13 @@
 override_dh_strip:
 	dh_strip --dbg-package=xfce4-panel-dbg
 
+override_dh_auto_configure:
+	dh_auto_configure
+	find .pc -type f -exec echo '{}' >> po/POTFILES.skip \;
+
+override_dh_auto_clean:
+	rm -f po/POTFILES.skip
+	dh_auto_clean
+
 %:
 	dh $@




More information about the Pkg-xfce-commits mailing list