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

Steven Michael Robbins smr at alioth.debian.org
Sun Jun 7 18:29:20 UTC 2009


Author: smr
Date: 2009-06-07 18:29:20 +0000 (Sun, 07 Jun 2009)
New Revision: 14448

Modified:
   boost/trunk/debian/changelog
   boost/trunk/debian/control
Log:
The -dev package now Replaces and Provides bcp; hopefully this will allow boost-defaults to enter testing.

Modified: boost/trunk/debian/changelog
===================================================================
--- boost/trunk/debian/changelog	2009-06-07 18:25:44 UTC (rev 14447)
+++ boost/trunk/debian/changelog	2009-06-07 18:29:20 UTC (rev 14448)
@@ -1,10 +1,13 @@
 boost1.38 (1.38.0-7) unstable; urgency=low
 
   * control(libboost1.38-dev): downgrade the -doc and all -dev packages to Suggests.
-    Closes: #529258, #529622.  Add build-conflict against boost-build;
+    Closes: #529258, #529622.  Add Replaces and Provides for "bcp" since the contents
+    of that package is now provided in -dev.
+
+  * control: Add build-conflict against boost-build;
     otherwise bjam fails with diagnostic "duplicate initialization of gcc ..."
     because both /etc/site-config.jam and ./user-config.jam have
-    "using gcc" lines.
+    "using gcc" lines.  
 
   * patches/boost-python-examples.patch: New.  Patch example Jamroot to
     use installed libboost_python (thanks, Georg Schmid).  
@@ -13,7 +16,7 @@
   * libboost-doc.README.Debian: Explain how to build Boost.Python
     examples.
 
- -- Steve M. Robbins <smr at debian.org>  Sun, 07 Jun 2009 12:55:19 -0500
+ -- Steve M. Robbins <smr at debian.org>  Sun, 07 Jun 2009 13:28:30 -0500
 
 boost1.38 (1.38.0-6) unstable; urgency=low
 

Modified: boost/trunk/debian/control
===================================================================
--- boost/trunk/debian/control	2009-06-07 18:25:44 UTC (rev 14447)
+++ boost/trunk/debian/control	2009-06-07 18:29:20 UTC (rev 14448)
@@ -30,6 +30,8 @@
 Depends: ${shlibs:Depends}, libstdc++-dev
 Suggests: libboost1.38-doc, libboost-date-time1.38-dev, libboost-filesystem1.38-dev, libboost-graph1.38-dev, libboost-iostreams1.38-dev, libboost-math1.38-dev, libboost-mpi1.38-dev, libboost-program-options1.38-dev, libboost-python1.38-dev, libboost-regex1.38-dev, libboost-serialization1.38-dev, libboost-signals1.38-dev, libboost-system1.38-dev, libboost-test1.38-dev, libboost-thread1.38-dev, libboost-wave1.38-dev
 Conflicts: libboost-dev (<< 1.35.0), bcp, libboost1.35-dev, libboost1.36-dev, libboost1.37-dev
+Replaces: bcp
+Provides: bcp
 Description: Boost C++ Libraries development files
  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