~ubuntu-branches/ubuntu/lucid/newt/lucid

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2005-03-22 12:44:37 UTC
  • mfrom: (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050322124437-nuhl0pqjcijjno9z
Tags: 0.51.6-20ubuntu3
Add Xhosa translation (thanks, Adi Attar).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: newt
2
2
Section: devel
3
3
Priority: optional
4
 
Maintainer: Enrique Zanardi <ezanard@debian.org>
5
 
Standards-Version: 3.5.6
6
 
Build-Depends: python-dev (>= 2.1.1), python-dev (<< 2.2), sgmltools-2, slang1-dev  (>= 1.4.4-7.2), tcl8.3-dev, libpopt-dev, m4
 
4
Maintainer:  Alastair McKinstry <mckinstry@debian.org>
 
5
Standards-Version: 3.6.1.0
 
6
Build-Depends: dbs, python2.4-dev, sgmltools-lite, slang1-utf8-dev  (>= 1.4.5-3), tcl8.3-dev, libpopt-dev, debhelper (>=4.1.1), gettext, python (>= 2.4)
7
7
 
8
8
Package: libnewt-dev
9
9
Architecture: any
10
 
Section: devel
 
10
Section: libdevel
11
11
Priority: optional
12
 
Conflicts: newt0.30-dev, newt0.25-dev, libnewt-dev
13
 
Replaces: newt0.30-dev, newt0.25-dev
14
 
Depends: libnewt0 (=${Source-Version}), ${libcdev}, slang1-dev (>= 1.4.4-7.1)
 
12
Conflicts: newt0.30-dev, newt0.25-dev, libnewt-utf8-dev
 
13
Replaces: newt0.30-dev, newt0.25-dev, libnewt-utf8-dev
 
14
Depends: ${shlibs:Depends}, ${libcdev}, slang1-utf8-dev (>= 1.4.5-3), libnewt0.51 (=${Source-Version})
15
15
Description: Developer's toolkit for newt windowing library
16
16
 These are the header files and libraries for developing applications
17
17
 which use newt. Newt is a windowing toolkit for text mode, which provides
19
19
 
20
20
Package: libnewt-pic
21
21
Architecture: any
22
 
Section: devel
 
22
Section: libdevel
23
23
Priority: extra
24
 
Depends: libnewt0 (=${Source-Version}), libnewt-dev (=${Source-Version})
25
 
Description: Not Erik's Windowing Toolkit, shared library subset kit.
 
24
Depends: ${shlibs:Depends}, libnewt-dev (=${Source-Version})
 
25
Conflicts: libnewt-utf8-pic
 
26
Replaces: libnewt-utf8-pic
 
27
Description: Not Erik's Windowing Toolkit, shared library subset kit
26
28
 This is used to develop subsets of the newt shared libraries for use on
27
29
 custom installation floppies and in embedded systems. Unless you're
28
30
 making one of those, you won't need this package.
29
31
 
30
32
Package: newt-tcl
31
33
Architecture: any
32
 
Section: interpreters
33
 
Priority: optional
34
 
Depends: libnewt0 (=${Source-Version}) | libnewt-utf8-0 (=${Source-Version}), tcl8.3
35
 
Description: A newt module for Tcl.
 
34
Section:  interpreters
 
35
Priority: extra
 
36
Depends: libnewt0.51 (=${Source-Version}) , tcl8.3 | tcl8.4
 
37
Description: A newt module for Tcl
36
38
 This module allows you to build a text UI for your Tcl scripts
37
39
 using newt.
38
40
 
39
41
Package: python-newt
40
42
Architecture: any
41
 
Section: interpreters
 
43
Section: python
42
44
Priority: standard
43
 
Depends: libnewt0 (=${Source-Version}) | libnewt-utf8-0 (=${Source-Version}), python (>= 2.1), python (<< 2.2)
44
 
Description: A newt module for Python.
 
45
Depends: libnewt0.51 (=${Source-Version}) , ${python:Depends}
 
46
Description: A NEWT module for Python
45
47
 This module allows you to built a text UI for your Python scripts
46
48
 using newt.
47
49
 
48
 
Package: libnewt0
 
50
Package: libnewt0.51
49
51
Architecture: any
50
52
Section: base
51
53
Priority: standard
 
54
Replaces: libnewt-utf8, libnewt0
52
55
Depends: ${shlibs:Depends}
53
 
Conflicts: libnewt-utf8-0
54
56
Description: Not Erik's Windowing Toolkit - text mode windowing with slang
55
57
 Newt is a windowing toolkit for text mode built from the slang library.
56
58
 It allows color text mode applications to easily use stackable windows,
63
65
Architecture: any
64
66
Section: base
65
67
Priority: standard
66
 
Depends: ${whiptail:Depends}
67
 
Replaces: newt0.10, newt0.21 (<< 0.21-4)
68
 
Conflicts: whiptail-provider, whiptail-utf8
69
 
Provides: whiptail-provider
70
 
Description: Displays user-friendly dialog boxes from shell scripts.
71
 
 whiptail is a "dialog" replacement using newt instead of ncurses. It
 
68
Depends: ${shlibs:Depends}, libnewt0.51 (=${Source-Version})
 
69
Replaces: newt0.10, newt0.21 (<< 0.21-4), whiptail-utf8
 
70
Conflicts: whiptail-provider
 
71
Provides: whiptail-provider, whiptail-utf8
 
72
Description: Displays user-friendly dialog boxes from shell scripts
 
73
 Whiptail is a "dialog" replacement using newt instead of ncurses. It
72
74
 provides a method of displaying several different types of dialog boxes
73
75
 from shell scripts. This allows a developer of a script to interact with
74
76
 the user in a much friendlier manner.