[Pkg-xfce-commits] r4246 - desktop/branches/experimental/exo/debian

Yves-Alexis Perez corsac at alioth.debian.org
Sun Sep 5 11:46:09 UTC 2010


Author: corsac
Date: 2010-09-05 11:46:08 +0000 (Sun, 05 Sep 2010)
New Revision: 4246

Modified:
   desktop/branches/experimental/exo/debian/changelog
   desktop/branches/experimental/exo/debian/control
   desktop/branches/experimental/exo/debian/libexo-1-0.install
   desktop/branches/experimental/exo/debian/rules
Log:
  - don't pass libexecdir, not used anymore
  - correct exo-helper path in chrpath call
  - update standards version to 3.9.1.
* debian/libexo-0-1.install:
  - update helpers path

Modified: desktop/branches/experimental/exo/debian/changelog
===================================================================
--- desktop/branches/experimental/exo/debian/changelog	2010-09-05 11:18:27 UTC (rev 4245)
+++ desktop/branches/experimental/exo/debian/changelog	2010-09-05 11:46:08 UTC (rev 4246)
@@ -1,18 +1,23 @@
-exo (0.5.3-1) UNRELEASED; urgency=low
+exo (0.5.4-1) UNRELEASED; urgency=low
 
   [ Yves-Alexis Perez ]
   * New upstream release.
   * debian/rules:
     - adapt rules to changed soname.
     - get *FLAGS from dpkg-buildflags.
+    - don't pass libexecdir, not used anymore
+    - correct exo-helper path in chrpath call
   * debian/control:
     - change binary packages name to match updated soname.
     - use proper relation in conflict.
     - drop build-dep on libxfcegui4, add one on libxfce4ui.
     - add build-dep on libxfce4util-dev.
     - add dep on ${misc:Depends} for libexo-1-dev.
+    - update standards version to 3.9.1.
   * debian/libexo-common.{preinst,postinst,prerm}:
     - use dpkg-maintscript-helper to remove /etc/xdg/xfce4/mount.rc.
+  * debian/libexo-0-1.install:
+    - update helpers path
 
   [ Lionel Le Folgoc ]
   * debian/exo-utils.manpages: added.
@@ -50,7 +55,7 @@
   * debian/libexo-1-0.shlibs: dropped.
   * debian/copyright: refreshed.
 
- -- Yves-Alexis Perez <corsac at debian.org>  Tue, 27 Jul 2010 08:11:19 +0200
+ -- Yves-Alexis Perez <corsac at debian.org>  Sun, 05 Sep 2010 13:44:57 +0200
 
 exo (0.3.106-2) unstable; urgency=low
 

Modified: desktop/branches/experimental/exo/debian/control
===================================================================
--- desktop/branches/experimental/exo/debian/control	2010-09-05 11:18:27 UTC (rev 4245)
+++ desktop/branches/experimental/exo/debian/control	2010-09-05 11:46:08 UTC (rev 4246)
@@ -7,7 +7,7 @@
  Lionel Le Folgoc <mrpouit at gmail.com>
 Build-Depends: debhelper (>= 7.0.50~), libxfce4util-dev, 
  libxfce4ui-1-dev (>= 4.7.0), liburi-perl, chrpath, intltool
-Standards-Version: 3.9.0
+Standards-Version: 3.9.1
 Homepage: http://www.xfce.org
 Vcs-Svn: svn://svn.debian.org/pkg-xfce/desktop/trunk/exo/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/exo/

Modified: desktop/branches/experimental/exo/debian/libexo-1-0.install
===================================================================
--- desktop/branches/experimental/exo/debian/libexo-1-0.install	2010-09-05 11:18:27 UTC (rev 4245)
+++ desktop/branches/experimental/exo/debian/libexo-1-0.install	2010-09-05 11:46:08 UTC (rev 4246)
@@ -1,4 +1,4 @@
-usr/lib/libexo-1-0/*
+usr/lib/xfce4/exo-1/*
 usr/lib/lib*.so.*
 usr/lib/gio/modules/*.so
 usr/share/locale/*/*/*.mo

Modified: desktop/branches/experimental/exo/debian/rules
===================================================================
--- desktop/branches/experimental/exo/debian/rules	2010-09-05 11:18:27 UTC (rev 4245)
+++ desktop/branches/experimental/exo/debian/rules	2010-09-05 11:46:08 UTC (rev 4246)
@@ -12,7 +12,7 @@
 	dh $@
 
 override_dh_auto_configure:
-	dh_auto_configure -- --libexecdir=/usr/lib/$(EXO_SONAME) --disable-gtk-doc --disable-python
+	dh_auto_configure -- --disable-gtk-doc --disable-python
 
 override_dh_install:
 	# delete the unneeded .a and .la files
@@ -27,7 +27,7 @@
 	chrpath -d -k debian/tmp/usr/bin/exo-csource \
 		debian/tmp/usr/bin/exo-desktop-item-edit \
 		debian/tmp/usr/bin/exo-open \
-		debian/tmp/usr/lib/$(EXO_SONAME)/exo-helper-$(EXO_LIBNAME) \
+		debian/tmp/usr/lib/xfce4/exo-$(EXO_LIBNAME)/exo-helper-$(EXO_LIBNAME) \
 		debian/tmp/usr/lib/libexo-$(EXO_LIBNAME).so.*
 
 	# Create a muttng helper from the mutt one




More information about the Pkg-xfce-commits mailing list