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

Yves-Alexis Perez corsac at alioth.debian.org
Sun Sep 5 01:01:27 UTC 2010


Author: corsac
Date: 2010-09-05 13:01:23 +0000 (Sun, 05 Sep 2010)
New Revision: 4249

Modified:
   desktop/branches/experimental/xfce4-panel/debian/changelog
   desktop/branches/experimental/xfce4-panel/debian/rules
   desktop/branches/experimental/xfce4-panel/debian/xfce4-panel.install
Log:
* New upstream development release
* debian/xfce4-panel.install:
  - install wrapper and migrate tools in xfce4-panel package
  - update plugins paths
* debian/rules:
  - update path when removing .a/.la files for plugins.

Modified: desktop/branches/experimental/xfce4-panel/debian/changelog
===================================================================
--- desktop/branches/experimental/xfce4-panel/debian/changelog	2010-09-05 12:58:21 UTC (rev 4248)
+++ desktop/branches/experimental/xfce4-panel/debian/changelog	2010-09-05 13:01:23 UTC (rev 4249)
@@ -1,5 +1,6 @@
-xfce4-panel (4.7.2-1) UNRELEASED; urgency=low
+xfce4-panel (4.7.3-1) UNRELEASED; urgency=low
 
+  [ Lionel Le Folgoc ]
   * New upstream development release.
   * debian/control:
     - refreshed (b-)deps for this new major release
@@ -19,8 +20,16 @@
   * debian/xfce4-panel.{preinst,postinst,prerm}: use dpkg-maintscript-helper
     to remove pre-xfconf config files.
 
- -- Lionel Le Folgoc <mrpouit at gmail.com>  Sun, 18 Jul 2010 12:48:23 +0200
+  [ Yves-Alexis Perez ]
+  * New upstream development release
+  * debian/xfce4-panel.install:
+    - install wrapper and migrate tools in xfce4-panel package
+    - update plugins paths
+  * debian/rules:
+    - update path when removing .a/.la files for plugins.
 
+ -- Yves-Alexis Perez <corsac at debian.org>  Sun, 05 Sep 2010 14:53:55 +0200
+
 xfce4-panel (4.6.4-1) unstable; urgency=low
 
   [Stefan Ott]

Modified: desktop/branches/experimental/xfce4-panel/debian/rules
===================================================================
--- desktop/branches/experimental/xfce4-panel/debian/rules	2010-09-05 12:58:21 UTC (rev 4248)
+++ desktop/branches/experimental/xfce4-panel/debian/rules	2010-09-05 13:01:23 UTC (rev 4249)
@@ -5,8 +5,8 @@
 #LDFLAGS+=-Wl,-z,defs -Wl,--as-needed
 
 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/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

Modified: desktop/branches/experimental/xfce4-panel/debian/xfce4-panel.install
===================================================================
--- desktop/branches/experimental/xfce4-panel/debian/xfce4-panel.install	2010-09-05 12:58:21 UTC (rev 4248)
+++ desktop/branches/experimental/xfce4-panel/debian/xfce4-panel.install	2010-09-05 13:01:23 UTC (rev 4249)
@@ -1,7 +1,8 @@
 usr/bin/
 usr/lib/lib*.so.*
-usr/lib/xfce4-panel/xfce4/
-usr/lib/xfce4/panel-plugins/*.so
+usr/lib/xfce4/panel/migrate
+usr/lib/xfce4/panel/wrapper
+usr/lib/xfce4/panel/plugins/*.so
 etc/
 usr/share/applications/
 usr/share/doc/xfce4-panel/




More information about the Pkg-xfce-commits mailing list