diff options
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 127bfb7..c2cc7c1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ scons (1.2.0-3) UNRELEASED; urgency=low + * Do not build-depend on unnecessary pythoh-dev, replace it with python. * Bump Standards-Version to 3.8.2, no changes required. - -- Luca Falavigna <dktrkranz@ubuntu.com> Sat, 01 Aug 2009 18:23:25 +0200 + -- Luca Falavigna <dktrkranz@ubuntu.com> Sat, 01 Aug 2009 18:39:33 +0200 scons (1.2.0-2) unstable; urgency=low diff --git a/debian/control b/debian/control index ada6688..1a1ec97 100644 --- a/debian/control +++ b/debian/control @@ -3,10 +3,10 @@ Section: devel Priority: optional Maintainer: Luca Falavigna <dktrkranz@ubuntu.com> Uploaders: Mark Brown <broonie@debian.org> -Build-Depends: debhelper (>= 5.0.37.2), python-dev, quilt +Build-Depends: debhelper (>= 5.0.37.2), python (>= 2.5.4-1~), quilt Build-Depends-Indep: python-central (>= 0.5) Standards-Version: 3.8.2 -XS-Python-Version: current +XS-Python-Version: >= 2.4 Homepage: http://www.scons.org/ DM-Upload-Allowed: yes |