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