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

Steven Michael Robbins smr at alioth.debian.org
Mon Feb 21 04:24:41 UTC 2011


Author: smr
Date: 2011-02-21 04:24:34 +0000 (Mon, 21 Feb 2011)
New Revision: 14616

Modified:
   boost/trunk/debian/changelog
   boost/trunk/debian/control
   boost/trunk/debian/rules
Log:
Add packages for Boost.Random.

Modified: boost/trunk/debian/changelog
===================================================================
--- boost/trunk/debian/changelog	2011-02-21 03:59:48 UTC (rev 14615)
+++ boost/trunk/debian/changelog	2011-02-21 04:24:34 UTC (rev 14616)
@@ -12,6 +12,9 @@
   * rules: Don't use "long double" for architecture "armhf".  
     Closes: #604107.
   
+  * control:
+  * rules: New packages for Boost.Random.  Closes: #610821.
+  
  -- Steve M. Robbins <smr at debian.org>  Sun, 20 Feb 2011 21:38:07 -0600
 
 boost1.45 (1.45.0-1) experimental; urgency=low

Modified: boost/trunk/debian/control
===================================================================
--- boost/trunk/debian/control	2011-02-21 03:59:48 UTC (rev 14615)
+++ boost/trunk/debian/control	2011-02-21 04:24:34 UTC (rev 14616)
@@ -469,6 +469,32 @@
  versions of Python in Debian.  Code using this library will need also
  one of the Python development packages.
 
+Package: libboost-random1.46.0
+Homepage: http://www.boost.org/libs/random/
+Architecture: any
+Section: libs
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: Boost Random Number Library
+ This package forms part of the Boost C++ Libraries collection.
+ .
+ The Boost Random Number Library (Boost.Random for short) provides a
+ variety of generators and distributions to produce random numbers
+ having useful properties, such as uniform distribution.
+
+Package: libboost-random1.46-dev
+Homepage: http://www.boost.org/libs/random/
+Architecture: any
+Section: libdevel
+Depends: ${misc:Depends},
+ libboost1.46-dev (= ${binary:Version}),
+ libboost-random1.46.0 (= ${binary:Version})
+Description: Boost Random Number Library
+ This package forms part of the Boost C++ Libraries collection.
+ .
+ The Boost Random Number Library (Boost.Random for short) provides a
+ variety of generators and distributions to produce random numbers
+ having useful properties, such as uniform distribution.
+
 Package: libboost-regex1.46.0
 Homepage: http://www.boost.org/libs/regex/
 Architecture: any

Modified: boost/trunk/debian/rules
===================================================================
--- boost/trunk/debian/rules	2011-02-21 03:59:48 UTC (rev 14615)
+++ boost/trunk/debian/rules	2011-02-21 04:24:34 UTC (rev 14616)
@@ -18,7 +18,8 @@
 # Boost libraries for which we want separate packages
 boost_libs := date-time filesystem graph-parallel graph iostreams math \
 	mpi mpi-python						       \
-	program-options python regex serialization signals system test \
+	program-options python regex random serialization signals      \
+	system test						       \
 	thread wave
 
 # these are special cases, where /usr/lib name differs from Boost library name
@@ -281,8 +282,6 @@
 	cat debian/example-files | xargs cp -a --parents --target-directory=$(exampledir)
 	find $(exampledir) -type f | xargs chmod 644
 
-
-
 	# package libboost-mpi-python$(SOVERSION)
 	dh_install -plibboost-mpi-python$(SOVERSION)
 	for pyver in $(pyversions); do \




More information about the pkg-boost-commits mailing list