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