[pkg-boost-commits] r14365 - boost/trunk/debian

smr at alioth.debian.org smr at alioth.debian.org
Sat Jan 10 22:53:29 UTC 2009


Author: smr
Date: 2009-01-10 22:53:28 +0000 (Sat, 10 Jan 2009)
New Revision: 14365

Modified:
   boost/trunk/debian/changelog
   boost/trunk/debian/rules
Log:
Replace deprecated use of dh_clean by d_prep.

Modified: boost/trunk/debian/changelog
===================================================================
--- boost/trunk/debian/changelog	2009-01-10 22:49:04 UTC (rev 14364)
+++ boost/trunk/debian/changelog	2009-01-10 22:53:28 UTC (rev 14365)
@@ -13,8 +13,11 @@
   * patches/mpi-python.patch: The python bindings for Boost.MPI don't
     build; disable until I understand what's going on.
 
- -- Steve M. Robbins <smr at debian.org>  Sat, 10 Jan 2009 16:45:36 -0600
+  * rules: Usage of "dh_clean -k" is deprecated in debhelper 7; replace
+    with "dh_prep".
 
+ -- Steve M. Robbins <smr at debian.org>  Sat, 10 Jan 2009 16:53:03 -0600
+
 boost1.37 (1.37.0-3) unstable; urgency=low
 
   * patches/series: Add add-disable-long-double.patch to the series.

Modified: boost/trunk/debian/rules
===================================================================
--- boost/trunk/debian/rules	2009-01-10 22:49:04 UTC (rev 14364)
+++ boost/trunk/debian/rules	2009-01-10 22:53:28 UTC (rev 14365)
@@ -224,7 +224,7 @@
 install: build clean-debhelper $(filtered_files)
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 
 	@$(call cp_debhelper,libboost-dbg,libboost$(PKGVERSION)-dbg)
 	@$(call cp_debhelper,libboost-dev,libboost$(PKGVERSION)-dev)




More information about the pkg-boost-commits mailing list