File: control

package info (click to toggle)
shhopt 1.1.7-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 140 kB
  • sloc: ansic: 351; makefile: 168
file content (53 lines) | stat: -rw-r--r-- 1,420 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Source: shhopt
Section: devel
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Standards-Version: 4.5.1
Build-Depends:
 debhelper-compat (= 13),
Rules-Requires-Root: no
Homepage: https://shh.thathost.com/pub-unix/#shhopt
Vcs-Git: https://salsa.debian.org/debian/shhopt.git
Vcs-Browser: https://salsa.debian.org/debian/shhopt

Package: libshhopt1
Architecture: any
Section: libs
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Replaces:
 shhopt,
Conflicts:
 shhopt,
Description: Command line option parser - runtime
 This is Sverre H. Huseby's library for parsing command line options.
 .
 Both traditional one-character options and GNU-style --long-options
 are supported. This library does a little more than standard getopt.
 .
 This package contains what you need to run programs that use this library.

Package: libshhopt1-dev
Architecture: any
Section: libdevel
Depends:
 libc6-dev,
 libshhopt1 (= ${binary:Version}),
 ${misc:Depends},
Provides:
 libshhopt-dev,
Replaces:
 libshhopt-dev,
 shhopt-dev,
Conflicts:
 libshhopt-dev,
 shhopt-dev,
Description: Command line option parser - development
 This is Sverre H. Huseby's library for parsing command line options.
 .
 Both traditional one-character options and GNU-style --long-options
 are supported. This library does a little more than standard getopt.
 .
 This package contains what you need for compiling sources that
 use this library.