summaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorManish Vachharajani <manishv@unbounded.systems>2017-03-22 18:33:18 (GMT)
committerManish Vachharajani <manishv@unbounded.systems>2017-03-22 18:33:18 (GMT)
commit76aa6cb5d4ec8661223480aa9914c28f6f6b5e6d (patch)
tree7db6f0e5b2a947dee7b20f12287d9c102ddb862a /SConstruct
parent871e8747323c362ddbe01dc03323f775430c944a (diff)
downloadSCons-76aa6cb5d4ec8661223480aa9914c28f6f6b5e6d.zip
SCons-76aa6cb5d4ec8661223480aa9914c28f6f6b5e6d.tar.gz
SCons-76aa6cb5d4ec8661223480aa9914c28f6f6b5e6d.tar.bz2
Make bootstrap.py work again and work on Ubuntu Xenial.
Added *cxx.py files to Manifest.in, removed VCS modules that were deleted, and updated debian package build information.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct6
1 files changed, 4 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index 5e84d98..08f7da5 100644
--- a/SConstruct
+++ b/SConstruct
@@ -443,7 +443,6 @@ env = Environment(
MONTH_YEAR = month_year,
REVISION = revision,
VERSION = version,
- DH_COMPAT = 2,
TAR_HFLAG = tar_hflag,
@@ -503,7 +502,8 @@ python_scons = {
'debian_deps' : [
'debian/changelog',
- 'debian/control',
+ 'debian/compat',
+ 'debian/control',
'debian/copyright',
'debian/dirs',
'debian/docs',
@@ -625,6 +625,7 @@ scons_script = {
'debian_deps' : [
'debian/changelog',
+ 'debian/compat',
'debian/control',
'debian/copyright',
'debian/dirs',
@@ -669,6 +670,7 @@ scons = {
'debian_deps' : [
'debian/changelog',
+ 'debian/compat',
'debian/control',
'debian/copyright',
'debian/dirs',