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

cavok at alioth.debian.org cavok at alioth.debian.org
Wed Jul 25 12:31:46 UTC 2007


Author: cavok
Date: 2007-07-25 12:31:46 +0000 (Wed, 25 Jul 2007)
New Revision: 14109

Modified:
   boost/trunk/debian/changelog
   boost/trunk/debian/control
   boost/trunk/debian/rules
Log:
move date_time.hpp to libboost-date-time-dev

Modified: boost/trunk/debian/changelog
===================================================================
--- boost/trunk/debian/changelog	2007-07-25 12:23:19 UTC (rev 14108)
+++ boost/trunk/debian/changelog	2007-07-25 12:31:46 UTC (rev 14109)
@@ -1,6 +1,7 @@
 boost (1.34.1-1) unstable; urgency=low
 
   * New upstream release
+  * Moved date_time.hpp to libboost-date-time-dev (closes: #434370)
   * README.Debian explains how programs should link to the Boost
     libraries both the portable and the Debian-specific way.
 

Modified: boost/trunk/debian/control
===================================================================
--- boost/trunk/debian/control	2007-07-25 12:23:19 UTC (rev 14108)
+++ boost/trunk/debian/control	2007-07-25 12:31:46 UTC (rev 14109)
@@ -41,6 +41,7 @@
 Architecture: any
 Section: libdevel
 Depends: libstdc++-dev
+Replaces: libboost-dev (<< 1.34.1-1)
 Suggests: libboost-doc, libboost-date-time-dev, libboost-filesystem-dev, libboost-graph-dev, libboost-iostreams-dev, libboost-program-options-dev, libboost-python-dev, libboost-regex-dev, libboost-serialization-dev, libboost-signals-dev, libboost-test-dev, libboost-thread-dev, libboost-wave-dev
 Description: Boost C++ Libraries development files
  The Boost web site provides free, peer-reviewed, portable C++ source

Modified: boost/trunk/debian/rules
===================================================================
--- boost/trunk/debian/rules	2007-07-25 12:23:19 UTC (rev 14108)
+++ boost/trunk/debian/rules	2007-07-25 12:31:46 UTC (rev 14109)
@@ -150,7 +150,7 @@
 
 	# package libboost-date-time-dev
 	dh_installdirs -plibboost-date-time-dev usr/include/boost
-	mv debian/libboost-dev/usr/include/boost/date_time \
+	mv debian/libboost-dev/usr/include/boost/date_time* \
 	   debian/libboost-date-time-dev/usr/include/boost
 	dh_install -plibboost-date-time-dev --autodest \
 	   debian/tmp/usr/lib/libboost_date_time$(release_suffix_mt).a \




More information about the pkg-boost-commits mailing list