r25853 - in /desktop/unstable/libgtksourceviewmm/debian: changelog control control.in rules

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


Author: pochu
Date: Sat Dec 11 12:30:10 2010
New Revision: 25853

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

Modified:
    desktop/unstable/libgtksourceviewmm/debian/changelog
    desktop/unstable/libgtksourceviewmm/debian/control
    desktop/unstable/libgtksourceviewmm/debian/control.in
    desktop/unstable/libgtksourceviewmm/debian/rules

Modified: desktop/unstable/libgtksourceviewmm/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgtksourceviewmm/debian/changelog?rev=25853&op=diff
==============================================================================
--- desktop/unstable/libgtksourceviewmm/debian/changelog [utf-8] (original)
+++ desktop/unstable/libgtksourceviewmm/debian/changelog [utf-8] Sat Dec 11 12:30:10 2010
@@ -5,6 +5,11 @@
 
   [ Deng Xiyue ]
   * Use POSIX standard regex classes in sed trick in debian/rules.
+
+  [ Emilio Pozuelo Monfort ]
+  * debian/control.in,
+    debian/rules:
+    + Remove the chrpath hack, it's been fixed in libtool.
 
  -- Loic Minier <lool at dooz.org>  Thu, 26 Jun 2008 20:51:14 +0200
 

Modified: desktop/unstable/libgtksourceviewmm/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgtksourceviewmm/debian/control?rev=25853&op=diff
==============================================================================
--- desktop/unstable/libgtksourceviewmm/debian/control [utf-8] (original)
+++ desktop/unstable/libgtksourceviewmm/debian/control [utf-8] Sat Dec 11 12:30:10 2010
@@ -1,3 +1,8 @@
+# This file is autogenerated. DO NOT EDIT!
+# 
+# Modifications should be made to debian/control.in instead.
+# This file is regenerated automatically in the clean target.
+
 Source: libgtksourceviewmm
 Section: libs
 Priority: optional
@@ -8,7 +13,6 @@
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgtksourceviewmm
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/libgtksourceviewmm
 Build-Depends: cdbs (>= 0.4.51),
-               chrpath,
                debhelper (>= 6),
                doxygen,
                dpkg-dev (>= 1.14.16),

Modified: desktop/unstable/libgtksourceviewmm/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgtksourceviewmm/debian/control.in?rev=25853&op=diff
==============================================================================
--- desktop/unstable/libgtksourceviewmm/debian/control.in [utf-8] (original)
+++ desktop/unstable/libgtksourceviewmm/debian/control.in [utf-8] Sat Dec 11 12:30:10 2010
@@ -8,7 +8,6 @@
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgtksourceviewmm
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/libgtksourceviewmm
 Build-Depends: cdbs (>= 0.4.51),
-               chrpath,
                debhelper (>= 6),
                doxygen,
                dpkg-dev (>= 1.14.16),

Modified: desktop/unstable/libgtksourceviewmm/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgtksourceviewmm/debian/rules?rev=25853&op=diff
==============================================================================
--- desktop/unstable/libgtksourceviewmm/debian/rules [utf-8] (original)
+++ desktop/unstable/libgtksourceviewmm/debian/rules [utf-8] Sat Dec 11 12:30:10 2010
@@ -18,7 +18,3 @@
 DEB_DH_INSTALL_SOURCEDIR := debian/tmp
 DEB_DH_MAKESHLIBS_ARGS_$(SHARED_PKG) += -V"$(SHARED_PKG) (>= $(SHVER))"
 DEB_INSTALL_DOCS_ALL += -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*




More information about the pkg-gnome-commits mailing list