[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

X Strike Force Xft SVN commit: rev 71 - trunk/debian



Author: branden
Date: 2003-10-07 01:01:43 -0500 (Tue, 07 Oct 2003)
New Revision: 71

Modified:
   trunk/debian/changelog
   trunk/debian/control
   trunk/debian/rules
Log:
Take a hatchet to the RPATH that libtool insists on putting into the
libXft shared object by using chrpath.

- debian/control: add build-dependency on chrpath
- debian/rules: add common-install-arch double-colon rule to invoke
  chrpath on the libXft shared object


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2003-10-07 05:12:25 UTC (rev 70)
+++ trunk/debian/changelog	2003-10-07 06:01:43 UTC (rev 71)
@@ -1,3 +1,13 @@
+xft (2.1.2-2) unstable; urgency=low
+
+  * Take a hatchet to the RPATH that libtool insists on putting into the
+    libXft shared object by using chrpath.
+    - debian/control: add build-dependency on chrpath
+    - debian/rules: add common-install-arch double-colon rule to invoke
+      chrpath on the libXft shared object
+
+ -- Branden Robinson <branden@debian.org>  Tue,  7 Oct 2003 00:00:13 -0500
+
 xft (2.1.2-1) unstable; urgency=low
 
   * new upstream version

Modified: trunk/debian/control
===================================================================
--- trunk/debian/control	2003-10-07 05:12:25 UTC (rev 70)
+++ trunk/debian/control	2003-10-07 06:01:43 UTC (rev 71)
@@ -2,7 +2,7 @@
 Section: devel
 Priority: optional
 Maintainer: Branden Robinson <branden@debian.org>
-Build-Depends: cdbs (>= 0.4.12), debhelper (>= 4.0.0), libfontconfig1-dev, libfreetype6-dev, libxrender-dev (>> 0.8.1), xlibs-dev (>> 4.2.1), zlib1g-dev | libz-dev
+Build-Depends: cdbs (>= 0.4.12), chrpath, debhelper (>= 4.0.0), libfontconfig1-dev, libfreetype6-dev, libxrender-dev (>> 0.8.1), xlibs-dev (>> 4.2.1), zlib1g-dev | libz-dev
 Standards-Version: 3.6.1
 
 Package: libxft2

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2003-10-07 05:12:25 UTC (rev 70)
+++ trunk/debian/rules	2003-10-07 06:01:43 UTC (rev 71)
@@ -12,3 +12,6 @@
 
 # Library interface did not change in Xft 2.1.2.
 DEB_DH_MAKESHLIBS_ARGS_ALL := -V "libxft2 (>> 2.1.1)"
+
+common-install-arch::
+	chrpath --delete debian/tmp/usr/lib/libXrender.so.*.*



Reply to: