summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2006-03-31 08:44:41 +0000
committerColin Watson <cjwatson@debian.org>2006-03-31 08:44:41 +0000
commitbae72d2d4ce29b1a8e8b637e415c641addf8423c (patch)
treebcd801a4beec466b4f99b63ab80a1a89d13da90f /debian/rules
parent6375d607b0cebe74aa0c04506b8d2852c7c1b818 (diff)
* Switch to debhelper compatibility level 4, since we now require
debhelper 4 even on sarge anyway for udeb support.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules3
1 files changed, 0 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules
index 55de7927b..422fafaf9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,9 +3,6 @@
3# Uncomment this to turn on verbose mode. 3# Uncomment this to turn on verbose mode.
4# export DH_VERBOSE=1 4# export DH_VERBOSE=1
5 5
6# This is the debhelper compatibility version to use.
7export DH_COMPAT=3
8
9# This has to be exported to make some magic below work. 6# This has to be exported to make some magic below work.
10export DH_OPTIONS 7export DH_OPTIONS
11 8