summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorManish Vachharajani <manishv@unbounded.systems>2017-03-22 12:33:18 -0600
committerManish Vachharajani <manishv@unbounded.systems>2017-03-22 12:33:18 -0600
commit192965c27b04e876904cffee60fb5edb3f1e92fb (patch)
tree7db6f0e5b2a947dee7b20f12287d9c102ddb862a /debian
parent2e593b9d2b58f34ef34b1b56bb13945849950112 (diff)
downloadscons-192965c27b04e876904cffee60fb5edb3f1e92fb.tar.gz
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/changelog6
-rw-r--r--debian/compat1
-rw-r--r--debian/control2
-rw-r--r--debian/rules6
4 files changed, 10 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index e3ab00ca..0808546c 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 00000000..7ed6ff82
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+5
diff --git a/debian/control b/debian/control
index c8ebf4c1..afba6f6e 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 1effa02e..9d83723a 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