summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 17:02:57 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 17:02:57 +0000
commitd4b8718cb3b620ee2b48325097f7f344d688c13a (patch)
tree5ce744126ad5a82d8fffdbe9670d766285eddf6b /debian/rules
parent46242ae9a03f226ad19dc4538fa8b2b5f7ee4213 (diff)
* Use debian/compat rather than DH_COMPAT
Author: mdz Date: 2003-08-09 19:14:49 GMT * Use debian/compat rather than DH_COMPAT
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules4
1 files changed, 1 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules
index b67ad8119..86b191e17 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.51 2003/08/02 19:51:02 mdz Exp $
+# $Id: rules,v 1.52 2003/08/09 19:14:49 mdz 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,8 +14,6 @@
# create ../upload-<VER>, with all the files needed to be uploaded placed
# in it.
-export DH_COMPAT=2
-
export DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
export DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)