diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 175cbbb..14f04f4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,7 @@ scons (1.2.0-3) UNRELEASED; urgency=low * Switch to python-support: - * Do not build-depend on unnecessary pythoh-dev, replace it with python. + * Do not build-depend on unnecessary python-dev, replace it with python. * Bump Standards-Version to 3.8.2, no changes required. -- Luca Falavigna <dktrkranz@ubuntu.com> Sat, 01 Aug 2009 19:55:13 +0200 diff --git a/debian/control b/debian/control index 1117070..0ebe487 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,6 @@ DM-Upload-Allowed: yes Package: scons Architecture: all Depends: ${python:Depends} -XB-Python-Version: ${python:Versions} Description: replacement for make SCons is a make replacement providing a range of enhanced features such as automated dependency generation and built in compilation cache |