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