summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2005-06-17 13:28:12 +0000
committerColin Watson <cjwatson@debian.org>2005-06-17 13:28:12 +0000
commitefddc441b026221adf024aecb76883a2e9cbb7ca (patch)
tree80999c9d7a8898e2489c97fab419ffca10e64bea /debian/rules
parentd9976f466bbc06dd8c8aa6b91df4c2c89ec904b8 (diff)
Switch to debhelper compat level 3, since 2 is deprecated.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 67d650ac4..f5365c022 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
4# export DH_VERBOSE=1 4# export DH_VERBOSE=1
5 5
6# This is the debhelper compatibility version to use. 6# This is the debhelper compatibility version to use.
7export DH_COMPAT=2 7export DH_COMPAT=3
8 8
9# This has to be exported to make some magic below work. 9# This has to be exported to make some magic below work.
10export DH_OPTIONS 10export DH_OPTIONS