diff options
author | Fabien Tassin <fta@ubuntu.com> | 2009-03-13 13:59:18 +0100 |
---|---|---|
committer | Fabien Tassin <fta@ubuntu.com> | 2009-03-13 13:59:18 +0100 |
commit | 5c165b15705a6a33b9d019b7676463373127fc12 (patch) | |
tree | 351408f1a2a14ff9db2b027b98646fec728e82ba | |
parent | 0dae237a675a320ec422db63f4ee964600416581 (diff) |
* Drop python-2.4 from Depends, any python will do
- update debian/control
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 4473a9d..9239f4c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +mozilla-devscripts (0.13) UNRELEASED; urgency=low + + * Drop python-2.4 from Depends, any python will do + - update debian/control + + -- Fabien Tassin <fta@ubuntu.com> Fri, 13 Mar 2009 13:58:22 +0100 + mozilla-devscripts (0.12) jaunty; urgency=low [ Fabien Tassin <fta@ubuntu.com> ] diff --git a/debian/control b/debian/control index 1670885..0229cb1 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Vcs-Bzr: https://code.launchpad.net/~mozillateam/mozclient/mozclient.dev Package: mozilla-devscripts Architecture: all -Depends: wget, quilt, libxml-xpath-perl, zip, unzip, dpkg-dev, fakeroot, python | python2.4 +Depends: wget, quilt, libxml-xpath-perl, zip, unzip, dpkg-dev, fakeroot, python Suggests: cvs, mercurial, git-core Description: Collection of dev scripts used by Ubuntu Mozilla packages This package contains mozilla-devscripts, a collection of scripts |