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

Domenico Andreoli cavok at costa.debian.org
Thu Dec 22 13:14:53 UTC 2005


Author: cavok
Date: 2005-12-22 13:14:52 +0000 (Thu, 22 Dec 2005)
New Revision: 13934

Removed:
   boost/trunk/debian/compat
Modified:
   boost/trunk/debian/rules
Log:
moved compat level in debian/rules

Deleted: boost/trunk/debian/compat
===================================================================
--- boost/trunk/debian/compat	2005-12-22 13:00:37 UTC (rev 13933)
+++ boost/trunk/debian/compat	2005-12-22 13:14:52 UTC (rev 13934)
@@ -1 +0,0 @@
-4

Modified: boost/trunk/debian/rules
===================================================================
--- boost/trunk/debian/rules	2005-12-22 13:00:37 UTC (rev 13933)
+++ boost/trunk/debian/rules	2005-12-22 13:14:52 UTC (rev 13934)
@@ -6,6 +6,9 @@
 # This has to be exported to make some magic below work.
 export DH_OPTIONS
 
+# This is the debhelper compatability version to use.
+export DH_COMPAT=4
+
 # Boost Version
 # This is the "short label" for the Boost library version, consisting of the
 # major and minor version numbers joined by an underscore.  This label




More information about the pkg-boost-commits mailing list