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

X Strike Force Xrender SVN commit: rev 70 - trunk/debian



Author: branden
Date: 2003-10-15 03:08:32 -0500 (Wed, 15 Oct 2003)
New Revision: 70

Modified:
   trunk/debian/changelog
   trunk/debian/rules
Log:
Stop using DEB_CONFIGURE_EXTRA_FLAGS entirely in the rules file;
AC_PATH_XTRA does indeed seem to work adequately.

- debian/rules


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2003-10-15 08:07:19 UTC (rev 69)
+++ trunk/debian/changelog	2003-10-15 08:08:32 UTC (rev 70)
@@ -21,8 +21,12 @@
       + Simplify the wording regarding what is provided by the libxrender-dev
         package.
 
- -- Branden Robinson <branden@debian.org>  Mon, 13 Oct 2003 00:34:21 -0500
+  * Stop using DEB_CONFIGURE_EXTRA_FLAGS entirely in the rules file;
+    AC_PATH_XTRA does indeed seem to work adequately.
+    - debian/rules
 
+ -- Branden Robinson <branden@debian.org>  Wed, 15 Oct 2003 03:07:41 -0500
+
 xrender (0.8.3-2) unstable; urgency=medium
 
   * Urgency medium because the problem fixed by this release bites a lot of

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2003-10-15 08:07:19 UTC (rev 69)
+++ trunk/debian/rules	2003-10-15 08:08:32 UTC (rev 70)
@@ -6,10 +6,6 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
-# Don't trust AC_PATH_XTRA; tell upstream configure script where to find X
-# libraries and headers on a Debian system.
-DEB_CONFIGURE_EXTRA_FLAGS := --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib
-
 # Library interface did not change in Xrender 0.8.2 or 0.8.3.
 DEB_DH_MAKESHLIBS_ARGS_ALL := -V "libxrender1 (>= 0.8.1)"
 



Reply to: