File: control

package info (click to toggle)
python-releases 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 248 kB
  • ctags: 128
  • sloc: python: 768; makefile: 11
file content (96 lines) | stat: -rw-r--r-- 4,208 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
Source: python-releases
Section: python
Priority: optional
Maintainer: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all,
               python-setuptools,
               python-sphinx (>= 1.3.1-3~),
               python-sphinx-rtd-theme (>= 0.1.8-2~),
               python3-all,
               python3-setuptools
Standards-Version: 3.9.6
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.2
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-releases.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-releases.git
Homepage: https://github.com/bitprophet/releases

Package: python-releases
Architecture: all
Depends: python-docutils, ${misc:Depends}, ${python:Depends}
Enhances: python-sphinx
Suggests: python-releases-doc
Description: Sphinx extension for changelog manipulation (Python 2)
 Releases is a Sphinx extension designed to help you keep a source control
 friendly, merge friendly changelog file & turn it into useful, human readable
 HTML output.
 .
 Specifically:
 .
   * The source format (kept in your Sphinx tree as ``changelog.rst``) is a
     stream-like timeline that plays well with source control & only requires
     one entry per change (even for changes that exist in multiple release
     lines).
   * The output (when you have the extension installed and run your Sphinx
     build command) is a traditional looking changelog page with a section for
     every release; multi-release issues are copied automatically into each
     release.
   * By default, feature and support issues are only displayed under feature
     releases, and bugs are only displayed under bugfix releases. This can be
     overridden on a per-issue basis.
 .
 This package contains the python2.x version of the library

Package: python3-releases
Architecture: all
Depends: python3-docutils, ${misc:Depends}, ${python3:Depends}
Enhances: python3-sphinx
Suggests: python-releases-doc
Description: Sphinx extension for changelog manipulation (Python 3)
 Releases is a Sphinx extension designed to help you keep a source control
 friendly, merge friendly changelog file & turn it into useful, human readable
 HTML output.
 .
 Specifically:
 .
   * The source format (kept in your Sphinx tree as ``changelog.rst``) is a
     stream-like timeline that plays well with source control & only requires
     one entry per change (even for changes that exist in multiple release
     lines).
   * The output (when you have the extension installed and run your Sphinx
     build command) is a traditional looking changelog page with a section for
     every release; multi-release issues are copied automatically into each
     release.
   * By default, feature and support issues are only displayed under feature
     releases, and bugs are only displayed under bugfix releases. This can be
     overridden on a per-issue basis.
 .
 This package contains the python3.x version of the library

Package: python-releases-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: Sphinx extension for changelog manipulation documentation
 Releases is a Sphinx extension designed to help you keep a source control
 friendly, merge friendly changelog file & turn it into useful, human readable
 HTML output.
 .
 Specifically:
 .
   * The source format (kept in your Sphinx tree as ``changelog.rst``) is a
     stream-like timeline that plays well with source control & only requires
     one entry per change (even for changes that exist in multiple release
     lines).
   * The output (when you have the extension installed and run your Sphinx
     build command) is a traditional looking changelog page with a section for
     every release; multi-release issues are copied automatically into each
     release.
   * By default, feature and support issues are only displayed under feature
     releases, and bugs are only displayed under bugfix releases. This can be
     overridden on a per-issue basis.
 .
 This package contains the documentation for releases.