Author: branden
Date: 2005-06-17 19:31:24 -0500 (Fri, 17 Jun 2005)
New Revision: 113

Modified:
   trunk/debian/rules
Log:
Declare the shlib dependency versioning based on the package version, not
the library's soversion (libXrender 0.9.0 builds libXrender.so.1.3.0).

Thanks to Aaron M. Ucko for catching this thinko.


Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules  2005-06-17 22:08:27 UTC (rev 112)
+++ trunk/debian/rules  2005-06-18 00:31:24 UTC (rev 113)
@@ -9,7 +9,7 @@
 # Put include files in /usr/X11R6/include.
 DEB_CONFIGURE_INCLUDEDIR = "\$${prefix}/X11R6/include"
 
-# New symbols have been added in libXrender 0.9.0.
-DEB_DH_MAKESHLIBS_ARGS_libxrender1 = "-V libxrender1 (>> 1.3.0)"
+# New symbols have been added in libXrender 0.9.0 (soversion 1.3.0).
+DEB_DH_MAKESHLIBS_ARGS_libxrender1 = "-V libxrender1 (>> 1:0.9.0-1)"
 
 # vim:set ai noet sw=4 sts=4 tw=80:


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to