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