]> git.ipfire.org Git - people/ms/libloc.git/blob - debian/control
importer: Drop EDROP as it has been merged into DROP
[people/ms/libloc.git] / debian / control
1 Source: libloc
2 Maintainer: Stefan Schantl <stefan.schantl@ipfire.org>
3 Section: net
4 Priority: optional
5 Standards-Version: 4.6.1
6 Build-Depends:
7 debhelper-compat (= 13),
8 dh-sequence-python3,
9 asciidoc,
10 intltool,
11 libssl-dev,
12 libsystemd-dev,
13 pkg-config,
14 python3-all-dev,
15 systemd,
16 xsltproc,
17 docbook-xsl,
18 Rules-Requires-Root: no
19 Homepage: https://location.ipfire.org/
20 Vcs-Git: https://salsa.debian.org/debian/libloc.git
21 Vcs-Browser: https://salsa.debian.org/debian/libloc
22 Description: IP geolocation query library
23 libloc is a lightweight library to query the IPFire Location database and
24 determine the location of someone else on the Internet based on their IP
25 address.
26
27 Package: libloc1
28 Architecture: any
29 Section: libs
30 Depends:
31 ${shlibs:Depends},
32 ${misc:Depends},
33 Multi-Arch: same
34 Description: ${source:Synopsis}
35 ${source:Extended-Description}
36 .
37 This package provides the shared library.
38
39 Package: libloc-dev
40 Architecture: any
41 Section: libdevel
42 Depends:
43 libloc1 (= ${binary:Version}),
44 ${misc:Depends},
45 Multi-Arch: same
46 Description: ${source:Synopsis} (development files)
47 ${source:Extended-Description}
48 .
49 This package provides the headers and development files needed to use libloc
50 in your own programs.
51
52 Package: location
53 Architecture: all
54 Depends:
55 python3-location,
56 ${misc:Depends},
57 ${python3:Depends},
58 Recommends:
59 libloc-database,
60 Replaces: location-importer (<< 0.9.14-1~)
61 Breaks: location-importer (<< 0.9.14-1~)
62 Description: ${source:Synopsis} (CLI utilities)
63 ${source:Extended-Description}
64 .
65 This package provides CLI utilities based on libloc.
66
67 Package: python3-location
68 Architecture: any
69 Section: python
70 Depends:
71 ${misc:Depends},
72 ${python3:Depends},
73 ${shlibs:Depends},
74 python3-psycopg2,
75 Replaces:
76 location-python (<< 0.9.14-1~),
77 Breaks:
78 location-python (<< 0.9.14-1~),
79 location-importer (<< 0.9.14-1~),
80 Multi-Arch: foreign
81 Description: ${source:Synopsis} (Python 3 bindings)
82 ${source:Extended-Description}
83 .
84 This package provides the Python 3 bindings for libloc.
85
86 Package: location-python
87 Depends: python3-location, ${misc:Depends}
88 Architecture: all
89 Priority: optional
90 Section: oldlibs
91 Description: transitional package
92 This is a transitional package. It can safely be removed.
93
94 Package: location-importer
95 Depends: location, ${misc:Depends}
96 Architecture: all
97 Priority: optional
98 Section: oldlibs
99 Description: transitional package
100 This is a transitional package. It can safely be removed.