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

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



Author: branden
Date: 2003-10-15 03:24:10 -0500 (Wed, 15 Oct 2003)
New Revision: 71

Modified:
   trunk/debian/changelog
   trunk/debian/rules
Log:
Stop using DEB_DH_MAKESHLIBS_ARGS_ALL entirely in the rules file; since
libXrender has retained forward-compatibility since its first package
release, it's fine to let dh_makeshlibs operate in its default manner.

- debian/rules


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2003-10-15 08:08:32 UTC (rev 70)
+++ trunk/debian/changelog	2003-10-15 08:24:10 UTC (rev 71)
@@ -25,8 +25,13 @@
     AC_PATH_XTRA does indeed seem to work adequately.
     - debian/rules
 
- -- Branden Robinson <branden@debian.org>  Wed, 15 Oct 2003 03:07:41 -0500
+  * Stop using DEB_DH_MAKESHLIBS_ARGS_ALL entirely in the rules file; since
+    libXrender has retained forward-compatibility since its first package
+    release, it's fine to let dh_makeshlibs operate in its default manner.
+    - debian/rules
 
+ -- Branden Robinson <branden@debian.org>  Wed, 15 Oct 2003 03:23:51 -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:08:32 UTC (rev 70)
+++ trunk/debian/rules	2003-10-15 08:24:10 UTC (rev 71)
@@ -6,7 +6,4 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
-# Library interface did not change in Xrender 0.8.2 or 0.8.3.
-DEB_DH_MAKESHLIBS_ARGS_ALL := -V "libxrender1 (>= 0.8.1)"
-
 # vim:set ai tw=0 sw=2 sts=2:



Reply to: