[Pkg-bluetooth-commits] r629 - in /packages/gnome-phone-manager/trunk/debian: changelog rules

francesco-guest at users.alioth.debian.org francesco-guest at users.alioth.debian.org
Fri Nov 23 23:53:35 UTC 2007


Author: francesco-guest
Date: Fri Nov 23 23:53:34 2007
New Revision: 629

URL: http://svn.debian.org/wsvn/pkg-bluetooth/?sc=1&rev=629
Log:
* debian/control: added build-dep on chrpath.
* debian/rules: added common-install-arch rule to call chrpath to fix RPATH
  issue.

Modified:
    packages/gnome-phone-manager/trunk/debian/changelog
    packages/gnome-phone-manager/trunk/debian/rules

Modified: packages/gnome-phone-manager/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/gnome-phone-manager/trunk/debian/changelog?rev=629&op=diff
==============================================================================
--- packages/gnome-phone-manager/trunk/debian/changelog (original)
+++ packages/gnome-phone-manager/trunk/debian/changelog Fri Nov 23 23:53:34 2007
@@ -4,8 +4,11 @@
   * debian/copyright: added new copyrights informations.
   * debian/rules: added variable to call dpkg-shlibdeps with
     --ignore-missing-info option.
+  * debian/control: added build-dep on chrpath.
+  * debian/rules: added common-install-arch rule to call chrpath to fix RPATH
+    issue.
 
- -- Francesco Namuri <francesco at namuri.it>  Fri, 23 Nov 2007 17:59:16 +0100
+ -- Francesco Namuri <francesco at namuri.it>  Sat, 24 Nov 2007 00:50:38 +0100
 
 gnome-phone-manager (0.40-2) unstable; urgency=low
 

Modified: packages/gnome-phone-manager/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/gnome-phone-manager/trunk/debian/rules?rev=629&op=diff
==============================================================================
--- packages/gnome-phone-manager/trunk/debian/rules (original)
+++ packages/gnome-phone-manager/trunk/debian/rules Fri Nov 23 23:53:34 2007
@@ -7,4 +7,7 @@
 
 DEB_CONFIGURE_EXTRA_FLAGS := --with-gconf-schema-file-dir=/usr/share/gconf/schemas
 DEB_INSTALL_MANPAGES_gnome-phone-manager := debian/gnome-phone-manager.1
-DEB_DH_SHLIBDEPS_ARGS_ALL := -u'--ignore-missing-info'
+DEB_DH_SHLIBDEPS_ARGS_ALL := --ignore-missing-info
+
+common-install-arch::
+	chrpath --delete debian/gnome-phone-manager/usr/bin/gnome-phone-manager




More information about the Pkg-bluetooth-commits mailing list