[Pkg-xfce-commits] r4094 - desktop/branches/experimental/xfce4-panel/debian

Lionel Le Folgoc mrpouit-guest at alioth.debian.org
Sun May 23 04:50:34 UTC 2010


Author: mrpouit-guest
Date: 2010-05-23 16:50:33 +0000 (Sun, 23 May 2010)
New Revision: 4094

Modified:
   desktop/branches/experimental/xfce4-panel/debian/changelog
   desktop/branches/experimental/xfce4-panel/debian/rules
Log:
* debian/rules:
  - dropped rc files mangling as they don't exist anymore
  - updated removal of *.{l,}a files.

Modified: desktop/branches/experimental/xfce4-panel/debian/changelog
===================================================================
--- desktop/branches/experimental/xfce4-panel/debian/changelog	2010-05-23 16:47:02 UTC (rev 4093)
+++ desktop/branches/experimental/xfce4-panel/debian/changelog	2010-05-23 16:50:33 UTC (rev 4094)
@@ -9,7 +9,9 @@
   * debian/xfce4-panel.lintian-overrides: refreshed, new lib name.
   * debian/xfce4-panel.preinst: added, handles removal of old conffiles.
   * debian/*.install: refreshed.
-  * debian/rules: dropped rc files mangling as they don't exist anymore.
+  * debian/rules:
+    - dropped rc files mangling as they don't exist anymore
+    - updated removal of *.{l,}a files.
   * debian/rules: temporarily comment out LDFLAGS as it ftbfs with --as-needed.
 
  -- Lionel Le Folgoc <mrpouit at gmail.com>  Fri, 14 May 2010 11:20:14 +0200

Modified: desktop/branches/experimental/xfce4-panel/debian/rules
===================================================================
--- desktop/branches/experimental/xfce4-panel/debian/rules	2010-05-23 16:47:02 UTC (rev 4093)
+++ desktop/branches/experimental/xfce4-panel/debian/rules	2010-05-23 16:50:33 UTC (rev 4094)
@@ -11,6 +11,7 @@
 override_dh_install:
 	rm -f $(CURDIR)/debian/tmp/usr/lib/xfce4/panel-plugins/*.la
 	rm -f $(CURDIR)/debian/tmp/usr/lib/xfce4/panel-plugins/*.a
+	rm -f $(CURDIR)/debian/tmp/usr/lib/libxfce4panel-1.0.la
 	
 	dh_install --fail-missing --sourcedir=debian/tmp
 




More information about the Pkg-xfce-commits mailing list