X-Git-Url: http://git.ipfire.org/?p=people%2Fms%2Flibloc.git;a=blobdiff_plain;f=debian%2Fcontrol;h=918c0f6aef940fabe4a83c6211b2d52848663d5a;hp=09fbae796f9f1ed59eed901edad471d8bd6a4e7b;hb=HEAD;hpb=964a251df6dcad4d3e19c21e6df403b1e41a48f6 diff --git a/debian/control b/debian/control index 09fbae7..918c0f6 100644 --- a/debian/control +++ b/debian/control @@ -1,60 +1,100 @@ Source: libloc Maintainer: Stefan Schantl -Section: misc +Section: net Priority: optional -Standards-Version: 4.3.0 +Standards-Version: 4.6.1 Build-Depends: - debhelper (>= 11), - dh-python , - dh-systemd, - asciidoc , - intltool (>=0.40.0), - libpython3-dev , + debhelper-compat (= 13), + dh-sequence-python3, + asciidoc, + intltool, libssl-dev, libsystemd-dev, - python3-dev:any , pkg-config, + python3-all-dev, systemd, - xsltproc , - docbook-xsl , + xsltproc, + docbook-xsl, Rules-Requires-Root: no Homepage: https://location.ipfire.org/ -Vcs-Git: https://git.ipfire.org/pub/git/location/libloc.git -Vcs-Browser: https://git.ipfire.org/pub/git/location/libloc.git +Vcs-Git: https://salsa.debian.org/debian/libloc.git +Vcs-Browser: https://salsa.debian.org/debian/libloc +Description: IP geolocation query library + libloc is a lightweight library to query the IPFire Location database and + determine the location of someone else on the Internet based on their IP + address. -Package: libloc +Package: libloc1 Architecture: any -Pre-Depends: - ${misc:Pre-Depends} +Section: libs Depends: - perl, ${shlibs:Depends}, ${misc:Depends}, - ${python3:Depends}, Multi-Arch: same -Description: Location library - A library to determine the location of someone on the Internet +Description: ${source:Synopsis} + ${source:Extended-Description} + . + This package provides the shared library. Package: libloc-dev Architecture: any Section: libdevel Depends: - libloc (= ${binary:Version}), + libloc1 (= ${binary:Version}), ${misc:Depends}, -Suggests: - pkg-config, Multi-Arch: same -Description: Development files for libloc. - Install this package if you wish to develop your own programs using - libloc. +Description: ${source:Synopsis} (development files) + ${source:Extended-Description} + . + This package provides the headers and development files needed to use libloc + in your own programs. -Package: libloc-perl +Package: location +Architecture: all +Depends: + python3-location, + ${misc:Depends}, + ${python3:Depends}, +Recommends: + libloc-database, +Replaces: location-importer (<< 0.9.14-1~) +Breaks: location-importer (<< 0.9.14-1~) +Description: ${source:Synopsis} (CLI utilities) + ${source:Extended-Description} + . + This package provides CLI utilities based on libloc. + +Package: python3-location Architecture: any -Section: perl +Section: python Depends: ${misc:Depends}, - ${perl:Depends}, - ${shlibs:Depends} -Multi-Arch: same -Description: Perl bindings for libloc - This package contains simple perl bindings for libloc. + ${python3:Depends}, + ${shlibs:Depends}, + python3-psycopg2, +Replaces: + location-python (<< 0.9.14-1~), +Breaks: + location-python (<< 0.9.14-1~), + location-importer (<< 0.9.14-1~), +Multi-Arch: foreign +Description: ${source:Synopsis} (Python 3 bindings) + ${source:Extended-Description} + . + This package provides the Python 3 bindings for libloc. + +Package: location-python +Depends: python3-location, ${misc:Depends} +Architecture: all +Priority: optional +Section: oldlibs +Description: transitional package + This is a transitional package. It can safely be removed. + +Package: location-importer +Depends: location, ${misc:Depends} +Architecture: all +Priority: optional +Section: oldlibs +Description: transitional package + This is a transitional package. It can safely be removed.