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

smr at alioth.debian.org smr at alioth.debian.org
Wed Aug 6 05:38:55 UTC 2008


Author: smr
Date: 2008-08-06 05:38:54 +0000 (Wed, 06 Aug 2008)
New Revision: 14260

Modified:
   boost-build/trunk/debian/changelog
   boost-build/trunk/debian/rules
Log:
Remove debian/conffiles in clean target.

Modified: boost-build/trunk/debian/changelog
===================================================================
--- boost-build/trunk/debian/changelog	2008-08-06 05:26:41 UTC (rev 14259)
+++ boost-build/trunk/debian/changelog	2008-08-06 05:38:54 UTC (rev 14260)
@@ -12,8 +12,10 @@
   * debian/control: Change debhelper build-dep to version >= 7.
   
   * debian/control: Remove docbook-to-man, bison from build-deps.
+  
+  * debian/rules: Clean up upstream source by removing debian/conffiles.
 
- -- Steve M. Robbins <smr at debian.org>  Wed, 06 Aug 2008 00:25:44 -0500
+ -- Steve M. Robbins <smr at debian.org>  Wed, 06 Aug 2008 00:38:31 -0500
 
 boost-build (2.0-m12-1) unstable; urgency=low
 

Modified: boost-build/trunk/debian/rules
===================================================================
--- boost-build/trunk/debian/rules	2008-08-06 05:26:41 UTC (rev 14259)
+++ boost-build/trunk/debian/rules	2008-08-06 05:38:54 UTC (rev 14260)
@@ -7,6 +7,7 @@
 	dh_testdir
 	dh_testroot
 	dh_clean
+	rm -f debian/conffiles
 
 build:
 	# nothing to do




More information about the pkg-boost-commits mailing list