diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:57:01 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:57:01 +0000 |
commit | 67c035b5f4c9e858363c776d57bec199ed6d7dc5 (patch) | |
tree | be689c0753fece8dc940ae6522f0c34797336480 | |
parent | 0b62d3825c6f21bf85faaf2983747be1c84094ac (diff) |
dh_compat=2
Author: tausq
Date: 2001-03-04 22:26:21 GMT
dh_compat=2
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 65529eebf..460242855 100755 --- a/debian/rules +++ b/debian/rules @@ -2,7 +2,7 @@ # Made with the aid of dh_make, by Craig Small # Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess. # Some lines taken from debmake, by Christoph Lameter. -# $Id: rules,v 1.28 2001/03/04 03:21:50 tausq Exp $ +# $Id: rules,v 1.29 2001/03/04 22:26:21 tausq Exp $ # LD_LIBRARY_PATH=pwd/debian/apt/usr/lib dh_shlibdeps -papt # dpkg: /home/jgg/work/apt2/debian/apt/usr/lib/libapt-pkg.so.2.9 not found. @@ -14,7 +14,7 @@ # create ../upload-<VER>, with all the files needed to be uploaded placed # in it. -export DH_COMPAT=3 +export DH_COMPAT=2 # See below include build/environment.mak |