[pkg-boost-commits] r14027 - boost-build/trunk/debian

Domenico Andreoli cavok at alioth.debian.org
Thu Nov 9 12:46:29 CET 2006


Author: cavok
Date: 2006-11-09 12:46:28 +0100 (Thu, 09 Nov 2006)
New Revision: 14027

Modified:
   boost-build/trunk/debian/changelog
   boost-build/trunk/debian/rules
Log:
synchronized with ubuntu

Modified: boost-build/trunk/debian/changelog
===================================================================
--- boost-build/trunk/debian/changelog	2006-11-09 11:29:01 UTC (rev 14026)
+++ boost-build/trunk/debian/changelog	2006-11-09 11:46:28 UTC (rev 14027)
@@ -1,3 +1,10 @@
+boost-build (2.0-m11-2) unstable; urgency=low
+
+  * Synchronized with Ubuntu.
+  * Added missing required targets in debian/rules.  Closes: #395800.
+
+ -- Domenico Andreoli <cavok at debian.org>  Thu,  9 Nov 2006 12:44:25 +0100
+
 boost-build (2.0-m11-1) unstable; urgency=low
 
   * New upstream release.
@@ -4,6 +11,13 @@
 
  -- Domenico Andreoli <cavok at debian.org>  Thu,  9 Nov 2006 10:54:15 +0100
 
+boost-build (2.0-m10-1ubuntu1) dapper; urgency=low
+
+  * Fix user-config.jam dh_install. (Closes Malone: #32225)
+    - Thanks to Matt Good for the fix.
+
+ -- Barry deFreese <bddebian at comcast.net>  Tue, 18 Apr 2006 21:18:23 -0400
+
 boost-build (2.0-m10-1) unstable; urgency=low
 
   * Initial Release.  Closes: #275597.

Modified: boost-build/trunk/debian/rules
===================================================================
--- boost-build/trunk/debian/rules	2006-11-09 11:29:01 UTC (rev 14026)
+++ boost-build/trunk/debian/rules	2006-11-09 11:46:28 UTC (rev 14027)
@@ -29,7 +29,7 @@
 	dh_installdocs -XCVS -X.svn
 
 	tar --exclude make --exclude CVS --exclude .svn -cp example/* | ( cd debian/boost-build/usr/share/doc/boost-build && tar xp )
-	dh_install site-config.jam etc
+	dh_install user-config.jam site-config.jam etc
 	dh_link
 	dh_compress
 	dh_fixperms




More information about the pkg-boost-commits mailing list