[Python-modules-commits] [pastedeploy] 01/03: Removed versioned build depedencies older then wheezy
Ondřej Nový
onovy-guest at moszumanska.debian.org
Fri Jun 17 18:36:37 UTC 2016
This is an automated email from the git hooks/post-receive script.
onovy-guest pushed a commit to branch master
in repository pastedeploy.
commit 62dea5979980e7367cf3bd5d7e0dbd7f2803471b
Author: Ondřej Nový <novy at ondrej.org>
Date: Fri Jun 17 20:33:33 2016 +0200
Removed versioned build depedencies older then wheezy
---
debian/changelog | 6 ++++++
debian/control | 8 ++++----
2 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index f475c5b..66b547f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pastedeploy (1.5.2-4) UNRELEASED; urgency=medium
+
+ * Removed versioned build depedencies older then wheezy
+
+ -- Ondřej Nový <novy at ondrej.org> Fri, 17 Jun 2016 20:33:24 +0200
+
pastedeploy (1.5.2-3) unstable; urgency=medium
* Change directory to $ADTTMP before running Debian tests and print module
diff --git a/debian/control b/debian/control
index 67d0be4..c95d876 100644
--- a/debian/control
+++ b/debian/control
@@ -5,10 +5,10 @@ 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,
- python-all (>= 2.6.6-3),
- python-setuptools (>= 0.6b3-1~),
+ python-all,
+ python-setuptools,
python-nose,
- python3-all (>= 3.2),
+ python3-all,
python3-setuptools,
python3-nose,
python-docutils
@@ -24,7 +24,7 @@ Depends: ${python:Depends}, ${misc:Depends},
python-pastedeploy-tpl (= ${binary:Version}),
python-paste,
python-pkg-resources
-Recommends: python-pastescript (>= 1.7.3-6~)
+Recommends: python-pastescript
Enhances: python-paste
Description: load, configure, and compose WSGI applications and servers - Python 2.x
Paste Deployment is a system for finding and configuring WSGI applications and
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pastedeploy.git
More information about the Python-modules-commits
mailing list