diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/debian/control b/debian/control index 2cbc027..8bc0fd1 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Maintainer: Progress Linux Maintainers <maintainers@lists.progress-linux.org> XSBC-Uploaders: Daniel Baumann <daniel.baumann@progress-linux.org> XSBC-Original-Maintainer: Patrick Matthäi <pmatthaei@debian.org> Bugs: mailto:maintainers@lists.progress-linux.org -Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13), +Build-Depends: debhelper-compat (= 13), chrpath, zlib1g-dev, libtool @@ -15,10 +15,7 @@ Standards-Version: 4.6.2 Vcs-Browser: https://git.progress-linux.org/packages/graograman-backports/geoip Vcs-Git: https://git.progress-linux.org/packages/graograman-backports/geoip -Package: libgeoip1t64 -Provides: ${t64:Provides} -Replaces: libgeoip1 -Breaks: libgeoip1 (<< ${source:Version}) +Package: libgeoip1 Section: libs Architecture: any Pre-Depends: ${misc:Pre-Depends} @@ -40,7 +37,7 @@ Package: libgeoip-dev Section: libdevel Architecture: any Depends: ${misc:Depends}, - libgeoip1t64 (= ${binary:Version}), + libgeoip1 (= ${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 @@ -56,7 +53,7 @@ Architecture: any Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends}, ${shlibs:Depends} -Replaces: libgeoip1t64 (<= 1.4.4.dfsg-2) +Replaces: libgeoip1 (<= 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 |