[pkg-boost-commits] r14090 - boost/trunk/debian
cavok at alioth.debian.org
cavok at alioth.debian.org
Mon Jun 11 09:47:13 UTC 2007
Author: cavok
Date: 2007-06-11 09:47:12 +0000 (Mon, 11 Jun 2007)
New Revision: 14090
Modified:
boost/trunk/debian/changelog
boost/trunk/debian/control
boost/trunk/debian/rules
Log:
moved boost/filesystem.hpp to libboost-filesystem-dev
Modified: boost/trunk/debian/changelog
===================================================================
--- boost/trunk/debian/changelog 2007-06-07 00:48:43 UTC (rev 14089)
+++ boost/trunk/debian/changelog 2007-06-11 09:47:12 UTC (rev 14090)
@@ -1,3 +1,9 @@
+boost (1.34.0-4) UNRELEASED; urgency=low
+
+ * Moved boost/filesystem.hpp to libboost-filesystem-dev (closes: #428179).
+
+ -- Domenico Andreoli <cavok at debian.org> Mon, 11 Jun 2007 11:34:56 +0200
+
boost (1.34.0-3) experimental; urgency=low
* Build with python 2.4 (closes: #426871).
Modified: boost/trunk/debian/control
===================================================================
--- boost/trunk/debian/control 2007-06-07 00:48:43 UTC (rev 14089)
+++ boost/trunk/debian/control 2007-06-11 09:47:12 UTC (rev 14090)
@@ -118,7 +118,7 @@
Architecture: any
Section: libdevel
Depends: libboost-dev (=${binary:Version}), libboost-filesystem1.34.0-2 (=${binary:Version})
-Replaces: libboost-dev (<< 1.31.0-1)
+Replaces: libboost-dev (<< 1.34.0-4)
Description: filesystem operations (portable paths, iteration over directories, etc) in C++
Part of the Boost C++ Libraries collection.
.
Modified: boost/trunk/debian/rules
===================================================================
--- boost/trunk/debian/rules 2007-06-07 00:48:43 UTC (rev 14089)
+++ boost/trunk/debian/rules 2007-06-11 09:47:12 UTC (rev 14090)
@@ -176,7 +176,7 @@
# package libboost-filesystem-dev
dh_installdirs -plibboost-filesystem-dev usr/include/boost
- mv debian/libboost-dev/usr/include/boost/filesystem \
+ mv debian/libboost-dev/usr/include/boost/filesystem* \
debian/libboost-filesystem-dev/usr/include/boost
dh_install -plibboost-filesystem-dev --autodest \
debian/tmp/usr/lib/libboost_filesystem$(release_suffix_st).a \
More information about the pkg-boost-commits
mailing list