diff -u boost-build-2.0-m12/debian/rules boost-build-2.0-m12/debian/rules --- boost-build-2.0-m12/debian/rules +++ boost-build-2.0-m12/debian/rules @@ -17,7 +17,7 @@ dh_testroot dh_clean -k - dh_installdirs usr/share/boost-build etc + dh_installdirs usr/share/boost-build etc/boost-build tar --exclude-from debian/excludes -cp * | ( cd debian/boost-build/usr/share/boost-build && tar xp ) find debian/boost-build/usr/share/boost-build -type f -exec chmod 644 '{}' \; diff -u boost-build-2.0-m12/debian/site-config.jam boost-build-2.0-m12/debian/site-config.jam --- boost-build-2.0-m12/debian/site-config.jam +++ boost-build-2.0-m12/debian/site-config.jam @@ -6,0 +7,9 @@ +import path ; + +extra-files = [ path.glob /etc/boost-build : *.jam ] ; + +for f in $(extra-files) +{ + include [ path.native $(f) ] ; +} + diff -u boost-build-2.0-m12/debian/changelog boost-build-2.0-m12/debian/changelog --- boost-build-2.0-m12/debian/changelog +++ boost-build-2.0-m12/debian/changelog @@ -1,3 +1,11 @@ +boost-build (2.0-m12-3) unstable; urgency=low + + * debian/rules: Create /etc/boost-build/ directory + * debian/site-config.jam: Make boost-build include additional + configuration files in /etc/boost-build/ + + -- Bernhard Reiter Wed, 03 Jun 2009 01:46:29 +0200 + boost-build (2.0-m12-2) unstable; urgency=low * debian/rules: Do not install /etc/user-config.jam.