]> git.ipfire.org Git - people/ms/libloc.git/blob - debian/control
debian: Correctly define runtime dependencies for all packages
[people/ms/libloc.git] / debian / control
1 Source: libloc
2 Maintainer: Stefan Schantl <stefan.schantl@ipfire.org>
3 Section: misc
4 Priority: optional
5 Standards-Version: 4.3.0
6 Build-Depends:
7 debhelper (>= 11),
8 dh-python <!nopython>,
9 asciidoc <!nodoc>,
10 intltool (>=0.40.0),
11 libpython3-dev <!nopython>,
12 libssl-dev,
13 libsystemd-dev,
14 python3-dev:any <!nopython>,
15 pkg-config,
16 systemd,
17 xsltproc <!nodoc>,
18 docbook-xsl <!nodoc>,
19 Rules-Requires-Root: no
20 Homepage: https://location.ipfire.org/
21 Vcs-Git: https://git.ipfire.org/pub/git/location/libloc.git
22 Vcs-Browser: https://git.ipfire.org/pub/git/location/libloc.git
23
24 Package: libloc0
25 Architecture: any
26 Pre-Depends:
27 ${misc:Pre-Depends}
28 Depends:
29 ${shlibs:Depends},
30 ${misc:Depends}
31 Recommends:
32 location (= ${binary:Version})
33 Description: Location library
34 A library to determine the location of someone on the Internet
35
36 Package: libloc-dev
37 Architecture: any
38 Section: libdevel
39 Depends:
40 libloc0 (= ${binary:Version}),
41 ${misc:Depends},
42 Suggests:
43 pkg-config,
44 Multi-Arch: same
45 Description: Development files for libloc
46 Install this package if you wish to develop your own programs using
47 libloc.
48
49 Package: location
50 Architecture: any
51 Pre-Depends:
52 ${misc:Pre-Depends}
53 Depends:
54 location-python (= ${binary:Version}),
55 ${misc:Depends},
56 ${python3:Depends}
57 Multi-Arch: same
58 Description: CLI utilities for libloc
59 Commands to determine someone's location on the Internet
60
61 Package: location-python
62 Architecture: any
63 Section: python
64 Pre-Depends:
65 ${misc:Pre-Depends}
66 Depends:
67 ${misc:Depends},
68 ${python3:Depends},
69 ${shlibs:Depends},
70 Description: Python modules for libloc
71 This package contains Python bindings for libloc
72
73 Package: location-perl
74 Architecture: any
75 Section: perl
76 Depends:
77 ${misc:Depends},
78 ${perl:Depends},
79 ${shlibs:Depends}
80 Multi-Arch: same
81 Description: Perl bindings for libloc
82 This package contains simple perl bindings for libloc