Codebase list pastedeploy / e3af2e1
wrap-and-sort -t -a Ondřej Nový 7 years ago
2 changed file(s) with 25 addition(s) and 22 deletion(s). Raw diff Collapse all Expand all
00 pastedeploy (1.5.2-4) UNRELEASED; urgency=medium
11
22 * Removed versioned build depedencies older then wheezy
3 * wrap-and-sort -t -a
34
45 -- Ondřej Nový <novy@ondrej.org> Fri, 17 Jun 2016 20:33:24 +0200
56
33 Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
44 Uploaders: Ondřej Nový <novy@ondrej.org>,
55 Build-Depends: debhelper (>= 9),
6 dh-python,
7 python-all,
8 python-setuptools,
9 python-nose,
10 python3-all,
11 python3-setuptools,
12 python3-nose,
13 python-docutils
6 dh-python,
7 python-all,
8 python-docutils,
9 python-nose,
10 python-setuptools,
11 python3-all,
12 python3-nose,
13 python3-setuptools,
1414 Standards-Version: 3.9.8
1515 Homepage: http://pythonpaste.org/deploy/
1616 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pastedeploy.git
1919
2020 Package: python-pastedeploy
2121 Architecture: all
22 Depends: ${python:Depends}, ${misc:Depends},
23 python-pastedeploy-tpl (= ${binary:Version}),
24 python-paste,
25 python-pkg-resources
26 Recommends: python-pastescript
27 Enhances: python-paste
22 Depends: python-paste,
23 python-pastedeploy-tpl (= ${binary:Version}),
24 python-pkg-resources,
25 ${misc:Depends},
26 ${python:Depends},
27 Recommends: python-pastescript,
28 Enhances: python-paste,
2829 Description: load, configure, and compose WSGI applications and servers - Python 2.x
2930 Paste Deployment is a system for finding and configuring WSGI applications and
3031 servers. For WSGI application consumers it provides a single, simple function
3738
3839 Package: python3-pastedeploy
3940 Architecture: all
40 Depends: ${python3:Depends}, ${misc:Depends},
41 python-pastedeploy-tpl (= ${binary:Version}),
42 python3-paste,
43 python3-pkg-resources
44 Enhances: python3-paste
41 Depends: python-pastedeploy-tpl (= ${binary:Version}),
42 python3-paste,
43 python3-pkg-resources,
44 ${misc:Depends},
45 ${python3:Depends},
46 Enhances: python3-paste,
4547 Description: load, configure, and compose WSGI applications and servers - Python 3.x
4648 Paste Deployment is a system for finding and configuring WSGI applications and
4749 servers. For WSGI application consumers it provides a single, simple function
5456
5557 Package: python-pastedeploy-tpl
5658 Architecture: all
57 Depends: ${misc:Depends}
58 Breaks: python-pastedeploy (<< 1.5.0-4)
59 Replaces: python-pastedeploy (<< 1.5.0-4)
59 Depends: ${misc:Depends},
60 Breaks: python-pastedeploy (<< 1.5.0-4),
61 Replaces: python-pastedeploy (<< 1.5.0-4),
6062 Description: load, configure, and compose WSGI applications and servers - templates
6163 Paste Deployment is a system for finding and configuring WSGI applications and
6264 servers. For WSGI application consumers it provides a single, simple function