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