File: control

package info (click to toggle)
python-traceback2 1.4.0-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 200 kB
  • ctags: 264
  • sloc: python: 1,017; makefile: 32
file content (58 lines) | stat: -rw-r--r-- 2,243 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
Source: python-traceback2
Section: python
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>,
Build-Depends: debhelper (>= 9),
               dh-python,
               openstack-pkg-tools,
               python-all,
               python-pbr,
               python-setuptools,
               python3-all,
               python3-pbr,
               python3-setuptools,
#Build-Depends-Indep: python-contextlib2,
#                     python-fixtures,
#                     python-linecache2,
#                     python-six,
#                     python-testtools,
#                     python-unittest2,
#                     python3-contextlib2,
#                     python3-fixtures,
#                     python3-linecache2,
#                     python3-six,
#                     python3-testtools,
#                     python3-unittest2,
Standards-Version: 3.9.6
Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-python-traceback2?h=debian%2Fnewton
Vcs-Git: https://git.openstack.org/openstack/deb-python-traceback2 -b debian/newton
Homepage: https://github.com/testing-cabal/traceback2

Package: python-traceback2
Architecture: all
Depends: ${misc:Depends},
         ${python:Depends},
Description: backports of the traceback module - Python 2.7
 This package offers a backport of the traceback package to older supported
 Pythons. Users would typically do: "import traceback2 as traceback" then use
 the module as if it was the system traceback.
 .
 In Python 2.x, unlike traceback, traceback2 creates unicode output (because it
 depends on the linecache2 module).
 .
 This package contains the Python 2.7 module.

Package: python3-traceback2
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
Description: backports of the traceback module - Python 3.x
 This package offers a backport of the traceback package to older supported
 Pythons. Users would typically do: "import traceback2 as traceback" then use
 the module as if it was the system traceback.
 .
 In Python 2.x, unlike traceback, traceback2 creates unicode output (because it
 depends on the linecache2 module).
 .
 This package contains the Python 3.x module.