[Python-modules-commits] [pastescript] 02/09: Removed (build-)dependency versions (satisfied in Stable).

Thomas Goirand zigo at moszumanska.debian.org
Sat Dec 23 14:08:50 UTC 2017


This is an automated email from the git hooks/post-receive script.

zigo pushed a commit to branch master
in repository pastescript.

commit bca6590f06073b28e513a11fb8d517a13dc3ac7e
Author: Thomas Goirand <thomas at goirand.fr>
Date:   Sat Dec 23 12:43:15 2017 +0000

    Removed (build-)dependency versions (satisfied in Stable).
---
 debian/changelog |  1 +
 debian/control   | 22 ++++++++++------------
 2 files changed, 11 insertions(+), 12 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 58f3916..1815351 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,7 @@ pastescript (2.0.2-1) UNRELEASED; urgency=medium
 
   [ Thomas Goirand ]
   * Ran wrap-and-sort -bast.
+  * Removed (build-)dependency versions (satisfied in Stable).
 
  -- Thomas Goirand <zigo at debian.org>  Sat, 23 Dec 2017 12:28:59 +0000
 
diff --git a/debian/control b/debian/control
index 3c5e670..c494f8e 100644
--- a/debian/control
+++ b/debian/control
@@ -8,12 +8,12 @@ Build-Depends:
  debhelper (>= 10),
 Build-Depends-Indep:
  bash-completion,
- python-all (>= 2.6.6-3~),
+ python-all,
  python-paste,
  python-pastedeploy,
- python-setuptools (>= 0.6b3-1~),
- python-sphinx (>= 1.2.3+dfsg-1~),
- python3-all (>= 2.6.6-3~),
+ python-setuptools,
+ python-sphinx,
+ python3-all,
  python3-paste,
  python3-pastedeploy,
  python3-setuptools,
@@ -22,21 +22,19 @@ Standards-Version: 3.9.6
 Homepage: https://pypi.python.org/pypi/PasteScript
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pastescript.git
 Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pastescript.git
-X-Python-Version: >= 2.7
-X-Python3-Version: >= 3.4
 
 Package: python-pastescript
 Architecture: all
 Depends:
- python-paste (>= 1.7.5.1-2~),
- python-pastedeploy (>= 1.5.0-1~),
+ python-paste,
+ python-pastedeploy,
  python-setuptools | python-distribute,
  ${misc:Depends},
  ${python:Depends},
 Suggests:
- python-cheetah (>= 1.0-1.1),
+ python-cheetah,
  python-cherrypy,
- python-flup (>= 0.5-1),
+ python-flup,
 Description: create file layouts for Python packages and serve webapps
  Paster is pluggable command-line frontend,
  including commands to setup package file layouts
@@ -62,8 +60,8 @@ Description: create file layouts for packages and serve webapps - documentation
 Package: python3-pastescript
 Architecture: all
 Depends:
- python3-paste (>= 1.7.5.1-2~),
- python3-pastedeploy (>= 1.5.0-1~),
+ python3-paste,
+ python3-pastedeploy,
  python3-setuptools,
  ${misc:Depends},
  ${python3:Depends},

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pastescript.git



More information about the Python-modules-commits mailing list