r25838 - in /desktop/experimental/pango1.0/debian: changelog control control.in rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Sat Dec 11 11:18:56 UTC 2010


Author: pochu
Date: Sat Dec 11 11:18:55 2010
New Revision: 25838

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=25838
Log:
* debian/control.in,
  debian/rules:
  + Remove the chrpath hack, it's been fixed in libtool.

Modified:
    desktop/experimental/pango1.0/debian/changelog
    desktop/experimental/pango1.0/debian/control
    desktop/experimental/pango1.0/debian/control.in
    desktop/experimental/pango1.0/debian/rules

Modified: desktop/experimental/pango1.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pango1.0/debian/changelog?rev=25838&op=diff
==============================================================================
--- desktop/experimental/pango1.0/debian/changelog [utf-8] (original)
+++ desktop/experimental/pango1.0/debian/changelog [utf-8] Sat Dec 11 11:18:55 2010
@@ -1,8 +1,14 @@
 pango1.0 (1.28.3-3) UNRELEASED; urgency=low
 
+  [ Laurent Bigonville ]
   * debian/control.in:
     - Bump Standards-Version to 3.9.1 (no further changes)
     - Add Vcs-Svn and Vcs-Browser fields
+
+  [ Emilio Pozuelo Monfort ]
+  * debian/control.in,
+    debian/rules:
+    + Remove the chrpath hack, it's been fixed in libtool.
 
  -- Laurent Bigonville <bigon at debian.org>  Tue, 23 Nov 2010 13:12:15 +0100
 

Modified: desktop/experimental/pango1.0/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pango1.0/debian/control?rev=25838&op=diff
==============================================================================
--- desktop/experimental/pango1.0/debian/control [utf-8] (original)
+++ desktop/experimental/pango1.0/debian/control [utf-8] Sat Dec 11 11:18:55 2010
@@ -21,7 +21,6 @@
                quilt,
                dpkg-dev (>= 1.14.17),
                libthai-dev (>= 0.1.9),
-               chrpath,
                gobject-introspection (>= 0.9.5),
                libgirepository1.0-dev (>= 0.9.5),
                gir1.0-glib-2.0,

Modified: desktop/experimental/pango1.0/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pango1.0/debian/control.in?rev=25838&op=diff
==============================================================================
--- desktop/experimental/pango1.0/debian/control.in [utf-8] (original)
+++ desktop/experimental/pango1.0/debian/control.in [utf-8] Sat Dec 11 11:18:55 2010
@@ -21,7 +21,6 @@
                quilt,
                dpkg-dev (>= 1.14.17),
                libthai-dev (>= 0.1.9),
-               chrpath,
                gobject-introspection (>= 0.9.5),
                libgirepository1.0-dev (>= 0.9.5),
                gir1.0-glib-2.0,

Modified: desktop/experimental/pango1.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pango1.0/debian/rules?rev=25838&op=diff
==============================================================================
--- desktop/experimental/pango1.0/debian/rules [utf-8] (original)
+++ desktop/experimental/pango1.0/debian/rules [utf-8] Sat Dec 11 11:18:55 2010
@@ -258,12 +258,6 @@
 	dh_testdir
 	dh_testroot
 	dh_install -s
-	# remove the rpath in libs and modules since a spurious /usr/lib RPATH
-	# appears on 64-bits arches which confuses dh_shlibdeps; the RPATH
-	# isn't needed in the udeb anyway as libcairo's udeb ships libs in
-	# /usr/lib; see #432258
-	chrpath -d debian/$(UDEB_PKG)/$(LIBDIR)/*.so.* \
-		debian/$(UDEB_PKG)/$(MODULES_PATH)/*.so
 	# Remove the thai module to avoid extraneous dependencies
 	rm -f debian/$(UDEB_PKG)/$(MODULES_PATH)/pango-thai-lang.so
 	# empty the dependency_libs in the *.la files




More information about the pkg-gnome-commits mailing list