]> git.ipfire.org Git - people/ms/libloc.git/blame - debian/control
importer: Drop EDROP as it has been merged into DROP
[people/ms/libloc.git] / debian / control
CommitLineData
3da6e70c
SS
1Source: libloc
2Maintainer: Stefan Schantl <stefan.schantl@ipfire.org>
2266f8ff 3Section: net
3da6e70c 4Priority: optional
2266f8ff 5Standards-Version: 4.6.1
3da6e70c 6Build-Depends:
2266f8ff
JS
7 debhelper-compat (= 13),
8 dh-sequence-python3,
9 asciidoc,
10 intltool,
6cb093ee 11 libssl-dev,
3da6e70c 12 libsystemd-dev,
6cb093ee 13 pkg-config,
2266f8ff 14 python3-all-dev,
6cb093ee 15 systemd,
2266f8ff
JS
16 xsltproc,
17 docbook-xsl,
3da6e70c
SS
18Rules-Requires-Root: no
19Homepage: https://location.ipfire.org/
2266f8ff
JS
20Vcs-Git: https://salsa.debian.org/debian/libloc.git
21Vcs-Browser: https://salsa.debian.org/debian/libloc
22Description: 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.
3da6e70c 26
158c22d4 27Package: libloc1
3da6e70c 28Architecture: any
8e6293ca 29Section: libs
3da6e70c 30Depends:
3da6e70c 31 ${shlibs:Depends},
2266f8ff 32 ${misc:Depends},
3aab0c42 33Multi-Arch: same
2266f8ff
JS
34Description: ${source:Synopsis}
35 ${source:Extended-Description}
36 .
37 This package provides the shared library.
3da6e70c
SS
38
39Package: libloc-dev
40Architecture: any
41Section: libdevel
42Depends:
158c22d4 43 libloc1 (= ${binary:Version}),
3da6e70c 44 ${misc:Depends},
3da6e70c 45Multi-Arch: same
2266f8ff
JS
46Description: ${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.
964a251d 51
b22f90a0 52Package: location
2266f8ff 53Architecture: all
b22f90a0 54Depends:
a7aead4c 55 python3-location,
666be302 56 ${misc:Depends},
2266f8ff
JS
57 ${python3:Depends},
58Recommends:
59 libloc-database,
96e25805
JS
60Replaces: location-importer (<< 0.9.14-1~)
61Breaks: location-importer (<< 0.9.14-1~)
2266f8ff
JS
62Description: ${source:Synopsis} (CLI utilities)
63 ${source:Extended-Description}
64 .
65 This package provides CLI utilities based on libloc.
b22f90a0 66
a7aead4c 67Package: python3-location
b22f90a0
MT
68Architecture: any
69Section: python
b22f90a0 70Depends:
666be302
MT
71 ${misc:Depends},
72 ${python3:Depends},
96e25805
JS
73 ${shlibs:Depends},
74 python3-psycopg2,
2266f8ff
JS
75Replaces:
76 location-python (<< 0.9.14-1~),
77Breaks:
78 location-python (<< 0.9.14-1~),
79 location-importer (<< 0.9.14-1~),
c5c0043d 80Multi-Arch: foreign
2266f8ff
JS
81Description: ${source:Synopsis} (Python 3 bindings)
82 ${source:Extended-Description}
83 .
84 This package provides the Python 3 bindings for libloc.
a7aead4c
JS
85
86Package: location-python
87Depends: python3-location, ${misc:Depends}
88Architecture: all
89Priority: optional
90Section: oldlibs
91Description: transitional package
92 This is a transitional package. It can safely be removed.
96e25805
JS
93
94Package: location-importer
95Depends: location, ${misc:Depends}
96Architecture: all
97Priority: optional
98Section: oldlibs
99Description: transitional package
100 This is a transitional package. It can safely be removed.