]> git.tuebingen.mpg.de Git - lopsub.git/blob - debian/control
debian: Final version of 64-bit time_t transition.
[lopsub.git] / debian / control
1 Source: liblopsub
2 Section: libdevel
3 Priority: optional
4 Maintainer: Andre Noll <maan@tuebingen.mpg.de>
5 Build-Depends: dpkg-dev (>= 1.22.5), m4, flex, debhelper (>= 10.0)
6 Standards-Version: 4.3.0
7 Homepage: http://people.tuebingen.mpg.de/maan/lopsub
8 Vcs-Browser: http://git.tuebingen.mpg.de/lopsub.git
9 Vcs-Git: git://git.tuebingen.mpg.de/lopsub.git
10
11 Package: liblopsub1t64
12 Provides: ${t64:Provides}
13 Replaces: liblopsub1
14 Breaks: liblopsub1 (<< ${source:Version})
15 Architecture: any
16 Depends: ${shlibs:Depends}, ${misc:Depends}
17 Description: Long Option Parser for Subcommands
18  Lopsub  is  an  open  source library written in C which aims to ease
19  the task of creating, documenting and parsing the options of Unix
20  command line utilities. It is suitable for simple commands as well
21  as complex command line utilities with many subcommands where  each
22  subcommand  has its own set of options. Options and documentation are
23  kept together in a single file which can be translated to C code (to
24  be included in the application), or to a manual page.  The library
25  supports single-character short options and GNU-style long  options.
26  The public API is well documented and stable.
27 Homepage: http://people.tuebingen.mpg.de/maan/lopsub
28
29 Package: liblopsub-dev
30 Architecture: any
31 Depends: ${shlibs:Depends}, liblopsub1t64 (= ${binary:Version}), ${misc:Depends}
32 Description: Long Option Parser for Subcommand - headers
33  Lopsub  is  an  open  source library written in C which aims to ease
34  the task of creating, documenting and parsing the options of Unix
35  command line utilities. It is suitable for simple commands as well
36  as complex command line utilities with many subcommands where  each
37  subcommand  has its own set of options. Options and documentation are
38  kept together in a single file which can be translated to C code (to
39  be included in the application), or to a manual page.  The library
40  supports single-character short options and GNU-style long  options.
41  The public API is well documented and stable.
42  This package contains the development environment for the lopsub library.