r25848 - in /desktop/unstable/glibmm2.4/debian: changelog control control.in rules

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


Author: pochu
Date: Sat Dec 11 12:26:06 2010
New Revision: 25848

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

Modified:
    desktop/unstable/glibmm2.4/debian/changelog
    desktop/unstable/glibmm2.4/debian/control
    desktop/unstable/glibmm2.4/debian/control.in
    desktop/unstable/glibmm2.4/debian/rules

Modified: desktop/unstable/glibmm2.4/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glibmm2.4/debian/changelog?rev=25848&op=diff
==============================================================================
--- desktop/unstable/glibmm2.4/debian/changelog [utf-8] (original)
+++ desktop/unstable/glibmm2.4/debian/changelog [utf-8] Sat Dec 11 12:26:06 2010
@@ -1,3 +1,11 @@
+glibmm2.4 (2.24.2-2) UNRELEASED; urgency=low
+
+  * debian/control.in,
+    debian/rules:
+    + Remove the chrpath hack, it's been fixed in libtool.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Sat, 11 Dec 2010 13:23:58 +0100
+
 glibmm2.4 (2.24.2-1) unstable; urgency=low
 
   * New upstream bugfix release.

Modified: desktop/unstable/glibmm2.4/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glibmm2.4/debian/control?rev=25848&op=diff
==============================================================================
--- desktop/unstable/glibmm2.4/debian/control [utf-8] (original)
+++ desktop/unstable/glibmm2.4/debian/control [utf-8] Sat Dec 11 12:26:06 2010
@@ -13,7 +13,6 @@
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/desktop/unstable/glibmm2.4
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/glibmm2.4
 Build-Depends: cdbs (>= 0.4.51),
-               chrpath,
                debhelper (>= 6),
                gnome-pkg-tools (>= 0.11),
                libglib2.0-dev (>= 2.24.0),

Modified: desktop/unstable/glibmm2.4/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glibmm2.4/debian/control.in?rev=25848&op=diff
==============================================================================
--- desktop/unstable/glibmm2.4/debian/control.in [utf-8] (original)
+++ desktop/unstable/glibmm2.4/debian/control.in [utf-8] Sat Dec 11 12:26:06 2010
@@ -8,7 +8,6 @@
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/desktop/unstable/glibmm2.4
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/glibmm2.4
 Build-Depends: cdbs (>= 0.4.51),
-               chrpath,
                debhelper (>= 6),
                gnome-pkg-tools (>= 0.11),
                libglib2.0-dev (>= 2.24.0),

Modified: desktop/unstable/glibmm2.4/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glibmm2.4/debian/rules?rev=25848&op=diff
==============================================================================
--- desktop/unstable/glibmm2.4/debian/rules [utf-8] (original)
+++ desktop/unstable/glibmm2.4/debian/rules [utf-8] Sat Dec 11 12:26:06 2010
@@ -21,9 +21,5 @@
 DEB_DH_MAKESHLIBS_ARGS_$(SHARED_PKG) += -V"$(SHARED_PKG) (>= $(SHVER))"
 DEB_INSTALL_EXAMPLES_$(DOC_PKG) += -XMakefile -X.deps -X.libs -X.o
 
-# chrpath hack to get rid of amd64 rpath
-common-install-impl::
-	chrpath -d $(DEB_DH_INSTALL_SOURCEDIR)/usr/lib/*.so*
-
 install/$(DOC_PKG)::
 	$(MAKE) -C $(CURDIR)/examples clean




More information about the pkg-gnome-commits mailing list