]> git.ipfire.org Git - people/ms/libloc.git/blob - debian/control
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 ${shlibs:Depends},
31 ${misc:Depends},
32 ${python3:Depends},
33 Multi-Arch: same
34 Description: Location library
35 A library to determine the location of someone on the Internet
36
37 Package: libloc-dev
38 Architecture: any
39 Section: libdevel
40 Depends:
41 libloc (= ${binary:Version}),
42 ${misc:Depends},
43 Suggests:
44 pkg-config,
45 Multi-Arch: same
46 Description: Development files for libloc.
47 Install this package if you wish to develop your own programs using
48 libloc.