~ubuntu-branches/ubuntu/lucid/libcdk5/lucid

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): John Goerzen
  • Date: 2005-08-13 18:01:16 UTC
  • Revision ID: james.westby@ubuntu.com-20050813180116-7ocmcybv3cyrrc2x
Tags: 5.0.20050424-2
Call ./configure properly even if not executable.  Closes: #322977.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: libcdk5
 
2
Section: libs
 
3
Priority: optional
 
4
Maintainer: John Goerzen <jgoerzen@complete.org>
 
5
Standards-Version: 3.6.2
 
6
Build-Depends: debhelper (>= 4), libncurses5-dev, autotools-dev
 
7
 
 
8
Package: libcdk5
 
9
Architecture: any
 
10
Depends: ${shlibs:Depends}
 
11
Description: C-based curses widget library
 
12
 CDK stands for "Curses Development Kit".  CDK sits on top of the curses
 
13
 library and provides 21 ready to use widgets for rapid application
 
14
 development of text-based interfaces.  CDK delivers many of the common
 
15
 widget types required for a robust interface.  Widgets can be combined
 
16
 to create complex widgets if needed.
 
17
 .
 
18
 Home page: http://invisible-island.net/cdk/
 
19
 
 
20
Package: libcdk5-dev
 
21
Architecture: any
 
22
Section: libdevel
 
23
Depends: libcdk5 (= ${Source-Version}), libncurses5-dev
 
24
Replaces: libcdk-examples, libcdk-dev
 
25
Conflicts: libcdk-examples, libcdk-dev
 
26
Description: C-based curses widget library (development files)
 
27
 CDK stands for "Curses Development Kit".  CDK sits on top of the curses
 
28
 library and provides 21 ready to use widgets for rapid application
 
29
 development of text-based interfaces.  CDK delivers many of the common
 
30
 widget types required for a robust interface.  Widgets can be combined
 
31
 to create complex widgets if needed.
 
32
 .
 
33
 This package contains the header files and development libraries for
 
34
 the CDK library.
 
35
 .
 
36
 Home page: http://invisible-island.net/cdk/