diff options
author | Steven Knight <knight@baldmt.com> | 2001-11-13 11:07:08 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2001-11-13 11:07:08 (GMT) |
commit | 2f12a3b0f500152380daf9f8a3868ff9e3403636 (patch) | |
tree | 3f9569b6757ac9ed6f8cd8662a4bdadfbc0b97dc /debian | |
parent | ee0cf0ee63373cbdf66686cbf3a7cd82ef73441f (diff) | |
download | SCons-2f12a3b0f500152380daf9f8a3868ff9e3403636.zip SCons-2f12a3b0f500152380daf9f8a3868ff9e3403636.tar.gz SCons-2f12a3b0f500152380daf9f8a3868ff9e3403636.tar.bz2 |
Generalize DH_COMPAT for various Debian build levels.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/rules | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 6e52b59..38f5a8b 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 |