summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManish Vachharajani <manishv@unbounded.systems>2017-03-23 09:34:35 -0600
committerManish Vachharajani <manishv@unbounded.systems>2017-03-23 09:34:35 -0600
commit5cd370b24aa33e6ea38710a15fbadb555a677e55 (patch)
treedf4302f7f4507e91a1f8becb836612e76d3be7b8
parentda7399ab311432e396bb9101b215741ee05db6ab (diff)
downloadscons-5cd370b24aa33e6ea38710a15fbadb555a677e55.tar.gz
Add myself to CHANGES, update python version to 2.7
-rw-r--r--debian/control2
-rw-r--r--src/CHANGES.txt5
2 files changed, 6 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index afba6f6e..5fbf0eb1 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 (>> 5.0.0), python-dev (>> 2.4)
+Build-Depends-Indep: debhelper (>> 5.0.0), python-dev (>> 2.7)
Standards-Version: 3.5.6
Package: scons
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 50a5bec6..cb6ab212 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -13,6 +13,11 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
RELEASE VERSION/DATE TO BE FILLED IN LATER
+ From Manish Vachharajani:
+ - Update debian rules, compat, and control to not use features
+ deprecated or obsolete in later versions of debhelpers
+ - Update python version to 2.7 in debian/control
+
From Russel Winder:
- Reordered the default D tools from "dmd, gdc, ldc" to "dmd, ldc, gdc".