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

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



Author: branden
Date: 2003-11-17 02:26:21 -0500 (Mon, 17 Nov 2003)
New Revision: 91

Modified:
   trunk/debian/changelog
   trunk/debian/control
   trunk/debian/rules
Log:
Pass --disable-rpath flag to DEB_CONFIGURE_EXTRA_FLAGS; consequently, drop
invocation of chrpath from common-install-arch target.

- debian/rules
- debian/control: drop build-dependency on chrpath


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2003-11-17 07:15:40 UTC (rev 90)
+++ trunk/debian/changelog	2003-11-17 07:26:21 UTC (rev 91)
@@ -33,8 +33,13 @@
     files and libraries.
     - debian/rules
 
- -- Branden Robinson <branden@debian.org>  Mon, 17 Nov 2003 02:08:12 -0500
+  * Pass --disable-rpath flag to DEB_CONFIGURE_EXTRA_FLAGS; consequently, drop
+    invocation of chrpath from common-install-arch target.
+    - debian/rules
+    - debian/control: drop build-dependency on chrpath
 
+ -- Branden Robinson <branden@debian.org>  Mon, 17 Nov 2003 02:25:45 -0500
+
 xft (2.1.2-4) unstable; urgency=low
 
   * Set AM_MAINTAINER_MODE because we do not want users of the Debian source

Modified: trunk/debian/control
===================================================================
--- trunk/debian/control	2003-11-17 07:15:40 UTC (rev 90)
+++ trunk/debian/control	2003-11-17 07:26:21 UTC (rev 91)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
 Uploaders: Branden Robinson <branden@debian.org>
-Build-Depends: cdbs (>= 0.4.12), chrpath, debhelper (>= 4.0.0), libfontconfig1-dev, libfreetype6-dev, zlib1g-dev | libz-dev, libxrender-dev, xlibs-dev
+Build-Depends: cdbs (>= 0.4.12), debhelper (>= 4.0.0), libfontconfig1-dev, libfreetype6-dev, zlib1g-dev | libz-dev, libxrender-dev, xlibs-dev
 Standards-Version: 3.6.1
 
 Package: libxft2

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2003-11-17 07:15:40 UTC (rev 90)
+++ trunk/debian/rules	2003-11-17 07:26:21 UTC (rev 91)
@@ -6,8 +6,8 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
+# RPATH is considered harmful by the Debian Project.
+DEB_CONFIGURE_EXTRA_FLAGS := --disable-rpath
+
 # 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: