]> git.tuebingen.mpg.de Git - lopsub.git/blob - debian/control
debian: Update Standards-Version.
[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.6.2
7 Homepage: https://people.tuebingen.mpg.de/maan/lopsub
8 Vcs-Browser: https://git.tuebingen.mpg.de/lopsub.git
9 Vcs-Git: https://git.tuebingen.mpg.de/lopsub.git
10
11 Package: liblopsub1t64
12 Section: libs
13 Provides: ${t64:Provides}
14 Replaces: liblopsub1
15 Breaks: liblopsub1 (<< ${source:Version})
16 Architecture: any
17 Depends: ${shlibs:Depends}, ${misc:Depends}
18 Description: Long Option Parser for Subcommands
19  Lopsub  is  an  open  source library written in C which aims to ease
20  the task of creating, documenting and parsing the options of Unix
21  command line utilities. It is suitable for simple commands as well
22  as complex command line utilities with many subcommands where  each
23  subcommand  has its own set of options. Options and documentation are
24  kept together in a single file which can be translated to C code (to
25  be included in the application), or to a manual page.  The library
26  supports single-character short options and GNU-style long  options.
27  The public API is well documented and stable.
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.