r25844 - in /packages/unstable/libnotifymm/debian: changelog control control.in rules

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


Author: pochu
Date: Sat Dec 11 11:30:54 2010
New Revision: 25844

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

Modified:
    packages/unstable/libnotifymm/debian/changelog
    packages/unstable/libnotifymm/debian/control
    packages/unstable/libnotifymm/debian/control.in
    packages/unstable/libnotifymm/debian/rules

Modified: packages/unstable/libnotifymm/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libnotifymm/debian/changelog?rev=25844&op=diff
==============================================================================
--- packages/unstable/libnotifymm/debian/changelog [utf-8] (original)
+++ packages/unstable/libnotifymm/debian/changelog [utf-8] Sat Dec 11 11:30:54 2010
@@ -8,6 +8,11 @@
   * `make -C examples clean` after `make install` to prevent shipping
     unexpected files.
 
+  [ 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:56:55 +0200
 
 libnotifymm (0.6.1-1) unstable; urgency=low

Modified: packages/unstable/libnotifymm/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libnotifymm/debian/control?rev=25844&op=diff
==============================================================================
--- packages/unstable/libnotifymm/debian/control [utf-8] (original)
+++ packages/unstable/libnotifymm/debian/control [utf-8] Sat Dec 11 11:30:54 2010
@@ -1,14 +1,18 @@
+# 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: libnotifymm
 Section: libs
 Priority: optional
 Maintainer: Deng Xiyue <manphiz-guest at users.alioth.debian.org>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Loic Minier <lool at dooz.org>
 DM-Upload-Allowed: yes
 Homepage: http://www.gtkmm.org/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libnotifymm
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/unstable/libnotifymm
 Build-Depends: cdbs (>= 0.4.51),
-               chrpath,
                debhelper (>= 6),
                dpkg-dev (>= 1.14.16),
                gnome-pkg-tools (>= 0.11),

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

Modified: packages/unstable/libnotifymm/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libnotifymm/debian/rules?rev=25844&op=diff
==============================================================================
--- packages/unstable/libnotifymm/debian/rules [utf-8] (original)
+++ packages/unstable/libnotifymm/debian/rules [utf-8] Sat Dec 11 11:30:54 2010
@@ -17,9 +17,5 @@
 DEB_INSTALL_DOC_ALL += -XMakefile -XDoxyfile
 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