diff options
author | Luca Falavigna <dktrkranz@ubuntu.com> | 2009-08-01 20:33:16 +0200 |
---|---|---|
committer | Luca Falavigna <dktrkranz@ubuntu.com> | 2009-08-01 20:33:16 +0200 |
commit | 4efcdb8b1923e371670e62ae54432b4ac57d7219 (patch) | |
tree | 4c1f93edb4383ea6348cc1065630b1b7c40949ea /debian/control | |
parent | 2006415df1e8ef91207fe755a9cac1104035692a (diff) |
Switch to debhelper 7
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 0ebe487..4e1f0ad 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: devel Priority: optional Maintainer: Luca Falavigna <dktrkranz@ubuntu.com> Uploaders: Mark Brown <broonie@debian.org> -Build-Depends: debhelper (>= 5.0.37.2), python (>= 2.5.4-1~), quilt +Build-Depends: debhelper (>= 7.2.18), python (>= 2.5.4-1~), quilt (>= 0.46-7) Build-Depends-Indep: python-support (>= 0.5.3) Standards-Version: 3.8.2 XS-Python-Version: >= 2.4 @@ -12,7 +12,7 @@ DM-Upload-Allowed: yes Package: scons Architecture: all -Depends: ${python:Depends} +Depends: ${python:Depends}, ${misc:Depends} 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 |