[pkg-boost-commits] r13929 - boost-jam/trunk/debian

Domenico Andreoli cavok at costa.debian.org
Thu Dec 22 12:18:32 UTC 2005


Author: cavok
Date: 2005-12-22 12:18:31 +0000 (Thu, 22 Dec 2005)
New Revision: 13929

Removed:
   boost-jam/trunk/debian/compat
Modified:
   boost-jam/trunk/debian/rules
Log:
added export DH_COMPAT=4

Deleted: boost-jam/trunk/debian/compat
===================================================================
--- boost-jam/trunk/debian/compat	2005-12-22 12:04:37 UTC (rev 13928)
+++ boost-jam/trunk/debian/compat	2005-12-22 12:18:31 UTC (rev 13929)
@@ -1 +0,0 @@
-4

Modified: boost-jam/trunk/debian/rules
===================================================================
--- boost-jam/trunk/debian/rules	2005-12-22 12:04:37 UTC (rev 13928)
+++ boost-jam/trunk/debian/rules	2005-12-22 12:18:31 UTC (rev 13929)
@@ -6,6 +6,9 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+# This is the debhelper compatability version to use.
+export DH_COMPAT=4
+
 # TODO: figure out how to get debugging symbols into "bjam" executable.
 # (Debian Policy, 10.1)
 




More information about the pkg-boost-commits mailing list