summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 18:23:54 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 18:23:54 +0000
commita3f06bf0f5b136e37f67e1e08ebd7c454208b8ee (patch)
treef912a75587a05e0f13bcbb274ea6542559607d7f /debian/control
parentReleasing progress-linux version 1.6.12-11~progress7.99u1. (diff)
downloadgeoip-a3f06bf0f5b136e37f67e1e08ebd7c454208b8ee.tar.xz
geoip-a3f06bf0f5b136e37f67e1e08ebd7c454208b8ee.zip
Merging debian version 1.6.12-11.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control11
1 files changed, 7 insertions, 4 deletions
diff --git a/debian/control b/debian/control
index 8bc0fd1..2cbc027 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: debhelper-compat (= 13),
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
chrpath,
zlib1g-dev,
libtool
@@ -15,7 +15,10 @@ 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: libgeoip1
+Package: libgeoip1t64
+Provides: ${t64:Provides}
+Replaces: libgeoip1
+Breaks: libgeoip1 (<< ${source:Version})
Section: libs
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
@@ -37,7 +40,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
@@ -53,7 +56,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