diff options
author | Manish Vachharajani <manishv@unbounded.systems> | 2017-03-22 18:33:18 (GMT) |
---|---|---|
committer | Manish Vachharajani <manishv@unbounded.systems> | 2017-03-22 18:33:18 (GMT) |
commit | 76aa6cb5d4ec8661223480aa9914c28f6f6b5e6d (patch) | |
tree | 7db6f0e5b2a947dee7b20f12287d9c102ddb862a /debian/control | |
parent | 871e8747323c362ddbe01dc03323f775430c944a (diff) | |
download | SCons-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 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index c8ebf4c..afba6f6 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: scons Section: devel Priority: optional Maintainer: Moshe Zadka <moshez@debian.org> -Build-Depends-Indep: debhelper (>> 2.0.0), python-dev (>> 2.4) +Build-Depends-Indep: debhelper (>> 5.0.0), python-dev (>> 2.4) Standards-Version: 3.5.6 Package: scons |