aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rw-r--r--debian/compat1
-rwxr-xr-xdebian/rules1
3 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 73a0264..0958f7c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,7 @@ pbuilder (0.167) UNRELEASED; urgency=low
- output is tee'd to terminal and also the logfile.
* add C11screen example script, which starts up GNU screen after build
failure.
+ * specify debian/compat (4) instead of DH_COMPAT in debian/rules
[ Loic Minier ]
* Tune aptitude opts in pbuilder-satisfydepends-aptitude to handle complex
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..bf0d87a
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+4 \ No newline at end of file
diff --git a/debian/rules b/debian/rules
index e07aa50..404c46c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,6 @@
#export DH_VERBOSE=1
# This is the debhelper compatability version to use.
-export DH_COMPAT=4
ARCH=$(shell dpkg-architecture -qDEB_HOST_ARCH)
configure: configure-stamp