summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2001-11-13 11:07:08 +0000
committerSteven Knight <knight@baldmt.com>2001-11-13 11:07:08 +0000
commit2f12a3b0f500152380daf9f8a3868ff9e3403636 (patch)
tree3f9569b6757ac9ed6f8cd8662a4bdadfbc0b97dc /debian
parentee0cf0ee63373cbdf66686cbf3a7cd82ef73441f (diff)
downloadscons-2f12a3b0f500152380daf9f8a3868ff9e3403636.tar.gz
Generalize DH_COMPAT for various Debian build levels.
Diffstat (limited to 'debian')
-rw-r--r--debian/rules6
1 files changed, 5 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 6e52b59f..38f5a8bc 100644
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,11 @@
#export DH_VERBOSE=1
# This is the debhelper compatability version to use.
-export DH_COMPAT=3
+# We expect this to be provided by the calling build script:
+export DH_COMPAT
+# Here's the previous/"normal" Debian value (?), but it breaks on a
+# converted Red Hat debhelper installation:
+#export DH_COMPAT=3
# This has to be exported to make some magic below work.
export DH_OPTIONS