r25841 - in /desktop/experimental/gtk+2.0/debian: changelog control control.in rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Sat Dec 11 11:25:12 UTC 2010


Author: pochu
Date: Sat Dec 11 11:25:12 2010
New Revision: 25841

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

Modified:
    desktop/experimental/gtk+2.0/debian/changelog
    desktop/experimental/gtk+2.0/debian/control
    desktop/experimental/gtk+2.0/debian/control.in
    desktop/experimental/gtk+2.0/debian/rules

Modified: desktop/experimental/gtk+2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B2.0/debian/changelog?rev=25841&op=diff
==============================================================================
--- desktop/experimental/gtk+2.0/debian/changelog [utf-8] (original)
+++ desktop/experimental/gtk+2.0/debian/changelog [utf-8] Sat Dec 11 11:25:12 2010
@@ -1,5 +1,6 @@
 gtk+2.0 (2.23.2-1) UNRELEASED; urgency=low
 
+  [ Laurent Bigonville ]
   * New upstream version
     - Refresh debian/patches/009_gtk-export-filechooser.patch and
       debian/patches/070_mandatory-relibtoolize.patch
@@ -23,6 +24,11 @@
   * debian/patches/070_mandatory-relibtoolize.patch: Refresh
   * Switch to dpkg-source 3.0 (quilt) format
   * debian/watch: Bump version to 3
+
+  [ Emilio Pozuelo Monfort ]
+  * debian/control.in,
+    debian/rules:
+    + Remove the chrpath hack, it's been fixed in libtool.
 
  -- Laurent Bigonville <bigon at debian.org>  Thu, 09 Dec 2010 17:43:10 +0100
 

Modified: desktop/experimental/gtk+2.0/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B2.0/debian/control?rev=25841&op=diff
==============================================================================
--- desktop/experimental/gtk+2.0/debian/control [utf-8] (original)
+++ desktop/experimental/gtk+2.0/debian/control [utf-8] Sat Dec 11 11:25:12 2010
@@ -26,7 +26,6 @@
                libxfixes-dev (>= 1:3.0.0-3),
                libcairo2-dev (>= 1.6.4-6.1),
                gnome-pkg-tools (>= 0.11),
-               chrpath,
                dpkg-dev (>= 1.13.19),
                x11proto-xext-dev,
                libcups2-dev (>= 1.2),

Modified: desktop/experimental/gtk+2.0/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B2.0/debian/control.in?rev=25841&op=diff
==============================================================================
--- desktop/experimental/gtk+2.0/debian/control.in [utf-8] (original)
+++ desktop/experimental/gtk+2.0/debian/control.in [utf-8] Sat Dec 11 11:25:12 2010
@@ -26,7 +26,6 @@
                libxfixes-dev (>= 1:3.0.0-3),
                libcairo2-dev (>= 1.6.4-6.1),
                gnome-pkg-tools (>= 0.11),
-               chrpath,
                dpkg-dev (>= 1.13.19),
                x11proto-xext-dev,
                libcups2-dev (>= 1.2),

Modified: desktop/experimental/gtk+2.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B2.0/debian/rules?rev=25841&op=diff
==============================================================================
--- desktop/experimental/gtk+2.0/debian/rules [utf-8] (original)
+++ desktop/experimental/gtk+2.0/debian/rules [utf-8] Sat Dec 11 11:25:12 2010
@@ -299,8 +299,6 @@
 	dh_install -s
 	# empty the dependency_libs in the *.la files
 	sed -i "/dependency_libs/ s/'.*'/''/" debian/*/$(LIBDIR)/*.la
-	# we don't need the rpath in the udeb
-	chrpath -d debian/$(UDEB_PKG)/$(LIBDIR)/*x11*.so.*
 	# changelog.gz symlinks will be overwritten by dh_link
 	dh_installchangelogs -s ChangeLog
 	# do not merge the calls: dh_installdocs only installs in the first pkg




More information about the pkg-gnome-commits mailing list