]> git.ipfire.org Git - location/libloc.git/blame - debian/control
debian: build.sh: Stop printing every command that is executed
[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})
3aab0c42 33Multi-Arch: same
3da6e70c
SS
34Description: Location library
35 A library to determine the location of someone on the Internet
36
37Package: libloc-dev
38Architecture: any
39Section: libdevel
40Depends:
b22f90a0 41 libloc0 (= ${binary:Version}),
3da6e70c
SS
42 ${misc:Depends},
43Suggests:
3aab0c42 44 pkg-config
3da6e70c 45Multi-Arch: same
b22f90a0 46Description: Development files for libloc
3da6e70c
SS
47 Install this package if you wish to develop your own programs using
48 libloc.
964a251d 49
b22f90a0
MT
50Package: location
51Architecture: any
52Pre-Depends:
53 ${misc:Pre-Depends}
54Depends:
55 location-python (= ${binary:Version}),
666be302
MT
56 ${misc:Depends},
57 ${python3:Depends}
b22f90a0
MT
58Multi-Arch: same
59Description: CLI utilities for libloc
60 Commands to determine someone's location on the Internet
61
62Package: location-python
63Architecture: any
64Section: python
65Pre-Depends:
66 ${misc:Pre-Depends}
67Depends:
666be302
MT
68 ${misc:Depends},
69 ${python3:Depends},
3aab0c42
MT
70 ${shlibs:Depends}
71Multi-Arch: same
b22f90a0
MT
72Description: Python modules for libloc
73 This package contains Python bindings for libloc
74
75Package: location-perl
964a251d
MT
76Architecture: any
77Section: perl
78Depends:
79 ${misc:Depends},
80 ${perl:Depends},
81 ${shlibs:Depends}
82Multi-Arch: same
83Description: Perl bindings for libloc
b22f90a0 84 This package contains simple perl bindings for libloc