]> git.ipfire.org Git - location/libloc.git/blame - debian/control
Bump version to 0.9.4
[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
158c22d4 24Package: libloc1
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:
158c22d4 41 libloc1 (= ${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
18775646
MT
62Package: location-importer
63Architecture: any
64Pre-Depends:
65 ${misc:Pre-Depends}
66Depends:
67 location-python (= ${binary:Version}),
68 ${misc:Depends},
69 ${python3:Depends}
70Multi-Arch: same
71Description: Tools to author location databases
72 This package contains tools that are required to build location databases
73
b22f90a0
MT
74Package: location-python
75Architecture: any
76Section: python
77Pre-Depends:
78 ${misc:Pre-Depends}
79Depends:
666be302
MT
80 ${misc:Depends},
81 ${python3:Depends},
3aab0c42
MT
82 ${shlibs:Depends}
83Multi-Arch: same
b22f90a0
MT
84Description: Python modules for libloc
85 This package contains Python bindings for libloc