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

Domenico Andreoli cavok at alioth.debian.org
Thu Nov 9 11:44:06 CET 2006


Author: cavok
Date: 2006-11-09 11:44:06 +0100 (Thu, 09 Nov 2006)
New Revision: 14020

Modified:
   boost-build/trunk/debian/excludes
   boost-build/trunk/debian/rules
Log:
fixed site-config.jam installation

Modified: boost-build/trunk/debian/excludes
===================================================================
--- boost-build/trunk/debian/excludes	2006-11-09 10:00:43 UTC (rev 14019)
+++ boost-build/trunk/debian/excludes	2006-11-09 10:44:06 UTC (rev 14020)
@@ -11,4 +11,5 @@
 example
 test
 CVS
+.svn
 jam_src

Modified: boost-build/trunk/debian/rules
===================================================================
--- boost-build/trunk/debian/rules	2006-11-09 10:00:43 UTC (rev 14019)
+++ boost-build/trunk/debian/rules	2006-11-09 10:44:06 UTC (rev 14020)
@@ -23,12 +23,10 @@
 	find debian/boost-build/usr/share/boost-build -type d -exec chmod 755 '{}' \;
 
 	dh_installchangelogs
-	dh_installdocs -XCVS
+	dh_installdocs -XCVS -X.svn
 
-	tar --exclude make --exclude CVS -cp example/* | ( cd debian/boost-build/usr/share/doc/boost-build && tar xp )
-
-	dh_install user-config.jam etc/site-config.jam
-
+	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_link
 	dh_compress
 	dh_fixperms




More information about the pkg-boost-commits mailing list