]> git.ipfire.org Git - people/ms/libloc.git/blob - debian/control
debian: Rename main package to "location"
[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: libloc0
25 Architecture: any
26 Pre-Depends:
27 ${misc:Pre-Depends}
28 Depends:
29 perl,
30 ${shlibs:Depends},
31 ${misc:Depends},
32 ${python3:Depends},
33 Recommends:
34 location (= ${binary:Version})
35 Description: Location library
36 A library to determine the location of someone on the Internet
37
38 Package: libloc-dev
39 Architecture: any
40 Section: libdevel
41 Depends:
42 libloc0 (= ${binary:Version}),
43 ${misc:Depends},
44 Suggests:
45 pkg-config,
46 Multi-Arch: same
47 Description: Development files for libloc
48 Install this package if you wish to develop your own programs using
49 libloc.
50
51 Package: location
52 Architecture: any
53 Pre-Depends:
54 ${misc:Pre-Depends}
55 Depends:
56 location-python (= ${binary:Version}),
57 ${misc: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-python
63 Architecture: any
64 Section: python
65 Pre-Depends:
66 ${misc:Pre-Depends}
67 Depends:
68 ${shlibs:Depends},
69 ${misc:Depends}
70 Description: Python modules for libloc
71 This package contains Python bindings for libloc
72
73 Package: location-perl
74 Architecture: any
75 Section: perl
76 Depends:
77 ${misc:Depends},
78 ${perl:Depends},
79 ${shlibs:Depends}
80 Multi-Arch: same
81 Description: Perl bindings for libloc
82 This package contains simple perl bindings for libloc