r14748 - in /desktop/experimental/glibmm2.4/debian: changelog patches/ rules

manphiz-guest at users.alioth.debian.org manphiz-guest at users.alioth.debian.org
Mon Feb 25 10:28:53 UTC 2008


Author: manphiz-guest
Date: Mon Feb 25 10:28:53 2008
New Revision: 14748

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=14748
Log:
* New upstream development release.
* Bump shlibs version to 2.15.6
* Drop 70_relibtoolize.patch, and use chrpath hack for amd64 rpath
  issue.  Should contact upstream to handle this.

Removed:
    desktop/experimental/glibmm2.4/debian/patches/
Modified:
    desktop/experimental/glibmm2.4/debian/changelog
    desktop/experimental/glibmm2.4/debian/rules

Modified: desktop/experimental/glibmm2.4/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glibmm2.4/debian/changelog?rev=14748&op=diff
==============================================================================
--- desktop/experimental/glibmm2.4/debian/changelog (original)
+++ desktop/experimental/glibmm2.4/debian/changelog Mon Feb 25 10:28:53 2008
@@ -1,10 +1,14 @@
-glibmm2.4 (2.15.5-2) UNRELEASED; urgency=low
-
+glibmm2.4 (2.15.6-1) UNRELEASED; urgency=low
+
+  * New upstream development release.
+  * Bump shlibs version to 2.15.6
   * Refined debian/rules to set variables SHARD_PKG and DOC_PKG by sed
     from debian/control and use variable SHVER for shlibs version, and
     refine and reformat corresponding rules accordingly.
-
- -- Deng Xiyue <manphiz-guest at users.alioth.debian.org>  Tue, 19 Feb 2008 17:58:12 +0800
+  * Drop 70_relibtoolize.patch, and use chrpath hack for amd64 rpath
+    issue.  Should contact upstream to handle this.
+
+ -- Deng Xiyue <manphiz-guest at users.alioth.debian.org>  Mon, 25 Feb 2008 18:23:20 +0800
 
 glibmm2.4 (2.15.5-1) experimental; urgency=low
 

Modified: desktop/experimental/glibmm2.4/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glibmm2.4/debian/rules?rev=14748&op=diff
==============================================================================
--- desktop/experimental/glibmm2.4/debian/rules (original)
+++ desktop/experimental/glibmm2.4/debian/rules Mon Feb 25 10:28:53 2008
@@ -13,7 +13,7 @@
 
 SHARED_PKG := $(shell sed -rn 's/Package:[[:space:]]*(libglibmm-[0-9\.]+-[0-9ca]+)[[:space:]]*$$/\1/p' debian/control | head -n 1)
 DOC_PKG := $(shell sed -rn 's/Package:[[:space:]]*(libglibmm-[0-9\.]+-doc)[[:space:]]*$$/\1/p' debian/control | head -n 1)
-SHVER := 2.15.5
+SHVER := 2.15.6
 
 LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 
@@ -21,3 +21,6 @@
 DEB_DH_INSTALL_SOURCEDIR := debian/tmp
 DEB_DH_MAKESHLIBS_ARGS_$(SHARED_PKG) += -V"$(SHARED_PKG) (>= $(SHVER))"
 DEB_INSTALL_EXAMPLES_$(DOC_PKG) += -XMakefile -X.deps -X.libs -X.o
+
+common-install-prehook-arch::
+        chrpath -d $(DEB_DH_INSTALL_SOURCEDIR)/usr/lib/*.so*




More information about the pkg-gnome-commits mailing list