diff options
author | Colin Watson <cjwatson@debian.org> | 2005-06-17 13:28:12 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2005-06-17 13:28:12 +0000 |
commit | efddc441b026221adf024aecb76883a2e9cbb7ca (patch) | |
tree | 80999c9d7a8898e2489c97fab419ffca10e64bea /debian/rules | |
parent | d9976f466bbc06dd8c8aa6b91df4c2c89ec904b8 (diff) |
Switch to debhelper compat level 3, since 2 is deprecated.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
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. |
7 | export DH_COMPAT=2 | 7 | export 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. |
10 | export DH_OPTIONS | 10 | export DH_OPTIONS |