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 | |
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')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/compat | 1 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/rules | 6 |
4 files changed, 10 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index e3ab00c..0808546 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +scons (2.5.1) unstable; urgency=low + + * Maintenance Release + + -- William Deegan <bill@baddogconsulting.com> Mon, 03 Nov 2016 13:37:42 -0700 + scons (2.5.0) unstable; urgency=low * Feature Release diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7ed6ff8 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +5 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 diff --git a/debian/rules b/debian/rules index 1effa02..9d83723 100644 --- a/debian/rules +++ b/debian/rules @@ -15,8 +15,6 @@ PYTHON=$(PYTHON_PATH)$(PYTHON_VERSION) #export DH_VERBOSE=1 # This is the debhelper compatability version to use. -export DH_COMPAT=2 - configure: configure-stamp configure-stamp: dh_testdir @@ -41,7 +39,7 @@ clean: install: build dh_testdir dh_testroot - dh_clean -k + dh_prep dh_installdirs # Add here commands to install the package into debian/scons. @@ -106,7 +104,7 @@ binary-indep: build install dh_shlibdeps dh_gencontrol dh_md5sums - DH_COMPAT=$(DH_COMPAT) dh_builddeb $(BUILDDEB_OPTIONS) + dh_builddeb $(BUILDDEB_OPTIONS) # Build architecture-dependent files here. binary-arch: build install |