]> git.ipfire.org Git - location/libloc.git/blame - debian/control
po: Update translations
[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>,
fc396bbb 19 git,
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
158c22d4 25Package: libloc1
3da6e70c
SS
26Architecture: any
27Pre-Depends:
28 ${misc:Pre-Depends}
29Depends:
3da6e70c 30 ${shlibs:Depends},
666be302 31 ${misc:Depends}
b22f90a0
MT
32Recommends:
33 location (= ${binary:Version})
3aab0c42 34Multi-Arch: same
3da6e70c
SS
35Description: Location library
36 A library to determine the location of someone on the Internet
37
38Package: libloc-dev
39Architecture: any
40Section: libdevel
41Depends:
158c22d4 42 libloc1 (= ${binary:Version}),
3da6e70c
SS
43 ${misc:Depends},
44Suggests:
3aab0c42 45 pkg-config
3da6e70c 46Multi-Arch: same
b22f90a0 47Description: Development files for libloc
3da6e70c
SS
48 Install this package if you wish to develop your own programs using
49 libloc.
964a251d 50
b22f90a0
MT
51Package: location
52Architecture: any
53Pre-Depends:
54 ${misc:Pre-Depends}
55Depends:
56 location-python (= ${binary:Version}),
666be302
MT
57 ${misc:Depends},
58 ${python3:Depends}
b22f90a0
MT
59Multi-Arch: same
60Description: CLI utilities for libloc
61 Commands to determine someone's location on the Internet
62
18775646
MT
63Package: location-importer
64Architecture: any
65Pre-Depends:
66 ${misc:Pre-Depends}
67Depends:
68 location-python (= ${binary:Version}),
69 ${misc:Depends},
70 ${python3:Depends}
71Multi-Arch: same
72Description: Tools to author location databases
73 This package contains tools that are required to build location databases
74
b22f90a0
MT
75Package: location-python
76Architecture: any
77Section: python
78Pre-Depends:
79 ${misc:Pre-Depends}
80Depends:
666be302
MT
81 ${misc:Depends},
82 ${python3:Depends},
3aab0c42
MT
83 ${shlibs:Depends}
84Multi-Arch: same
b22f90a0
MT
85Description: Python modules for libloc
86 This package contains Python bindings for libloc