[Python-modules-commits] [paste] 01/03: Removed versioned build depedencies older then wheezy
Ondřej Nový
onovy-guest at moszumanska.debian.org
Fri Jun 17 18:30:20 UTC 2016
This is an automated email from the git hooks/post-receive script.
onovy-guest pushed a commit to branch master
in repository paste.
commit 218e1775a8c8335c77f44e94337ccdcb94149f74
Author: Ondřej Nový <novy at ondrej.org>
Date: Fri Jun 17 20:19:28 2016 +0200
Removed versioned build depedencies older then wheezy
---
debian/changelog | 6 ++++++
debian/control | 13 ++++++-------
2 files changed, 12 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 410760b..42d7a93 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+paste (2.0.3+dfsg-3) UNRELEASED; urgency=medium
+
+ * Removed versioned build depedencies older then wheezy
+
+ -- Ondřej Nový <novy at ondrej.org> Fri, 17 Jun 2016 20:18:31 +0200
+
paste (2.0.3+dfsg-2) unstable; urgency=medium
* Use autopkgtest-pkg-python testsuite
diff --git a/debian/control b/debian/control
index cc122c5..782d5bf 100644
--- a/debian/control
+++ b/debian/control
@@ -5,11 +5,11 @@ Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.
Uploaders: Ondřej Nový <novy at ondrej.org>,
Build-Depends: debhelper (>= 9),
dh-python,
-Build-Depends-Indep: python-all (>= 2.6.6-3),
+Build-Depends-Indep: python-all,
python-nose,
- python-setuptools (>= 0.6b3-1~),
+ python-setuptools,
python-six,
- python-sphinx (>= 1.0.7+dfsg-1~),
+ python-sphinx,
python3-all,
python3-nose,
python3-setuptools,
@@ -25,7 +25,7 @@ Testsuite: autopkgtest-pkg-python
Package: python-paste
Architecture: all
-Depends: python-formencode (>= 0.5.1-1),
+Depends: python-formencode,
python-pkg-resources,
python-tempita,
${misc:Depends},
@@ -35,8 +35,7 @@ Recommends: libjs-mochikit,
python-openid,
python-openssl,
python-scgi,
-Breaks: python-pastescript (<< 1.7.3-7~1),
-Suggests: libapache2-mod-python (>= 3.2.8-3),
+Suggests: libapache2-mod-python,
libapache2-mod-scgi,
libapache2-mod-wsgi,
python-pastedeploy,
@@ -70,7 +69,7 @@ Depends: python3-pkg-resources,
${python3:Depends},
Recommends: libjs-mochikit,
python3-openssl,
-Suggests: libapache2-mod-python (>= 3.2.8-3),
+Suggests: libapache2-mod-python,
libapache2-mod-scgi,
libapache2-mod-wsgi,
Description: tools for using a Web Server Gateway Interface stack - Python 3.x
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/paste.git
More information about the Python-modules-commits
mailing list