[Glibc-bsd-commits] r2242 - trunk/libbsd/debian

guillem at alioth.debian.org guillem at alioth.debian.org
Sun Jul 13 16:51:38 UTC 2008


Author: guillem
Date: 2008-07-13 16:51:38 +0000 (Sun, 13 Jul 2008)
New Revision: 2242

Modified:
   trunk/libbsd/debian/changelog
   trunk/libbsd/debian/control
Log:
Add a versioned Conflicts against freebsd-utils (<< 7.0-2)

But only on kfreebsd architectures, which was using the link_addr and
link_ntoa symbols wrongly provided by libbsd.


Modified: trunk/libbsd/debian/changelog
===================================================================
--- trunk/libbsd/debian/changelog	2008-07-13 16:41:53 UTC (rev 2241)
+++ trunk/libbsd/debian/changelog	2008-07-13 16:51:38 UTC (rev 2242)
@@ -2,6 +2,9 @@
 
   * Add a Homepage field.
   * Add Vcs-Browser and Vcs-Svn fields.
+  * Add a versioned Conflicts against freebsd-utils (<< 7.0-2) only on
+    kfreebsd architectures, which was using the link_addr and link_ntoa
+    symbols wrongly provided by libbsd.
 
  -- Guillem Jover <guillem at debian.org>  Sun, 13 Jul 2008 19:39:49 +0300
 

Modified: trunk/libbsd/debian/control
===================================================================
--- trunk/libbsd/debian/control	2008-07-13 16:41:53 UTC (rev 2241)
+++ trunk/libbsd/debian/control	2008-07-13 16:51:38 UTC (rev 2242)
@@ -34,6 +34,7 @@
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Conflicts: freebsd-utils (<< 7.0-2) [kfreebsd-i386 kfreebsd-amd64]
 Description: utility functions from BSD systems - shared library
  This library provides some functions commonly available on BSD systems
  but not on others like GNU systems.




More information about the Glibc-bsd-commits mailing list