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

smr at alioth.debian.org smr at alioth.debian.org
Wed Aug 6 05:04:03 UTC 2008


Author: smr
Date: 2008-08-06 05:04:02 +0000 (Wed, 06 Aug 2008)
New Revision: 14252

Added:
   boost-build/trunk/debian/site-config.jam
Modified:
   boost-build/trunk/debian/changelog
   boost-build/trunk/debian/rules
Log:
Install proper /etc/site-config.jam.  Closes 493323.

Modified: boost-build/trunk/debian/changelog
===================================================================
--- boost-build/trunk/debian/changelog	2008-08-03 22:26:46 UTC (rev 14251)
+++ boost-build/trunk/debian/changelog	2008-08-06 05:04:02 UTC (rev 14252)
@@ -1,3 +1,11 @@
+boost-build (2.0-m12-2) unstable; urgency=low
+
+  * debian/rules: Do not install /etc/user-config.jam.
+  * debian/site-config.jam: New.  Install into /etc instead of empty
+    example.  Closes: #493323.
+
+ -- Steve M. Robbins <smr at debian.org>  Wed, 06 Aug 2008 00:02:03 -0500
+
 boost-build (2.0-m12-1) unstable; urgency=low
 
   * New upstream release.  Closes: #458112.

Modified: boost-build/trunk/debian/rules
===================================================================
--- boost-build/trunk/debian/rules	2008-08-03 22:26:46 UTC (rev 14251)
+++ boost-build/trunk/debian/rules	2008-08-06 05:04:02 UTC (rev 14252)
@@ -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 user-config.jam site-config.jam etc
+	dh_install debian/site-config.jam etc
 	dh_link
 	dh_compress
 	dh_fixperms

Added: boost-build/trunk/debian/site-config.jam
===================================================================
--- boost-build/trunk/debian/site-config.jam	                        (rev 0)
+++ boost-build/trunk/debian/site-config.jam	2008-08-06 05:04:02 UTC (rev 14252)
@@ -0,0 +1,6 @@
+# This file contains the site-wide defaults for Boost.Build
+# These values may be overridden in file $HOME/user-config.jam
+# See /usr/doc/boost-build/user-config.jam for an example.
+
+using gcc ;
+




More information about the pkg-boost-commits mailing list