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

cavok at alioth.debian.org cavok at alioth.debian.org
Wed Jun 6 23:41:43 UTC 2007


Author: cavok
Date: 2007-06-06 23:41:43 +0000 (Wed, 06 Jun 2007)
New Revision: 14087

Modified:
   boost/trunk/debian/changelog
   boost/trunk/debian/control
Log:
drop ${Source-Version} substvar from rules

Modified: boost/trunk/debian/changelog
===================================================================
--- boost/trunk/debian/changelog	2007-06-06 23:03:56 UTC (rev 14086)
+++ boost/trunk/debian/changelog	2007-06-06 23:41:43 UTC (rev 14087)
@@ -1,8 +1,9 @@
 boost (1.34.0-3) experimental; urgency=low
 
-  * Build with python 2.4 (closes: #426871). 
+  * Build with python 2.4 (closes: #426871).
+  * Drop ${Source-Version} substvar from rules. 
 
- -- Domenico Andreoli <cavok at debian.org>  Wed, 06 Jun 2007 00:36:34 +0200
+ -- Domenico Andreoli <cavok at debian.org>  Thu, 07 Jun 2007 01:40:35 +0200
 
 boost (1.34.0-2) experimental; urgency=low
 

Modified: boost/trunk/debian/control
===================================================================
--- boost/trunk/debian/control	2007-06-06 23:03:56 UTC (rev 14086)
+++ boost/trunk/debian/control	2007-06-06 23:41:43 UTC (rev 14087)
@@ -60,7 +60,7 @@
 Architecture: all
 Section: doc
 Replaces: libboost-dev (<< 1.27.0-4)
-Suggests: libboost-dev (=${Source-Version})
+Suggests: libboost-dev (=${binary:Version})
 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++
@@ -91,7 +91,7 @@
 Package: libboost-date-time-dev
 Architecture: any
 Section: libdevel
-Depends: libboost-dev (=${Source-Version}), libboost-date-time1.34.0-2 (=${Source-Version})
+Depends: libboost-dev (=${binary:Version}), libboost-date-time1.34.0-2 (=${binary:Version})
 Replaces: libboost-dev (<< 1.30.0-1)
 Description: set of date-time libraries based on generic programming concepts
  Part of the Boost C++ Libraries collection.
@@ -117,7 +117,7 @@
 Package: libboost-filesystem-dev
 Architecture: any
 Section: libdevel
-Depends: libboost-dev (=${Source-Version}), libboost-filesystem1.34.0-2 (=${Source-Version})
+Depends: libboost-dev (=${binary:Version}), libboost-filesystem1.34.0-2 (=${binary:Version})
 Replaces: libboost-dev (<< 1.31.0-1)
 Description: filesystem operations (portable paths, iteration over directories, etc) in C++
  Part of the Boost C++ Libraries collection.
@@ -147,8 +147,8 @@
 Package: libboost-graph-dev
 Architecture: any
 Section: libdevel
-Depends: libboost-dev (=${Source-Version})
-Recommends: libboost-graph1.34.0-2 (=${Source-Version})
+Depends: libboost-dev (=${binary:Version})
+Recommends: libboost-graph1.34.0-2 (=${binary:Version})
 Description: generic graph components and algorithms in C++
  Part of the Boost C++ Libraries collection.
  .
@@ -176,7 +176,7 @@
 Package: libboost-iostreams-dev
 Architecture: any
 Section: libdevel
-Depends: libboost-dev (=${Source-Version}), libboost-iostreams1.34.0-2 (=${Source-Version})
+Depends: libboost-dev (=${binary:Version}), libboost-iostreams1.34.0-2 (=${binary:Version})
 Replaces: libboost-dev (<< 1.33.0-2)
 Description: Boost.Iostreams Library development files
  Part of the Boost C++ Libraries collection.
@@ -203,7 +203,7 @@
 Package: libboost-program-options-dev
 Architecture: any
 Section: libdevel
-Depends: libboost-dev (= ${Source-Version}), libboost-program-options1.34.0-2 (= ${Source-Version})
+Depends: libboost-dev (= ${binary:Version}), libboost-program-options1.34.0-2 (= ${binary:Version})
 Description: program options library for C++
  Part of the Boost C++ Libraries collection.
  .
@@ -236,7 +236,7 @@
 Package: libboost-python-dev
 Architecture: any
 Section: libdevel
-Depends: libboost-dev (=${Source-Version}), libboost-python1.34.0-2 (=${Source-Version}), python2.4-dev
+Depends: libboost-dev (=${binary:Version}), libboost-python1.34.0-2 (=${binary:Version}), python2.4-dev
 Replaces: libboost-dev (<< 1.31.0-3)
 Description: Boost.Python Library development files
  Part of the Boost C++ Libraries collection.
@@ -277,7 +277,7 @@
 Package: libboost-regex-dev
 Architecture: any
 Section: libdevel
-Depends: libboost-dev (= ${Source-Version}), libboost-regex1.34.0-2 (= ${Source-Version}), libicu36-dev
+Depends: libboost-dev (= ${binary:Version}), libboost-regex1.34.0-2 (= ${binary:Version}), libicu36-dev
 Description: regular expression library for C++
  Part of the Boost C++ Libraries collection.
  .
@@ -317,7 +317,7 @@
 Package: libboost-serialization-dev
 Architecture: any
 Section: libdevel
-Depends: libboost-dev (=${Source-Version}), libboost-serialization1.34.0-2 (= ${Source-Version})
+Depends: libboost-dev (=${binary:Version}), libboost-serialization1.34.0-2 (= ${binary:Version})
 Replaces: libboost-dev (<< 1.32.0-5)
 Description: serialization library for C++
  This is a partial list of provided functionalities:
@@ -353,7 +353,7 @@
 Package: libboost-signals-dev
 Architecture: any
 Section: libdevel
-Depends: libboost-dev (= ${Source-Version}), libboost-signals1.34.0-2 (= ${Source-Version})
+Depends: libboost-dev (= ${binary:Version}), libboost-signals1.34.0-2 (= ${binary:Version})
 Description: managed signals and slots library for C++
  Part of the Boost C++ Libraries collection.
  .
@@ -382,7 +382,7 @@
 Package: libboost-test-dev
 Architecture: any
 Section: libdevel
-Depends: libboost-dev (= ${Source-Version}), libboost-test1.34.0-2 (= ${Source-Version})
+Depends: libboost-dev (= ${binary:Version}), libboost-test1.34.0-2 (= ${binary:Version})
 Replaces: libboost-dev (<< 1.30.0-1)
 Description: components for writing and executing test suites
  Part of the Boost C++ Libraries collection.  The library contains
@@ -411,7 +411,7 @@
 Package: libboost-thread-dev
 Architecture: any
 Section: libdevel
-Depends: libboost-dev (= ${Source-Version}), libboost-thread1.34.0-2 (= ${Source-Version})
+Depends: libboost-dev (= ${binary:Version}), libboost-thread1.34.0-2 (= ${binary:Version})
 Replaces: libboost-dev (<< 1.30.0-1)
 Description: portable C++ multi-threading
  Part of the Boost C++ Libraries collection.
@@ -440,7 +440,7 @@
 Package: libboost-wave-dev
 Architecture: any
 Section: libdevel
-Depends: libboost-dev (= ${Source-Version}), libboost-wave1.34.0-2 (= ${Source-Version}), libboost-filesystem-dev (= ${Source-Version})
+Depends: libboost-dev (= ${binary:Version}), libboost-wave1.34.0-2 (= ${binary:Version}), libboost-filesystem-dev (= ${binary:Version})
 Replaces: libboost-dev (<< 1.33.0-2)
 Description: C99/C++ preprocessor library
  Part of the Boost C++ Libraries collection.




More information about the pkg-boost-commits mailing list