diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/debian/control b/debian/control index c290f6e..260aed1 100644 --- a/debian/control +++ b/debian/control @@ -3,14 +3,17 @@ Section: net Priority: optional Homepage: https://www.maxmind.com/ Maintainer: Patrick Matthäi <pmatthaei@debian.org> -Build-Depends: debhelper-compat (= 13), +Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13), chrpath, zlib1g-dev, libtool Rules-Requires-Root: no Standards-Version: 4.6.2 -Package: libgeoip1 +Package: libgeoip1t64 +Provides: ${t64:Provides} +Replaces: libgeoip1 +Breaks: libgeoip1 (<< ${source:Version}) Section: libs Architecture: any Pre-Depends: ${misc:Pre-Depends} @@ -32,7 +35,7 @@ Package: libgeoip-dev Section: libdevel Architecture: any Depends: ${misc:Depends}, - libgeoip1 (= ${binary:Version}), + libgeoip1t64 (= ${binary:Version}), geoip-bin (= ${binary:Version}) Description: Development files for the GeoIP library GeoIP is a C library that enables the user to find the country that any @@ -48,7 +51,7 @@ Architecture: any Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends}, ${shlibs:Depends} -Replaces: libgeoip1 (<= 1.4.4.dfsg-2) +Replaces: libgeoip1t64 (<= 1.4.4.dfsg-2) Multi-Arch: foreign Description: IP lookup command line tools that use the GeoIP library GeoIP is a C library that enables the user to find the country that any |