[pkg-boost-commits] r14425 - boost/trunk/debian

Steven Michael Robbins smr at alioth.debian.org
Mon Apr 27 04:36:32 UTC 2009


Author: smr
Date: 2009-04-27 04:36:32 +0000 (Mon, 27 Apr 2009)
New Revision: 14425

Modified:
   boost/trunk/debian/changelog
   boost/trunk/debian/control
Log:
Add version to conflicts for -doc and -dbg packages.

Modified: boost/trunk/debian/changelog
===================================================================
--- boost/trunk/debian/changelog	2009-04-27 04:22:54 UTC (rev 14424)
+++ boost/trunk/debian/changelog	2009-04-27 04:36:32 UTC (rev 14425)
@@ -1,3 +1,10 @@
+boost1.38 (1.38.0-6) UNRELEASED; urgency=low
+
+  * control: Add version (<< 1.35.0) to conflicts for -doc and -dbg
+    packages.
+
+ -- Steve M. Robbins <smr at debian.org>  Sun, 26 Apr 2009 23:35:58 -0500
+
 boost1.38 (1.38.0-5) unstable; urgency=low
 
   * rtupdate: Handle versioned libboostX.Y-dbg.rtupdate properly.  Closes:

Modified: boost/trunk/debian/control
===================================================================
--- boost/trunk/debian/control	2009-04-27 04:22:54 UTC (rev 14424)
+++ boost/trunk/debian/control	2009-04-27 04:36:32 UTC (rev 14425)
@@ -15,7 +15,7 @@
 Section: debug
 Priority: extra
 Depends: ${shlibs:Depends}
-Conflicts: libboost-dbg, libboost1.35-dbg, libboost1.36-dbg, libboost1.37-dbg
+Conflicts: libboost-dbg (<< 1.35.0), libboost1.35-dbg, libboost1.36-dbg, libboost1.37-dbg
 Suggests: libboost1.38-dev (= ${binary:Version})
 Description: Boost C++ Libraries with debug symbols
  This package forms part of the Boost C++ Libraries collection.
@@ -49,7 +49,7 @@
 Architecture: all
 Section: doc
 Suggests: libboost1.38-dev (>= ${source:Version})
-Conflicts: libboost-doc, libboost1.35-doc, libboost1.36-doc, libboost1.37-doc
+Conflicts: libboost-doc (<< 1.35.0), libboost1.35-doc, libboost1.36-doc, libboost1.37-doc
 Description: Boost.org libraries documentation
  The Boost web site provides free, peer-reviewed, portable C++ source
  libraries. The emphasis is on libraries which work well with the C++




More information about the pkg-boost-commits mailing list