]> git.ipfire.org Git - location/libloc.git/blame - debian/control
Merge location-importer into location package
[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:
a7aead4c 57 python3-location,
666be302
MT
58 ${misc:Depends},
59 ${python3:Depends}
96e25805
JS
60Replaces: location-importer (<< 0.9.14-1~)
61Breaks: location-importer (<< 0.9.14-1~)
b22f90a0
MT
62Multi-Arch: same
63Description: CLI utilities for libloc
64 Commands to determine someone's location on the Internet
65
a7aead4c 66Package: python3-location
b22f90a0
MT
67Architecture: any
68Section: python
69Pre-Depends:
70 ${misc:Pre-Depends}
71Depends:
666be302
MT
72 ${misc:Depends},
73 ${python3:Depends},
96e25805
JS
74 ${shlibs:Depends},
75 python3-psycopg2,
a7aead4c 76Replaces: location-python (<< 0.9.14-1~)
96e25805 77Breaks: location-python (<< 0.9.14-1~), location-importer (<< 0.9.14-1~)
c5c0043d 78Multi-Arch: foreign
b22f90a0
MT
79Description: Python modules for libloc
80 This package contains Python bindings for libloc
a7aead4c
JS
81
82Package: location-python
83Depends: python3-location, ${misc:Depends}
84Architecture: all
85Priority: optional
86Section: oldlibs
87Description: transitional package
88 This is a transitional package. It can safely be removed.
96e25805
JS
89
90Package: location-importer
91Depends: location, ${misc:Depends}
92Architecture: all
93Priority: optional
94Section: oldlibs
95Description: transitional package
96 This is a transitional package. It can safely be removed.