]> git.ipfire.org Git - people/ms/libloc.git/blob - debian/control
Revert "debian: Drop perl package"
[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 dh-systemd,
10 asciidoc <!nodoc>,
11 intltool (>=0.40.0),
12 libpython3-dev <!nopython>,
13 libssl-dev,
14 libsystemd-dev,
15 python3-dev:any <!nopython>,
16 pkg-config,
17 systemd,
18 xsltproc <!nodoc>,
19 docbook-xsl <!nodoc>,
20 Rules-Requires-Root: no
21 Homepage: https://location.ipfire.org/
22 Vcs-Git: https://git.ipfire.org/pub/git/location/libloc.git
23 Vcs-Browser: https://git.ipfire.org/pub/git/location/libloc.git
24
25 Package: libloc
26 Architecture: any
27 Pre-Depends:
28 ${misc:Pre-Depends}
29 Depends:
30 perl,
31 ${shlibs:Depends},
32 ${misc:Depends},
33 ${python3:Depends},
34 Multi-Arch: same
35 Description: Location library
36 A library to determine the location of someone on the Internet
37
38 Package: libloc-dev
39 Architecture: any
40 Section: libdevel
41 Depends:
42 libloc (= ${binary:Version}),
43 ${misc:Depends},
44 Suggests:
45 pkg-config,
46 Multi-Arch: same
47 Description: Development files for libloc.
48 Install this package if you wish to develop your own programs using
49 libloc.
50
51 Package: libloc-perl
52 Architecture: any
53 Section: perl
54 Depends:
55 ${misc:Depends},
56 ${perl:Depends},
57 ${shlibs:Depends}
58 Multi-Arch: same
59 Description: Perl bindings for libloc
60 This package contains simple perl bindings for libloc.