[Pkg-xfce-commits] r6133 - desktop/trunk/exo/debian

Lionel Le Folgoc mrpouit-guest at alioth.debian.org
Sun Oct 16 07:45:05 UTC 2011


Author: mrpouit-guest
Date: 2011-10-16 19:45:05 +0000 (Sun, 16 Oct 2011)
New Revision: 6133

Added:
   desktop/trunk/exo/debian/libexo-helpers.install
Modified:
   desktop/trunk/exo/debian/changelog
   desktop/trunk/exo/debian/control
   desktop/trunk/exo/debian/libexo-common.install
Log:
* Split exo helpers into their own package libexo-helpers, as some of them
  use architecture dependent paths.                           closes: #645420
* debian/control: drop spurious priority of libexo-common.

Modified: desktop/trunk/exo/debian/changelog
===================================================================
--- desktop/trunk/exo/debian/changelog	2011-10-16 18:24:40 UTC (rev 6132)
+++ desktop/trunk/exo/debian/changelog	2011-10-16 19:45:05 UTC (rev 6133)
@@ -1,7 +1,13 @@
 exo (0.6.2-3) UNRELEASED; urgency=low
 
+  [ Yves-Alexis Perez ]
   * debian/NEW: fix typo, thanks to Cyril Brulebois.
 
+  [ Lionel Le Folgoc ]
+  * Split exo helpers into their own package libexo-helpers, as some of them
+    use architecture dependent paths.                           closes: #645420
+  * debian/control: drop spurious priority of libexo-common.
+
  -- Yves-Alexis Perez <corsac at debian.org>  Wed, 07 Sep 2011 10:55:01 +0200
 
 exo (0.6.2-2) unstable; urgency=low

Modified: desktop/trunk/exo/debian/control
===================================================================
--- desktop/trunk/exo/debian/control	2011-10-16 18:24:40 UTC (rev 6132)
+++ desktop/trunk/exo/debian/control	2011-10-16 19:45:05 UTC (rev 6133)
@@ -26,7 +26,7 @@
 Package: libexo-1-0
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libexo-common
+Depends: ${shlibs:Depends}, ${misc:Depends}, libexo-common, libexo-helpers
 Recommends: liburi-perl
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
@@ -82,7 +82,6 @@
 
 Package: libexo-common
 Section: libs
-Priority: extra
 Architecture: all
 Multi-Arch: foreign
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -90,3 +89,12 @@
 Description: libexo common files
  This package contains the common files in use by exo library. It ships
  various helpers, desktop files and documentation.
+
+Package: libexo-helpers
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Replaces: libexo-0.3-0 (<< 0.3.104-3), libexo-common (<< 0.6.2-3)
+Description: libexo helpers
+ This package contains the helper files in use by exo library for its
+ preferred applications framework.

Modified: desktop/trunk/exo/debian/libexo-common.install
===================================================================
--- desktop/trunk/exo/debian/libexo-common.install	2011-10-16 18:24:40 UTC (rev 6132)
+++ desktop/trunk/exo/debian/libexo-common.install	2011-10-16 19:45:05 UTC (rev 6133)
@@ -1,4 +1,3 @@
 etc
 usr/share/doc/exo/html
-usr/share/xfce4
 usr/share/icons

Added: desktop/trunk/exo/debian/libexo-helpers.install
===================================================================
--- desktop/trunk/exo/debian/libexo-helpers.install	                        (rev 0)
+++ desktop/trunk/exo/debian/libexo-helpers.install	2011-10-16 19:45:05 UTC (rev 6133)
@@ -0,0 +1 @@
+usr/share/xfce4




More information about the Pkg-xfce-commits mailing list