]> git.ipfire.org Git - people/ms/libloc.git/blob - debian/control
Add support for packaging Debian (deb) packages
[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 libpython3-all-dev <!nopython>,
10 libsystemd-dev,
11 python3-all-dev:any <!nopython>,
12 Rules-Requires-Root: no
13 Homepage: https://location.ipfire.org/
14 Vcs-Git: https://git.ipfire.org/pub/git/location/libloc.git
15 Vcs-Browser: https://git.ipfire.org/pub/git/location/libloc.git
16
17 Package: libloc
18 Architecture: any
19 Pre-Depends:
20 ${misc:Pre-Depends}
21 Depends:
22 perl,
23 ${shlibs:Depends},
24 ${misc:Depends},
25 ${python3:Depends},
26 Multi-Arch: same
27 Description: Location library
28 A library to determine the location of someone on the Internet
29
30 Package: libloc-dev
31 Architecture: any
32 Section: libdevel
33 Depends:
34 libloc (= ${binary:Version}),
35 ${misc:Depends},
36 Suggests:
37 pkg-config,
38 Multi-Arch: same
39 Description: Development files for libloc.
40 Install this package if you wish to develop your own programs using
41 libloc.
42
43 Package: libloc-perl
44 Architecture: any
45 Section: perl
46 Depends:
47 ${misc:Depends},
48 ${perl:Depends},
49 ${shlibs:Depends}
50 Multi-Arch: same
51 Description: Perl bindings for libloc
52 This package contains simple perl bindings for libloc.