~ubuntu-branches/ubuntu/utopic/newt/utopic

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-07-01 23:06:29 UTC
  • mfrom: (2.1.23 sid)
  • Revision ID: package-import@ubuntu.com-20130701230629-vn7p5llzt03j09mv
Tags: 0.52.15-2ubuntu1
* Merge with Debian; remaining changes:
  - Fix python-* package descriptions.
  - Install/remove alternatives for the ubuntu palette.
  - Don't install python-newt example files.
  - Install whiptail in /bin instead of /usr/bin.
* Still build with tcl8.5 (8.6 is in universe).

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
Priority: optional
4
4
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5
5
XSBC-Original-Maintainer: Alastair McKinstry <mckinstry@debian.org>
6
 
Standards-Version: 3.9.3
 
6
Standards-Version: 3.9.4
7
7
Homepage: https://fedorahosted.org/newt/
8
8
Vcs-Git: git://git.fedorahosted.org/git/newt
9
 
X-Python-Version: (>= 2.5)
 
9
X-Python-Version: >= 2.5
10
10
X-Python3-Version: >= 3.2
11
 
Build-Depends: sgmltools-lite, libslang2-dev  (>=2.0.4-2), libpopt-dev, debhelper (>=8.1.3~), gettext, libfribidi-dev, tcl8.5-dev, python-all-dev (>= 2.6.6-3~), autoconf, python-all-dbg, python3-all-dev, python3-all-dbg, dh-autoreconf
 
11
Build-Depends: sgmltools-lite, libslang2-dev  (>=2.0.4-2), libpopt-dev, debhelper (>=9), gettext, libfribidi-dev, tcl8.5-dev, python-all-dev (>= 2.6.6-3~), autoconf, python-all-dbg, dh-autoreconf, python3-all-dev, python3-all-dbg
12
12
 
13
13
Package: libnewt-dev
14
14
Architecture: any
15
15
Multi-Arch: same
16
16
Section: libdevel
17
 
Priority: optional
18
17
Depends: libslang2-dev (>= 2.0.2), libnewt0.52 (=${binary:Version}), ${misc:Depends}
19
18
Description: Developer's toolkit for newt windowing library
20
19
 These are the header files and libraries for developing applications
45
44
Package: python-newt
46
45
Architecture: any
47
46
Section: python
48
 
Priority: optional
49
47
Provides: ${python:Provides}
50
48
Depends: libnewt0.52 (=${binary:Version}) , ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}
51
49
Description: NEWT module for Python
52
50
 This module allows you to build a text UI for your Python scripts
53
51
 using newt.
54
52
 
 
53
Package: python3-newt
 
54
Architecture: any
 
55
Section: python
 
56
Provides: ${python3:Provides}
 
57
Depends: libnewt0.52 (=${binary:Version}) , ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends}
 
58
Description: NEWT module for Python3
 
59
 This module allows you to build a text UI for your Python3 scripts
 
60
 using newt.
 
61
 
55
62
Package: python-newt-dbg
56
63
Architecture: any
57
64
Section: debug
63
70
 .
64
71
 This package contains the extension built for the Python debug interpreter.
65
72
 
66
 
Package: python3-newt
67
 
Architecture: any
68
 
Section: python
69
 
Priority: optional
70
 
Provides: ${python3:Provides}
71
 
Depends: libnewt0.52 (=${binary:Version}) , ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends}
72
 
Description: NEWT module for Python 3
73
 
 This module allows you to build a text UI for your Python 3 scripts
74
 
 using newt.
75
 
 
76
73
Package: python3-newt-dbg
77
74
Architecture: any
78
75
Section: debug
79
76
Priority: extra
80
77
Depends: libnewt0.52 (=${binary:Version}), python3-newt (=${binary:Version}), python3-dbg, ${misc:Depends}, ${shlibs:Depends}
81
 
Description: NEWT module for Python 3 (debug extension)
82
 
 This module allows you to build a text UI for your Python 3 scripts
 
78
Description: NEWT module for Python3 (debug extension)
 
79
 This module allows you to build a text UI for your Python3 scripts
83
80
 using newt.
84
81
 .
85
 
 This package contains the extension built for the Python debug interpreter.
 
82
 This package contains the extension built for the Python3 debug interpreter.
86
83
 
87
84
Package: libnewt0.52
88
85
Architecture: any
91
88
Depends: ${shlibs:Depends}, ${misc:Depends}
92
89
Pre-Depends: ${misc:Pre-Depends}
93
90
Recommends: libfribidi0
 
91
Multi-Arch: same
94
92
Description: Not Erik's Windowing Toolkit - text mode windowing with slang
95
93
 Newt is a windowing toolkit for text mode built from the slang library.
96
94
 It allows color text mode applications to easily use stackable windows,