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

smr at alioth.debian.org smr at alioth.debian.org
Wed Aug 6 05:18:26 UTC 2008


Author: smr
Date: 2008-08-06 05:18:26 +0000 (Wed, 06 Aug 2008)
New Revision: 14256

Modified:
   boost-build/trunk/debian/changelog
   boost-build/trunk/debian/control
   boost-build/trunk/debian/rules
Log:
Remove DH_COMPAT from rules.  Create debian/compat, set to level 7.

Modified: boost-build/trunk/debian/changelog
===================================================================
--- boost-build/trunk/debian/changelog	2008-08-06 05:13:26 UTC (rev 14255)
+++ boost-build/trunk/debian/changelog	2008-08-06 05:18:26 UTC (rev 14256)
@@ -6,8 +6,12 @@
   
   * debian/control: Update homepage.  Update description.  Closes:
     #493510.  Update Standards-Version to 3.8.0; no changes.
+  
+  * debian/compat: New.  Set compat level to 7.
+  * debian/rules: Remove DH_COMPAT setting.
+  * debian/control: Change debhelper build-dep to version >= 7.
 
- -- Steve M. Robbins <smr at debian.org>  Wed, 06 Aug 2008 00:11:51 -0500
+ -- Steve M. Robbins <smr at debian.org>  Wed, 06 Aug 2008 00:17:45 -0500
 
 boost-build (2.0-m12-1) unstable; urgency=low
 

Modified: boost-build/trunk/debian/control
===================================================================
--- boost-build/trunk/debian/control	2008-08-06 05:13:26 UTC (rev 14255)
+++ boost-build/trunk/debian/control	2008-08-06 05:18:26 UTC (rev 14256)
@@ -4,7 +4,7 @@
 Priority: optional
 Maintainer: Debian Boost Team <pkg-boost-devel at lists.alioth.debian.org>
 Uploaders: Steve M. Robbins <smr at debian.org>, Domenico Andreoli <cavok at debian.org>, Christophe Prud'homme <prudhomm at mit.edu>
-Build-Depends: debhelper (>= 4), docbook-to-man, bison
+Build-Depends: debhelper (>= 7), docbook-to-man, bison
 Standards-Version: 3.8.0
 
 Package: boost-build

Modified: boost-build/trunk/debian/rules
===================================================================
--- boost-build/trunk/debian/rules	2008-08-06 05:13:26 UTC (rev 14255)
+++ boost-build/trunk/debian/rules	2008-08-06 05:18:26 UTC (rev 14256)
@@ -3,9 +3,6 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-# This is the debhelper compatability version to use.
-export DH_COMPAT=4
-
 clean:
 	dh_testdir
 	dh_testroot




More information about the pkg-boost-commits mailing list