]> git.ipfire.org Git - location/libloc.git/blame - debian/control
man: Document quiet mode switch
[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),
482eb94f 12 libpython3-dev <!nopython>,
6cb093ee 13 libssl-dev,
3da6e70c 14 libsystemd-dev,
482eb94f 15 python3-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:
3da6e70c
SS
30 ${shlibs:Depends},
31 ${misc:Depends},
32 ${python3:Depends},
33Multi-Arch: same
34Description: Location library
35 A library to determine the location of someone on the Internet
36
37Package: libloc-dev
38Architecture: any
39Section: libdevel
40Depends:
41 libloc (= ${binary:Version}),
42 ${misc:Depends},
43Suggests:
44 pkg-config,
45Multi-Arch: same
46Description: Development files for libloc.
47 Install this package if you wish to develop your own programs using
48 libloc.