File: control

package info (click to toggle)
bglibs 2.04%2Bdfsg-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,500 kB
  • sloc: ansic: 15,824; perl: 674; sh: 63; makefile: 29
file content (55 lines) | stat: -rw-r--r-- 1,790 bytes parent folder | download | duplicates (2)
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
54
55
Source: bglibs
Section: devel
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 13),
               doxygen,
               libtool,
               libtool-bin,
Homepage: https://untroubled.org/bglibs/
Vcs-Git: https://salsa.debian.org/debian/bglibs.git
Vcs-Browser: https://salsa.debian.org/debian/bglibs
Standards-Version: 4.7.0
Rules-Requires-Root: no

Package: libbg2
Architecture: any
Section: libs
Depends: ${misc:Depends}, ${shlibs:Depends}
Suggests: libbg2-dev
Description: This package contains a collection of libraries (libraries)
 written by Bruce Guenter and put in use in various packages.
 .
 The library collection is mandatory to build most of software packages
 available at http://untroubled.org.
 .
 This package contains the shared libraries of bglibs.

Package: libbg-dev
Section: libdevel
Architecture: any
Built-Using: ${misc:Built-Using}
Depends: libbg2 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}, ${perl:Depends}
Recommends: bglibs-doc
Description: This package contains a collection of libraries (development)
 written by Bruce Guenter and put in use in various packages.
 .
 The library collection is mandatory to build most of software packages
 available at http://untroubled.org.
 .
 This package contains the development files for bglibs.

Package: libbg2-doc
Section: doc
Architecture: all
Suggests: libbg2-dev
Depends: ${misc:Depends}
Conflicts: bglibs-doc
Multi-Arch: foreign
Description: This package contains a collection of libraries (documentation)
 written by Bruce Guenter and put in use in various packages.
 .
 The library collection is mandatory to build most of software packages
 available at http://untroubled.org.
 .
 This package contains the documentation for bglibs.