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

smr at alioth.debian.org smr at alioth.debian.org
Sun Jan 11 06:54:45 UTC 2009


Author: smr
Date: 2009-01-11 06:54:45 +0000 (Sun, 11 Jan 2009)
New Revision: 14366

Modified:
   boost/trunk/debian/control
Log:
Fix conflicts/replaces to use strictly less than (<<) not less-or-equal (<=).

Modified: boost/trunk/debian/control
===================================================================
--- boost/trunk/debian/control	2009-01-10 22:53:28 UTC (rev 14365)
+++ boost/trunk/debian/control	2009-01-11 06:54:45 UTC (rev 14366)
@@ -223,8 +223,8 @@
 Architecture: any
 Section: libdevel
 Depends: libboost1.37-dev (= ${binary:Version}), libboost-serialization1.37-dev (= ${binary:Version}), libboost-mpi1.37.0 (= ${binary:Version}), mpi-default-dev
-Conflicts: libboost1.37-dev (<= 1.37.0-4)
-Replaces: libboost1.37-dev (<= 1.37.0-4)
+Conflicts: libboost1.37-dev (<< 1.37.0-4)
+Replaces: libboost1.37-dev (<< 1.37.0-4)
 Description: C++ interface to the Message Passing Interface (MPI) - OpenMPI version
  Part of the Boost C++ Libraries collection.
  .




More information about the pkg-boost-commits mailing list