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

smr at alioth.debian.org smr at alioth.debian.org
Sun May 4 22:27:56 UTC 2008


Author: smr
Date: 2008-05-04 22:27:55 +0000 (Sun, 04 May 2008)
New Revision: 14217

Modified:
   boost/trunk/debian/NEWS.Debian
   boost/trunk/debian/changelog
   boost/trunk/debian/control
   boost/trunk/debian/rules
Log:
Removed package bcp.  The binary "bcp" is now found in libboost-dev.

Modified: boost/trunk/debian/NEWS.Debian
===================================================================
--- boost/trunk/debian/NEWS.Debian	2008-05-04 16:08:24 UTC (rev 14216)
+++ boost/trunk/debian/NEWS.Debian	2008-05-04 22:27:55 UTC (rev 14217)
@@ -1,3 +1,8 @@
+Boost 1.35.0-1
+--------------
+  
+  * Removed package bcp.  The binary "bcp" is now found in libboost-dev.
+
 Boost 1.34.0-1
 --------------
 

Modified: boost/trunk/debian/changelog
===================================================================
--- boost/trunk/debian/changelog	2008-05-04 16:08:24 UTC (rev 14216)
+++ boost/trunk/debian/changelog	2008-05-04 22:27:55 UTC (rev 14217)
@@ -34,6 +34,9 @@
     Abstract continuation lines by a single space.  The latter means
     "display verbatim", which is not desired.
   
+  * debian/control: Remove package bcp1.35.
+  * debian/rules: Package /usr/bin/bcp and its manpage in libboost1.35-dev.
+  
  -- Steve M. Robbins <smr at debian.org>  Sun, 04 May 2008 11:06:39 -0500
 
 boost (1.34.1-11) unstable; urgency=low

Modified: boost/trunk/debian/control
===================================================================
--- boost/trunk/debian/control	2008-05-04 16:08:24 UTC (rev 14216)
+++ boost/trunk/debian/control	2008-05-04 22:27:55 UTC (rev 14217)
@@ -8,23 +8,6 @@
 XS-Python-Version: 2.4, 2.5
 Standards-Version: 3.7.3
 
-Package: bcp1.35
-Homepage: http://www.boost.org/tools/bcp/bcp.html
-Architecture: any
-Section: libdevel
-Depends: ${shlibs:Depends}, libboost1.35-dev, libboost-date-time1.35-dev, libboost-filesystem1.35-dev, libboost-graph1.35-dev, libboost-iostreams1.35-dev, libboost-program-options1.35-dev, libboost-python1.35-dev, libboost-regex1.35-dev, libboost-serialization1.35-dev, libboost-signals1.35-dev, libboost-test1.35-dev, libboost-thread1.35-dev, libboost-wave1.35-dev
-Conflicts: bcp
-Description: tool for extracting subsets of Boost C++ Libraries
- Part of the Boost C++ Libraries collection.
- .
- The bcp utility is a tool for extracting subsets of Boost, it's useful
- for Boost authors who want to distribute their library separately from
- Boost, and for Boost users who want to distribute a subset of Boost
- with their application.
- .
- bcp can also report on which parts of Boost your code is dependent on,
- and what licences are used by those dependencies.
-
 Package: libboost1.35-dbg
 Architecture: any
 Section: libdevel
@@ -41,9 +24,9 @@
 Package: libboost1.35-dev
 Architecture: any
 Section: libdevel
-Depends: libstdc++-dev, libboost-serialization-dev
+Depends: ${shlibs:Depends}, libstdc++-dev, libboost-serialization-dev
 Recommends: libboost1.35-doc, libboost-date-time1.35-dev, libboost-filesystem1.35-dev, libboost-graph1.35-dev, libboost-iostreams1.35-dev, libboost-program-options1.35-dev, libboost-python1.35-dev, libboost-regex1.35-dev, libboost-signals1.35-dev, libboost-test1.35-dev, libboost-thread1.35-dev, libboost-wave1.35-dev
-Conflicts: libboost-dev
+Conflicts: libboost-dev, 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++
@@ -53,6 +36,8 @@
  already been proposed for inclusion in the C++ Standards Committee's
  upcoming C++ Standard Library Technical Report.
  .
+ This package provides headers and the auxiliary tool bcp.
+ .
  For the following subprojects separate packages exist: 
  date-time, filesystem, graph, python, regex, signals, test, and thread.
 

Modified: boost/trunk/debian/rules
===================================================================
--- boost/trunk/debian/rules	2008-05-04 16:08:24 UTC (rev 14216)
+++ boost/trunk/debian/rules	2008-05-04 22:27:55 UTC (rev 14217)
@@ -198,11 +198,6 @@
 	mv $(pyste_prefix)/bin/pyste.py $(pyste_prefix)/bin/pyste
 	dh_installman -ppyste$(PKGVERSION) debian/pyste.1
 
-	# package bcp
-	dh_installdirs -pbcp$(PKGVERSION) usr/bin
-	dh_install -pbcp$(PKGVERSION) dist/bin/bcp usr/bin
-	dh_installman -pbcp$(PKGVERSION) debian/bcp.1
-
 	# package libboost-dbg
 	dh_install -plibboost$(PKGVERSION)-dbg
 	dh_install -plibboost$(PKGVERSION)-dbg --autodest \
@@ -216,6 +211,8 @@
 	dh_install -plibboost$(PKGVERSION)-dev \
 	   debian/tmp/usr/include/boost-$(boost_version)/boost \
 	   usr/include
+	dh_install -plibboost$(PKGVERSION)-dev dist/bin/bcp usr/bin
+	dh_installman -plibboost$(PKGVERSION)-dev debian/bcp.1
 	$(call ins_lintian_overrides,libboost-dev,libboost$(PKGVERSION)-dev)
 
 	# package libboost-doc




More information about the pkg-boost-commits mailing list