diff options
-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 |