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