]> git.ipfire.org Git - people/ms/libloc.git/blob - debian/control
Bump version to 0.9.4
[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 asciidoc <!nodoc>,
10 intltool (>=0.40.0),
11 libpython3-dev <!nopython>,
12 libssl-dev,
13 libsystemd-dev,
14 python3-dev:any <!nopython>,
15 pkg-config,
16 systemd,
17 xsltproc <!nodoc>,
18 docbook-xsl <!nodoc>,
19 Rules-Requires-Root: no
20 Homepage: https://location.ipfire.org/
21 Vcs-Git: https://git.ipfire.org/pub/git/location/libloc.git
22 Vcs-Browser: https://git.ipfire.org/pub/git/location/libloc.git
23
24 Package: libloc1
25 Architecture: any
26 Pre-Depends:
27 ${misc:Pre-Depends}
28 Depends:
29 ${shlibs:Depends},
30 ${misc:Depends}
31 Recommends:
32 location (= ${binary:Version})
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 libloc1 (= ${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.
49
50 Package: location
51 Architecture: any
52 Pre-Depends:
53 ${misc:Pre-Depends}
54 Depends:
55 location-python (= ${binary:Version}),
56 ${misc:Depends},
57 ${python3:Depends}
58 Multi-Arch: same
59 Description: CLI utilities for libloc
60 Commands to determine someone's location on the Internet
61
62 Package: location-importer
63 Architecture: any
64 Pre-Depends:
65 ${misc:Pre-Depends}
66 Depends:
67 location-python (= ${binary:Version}),
68 ${misc:Depends},
69 ${python3:Depends}
70 Multi-Arch: same
71 Description: Tools to author location databases
72 This package contains tools that are required to build location databases
73
74 Package: location-python
75 Architecture: any
76 Section: python
77 Pre-Depends:
78 ${misc:Pre-Depends}
79 Depends:
80 ${misc:Depends},
81 ${python3:Depends},
82 ${shlibs:Depends}
83 Multi-Arch: same
84 Description: Python modules for libloc
85 This package contains Python bindings for libloc