summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 18:24:43 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 18:25:03 +0000
commitd51f8ca6799ec1ecb3edeec8726aacc79f4c2275 (patch)
tree16d52611ccdd3148fd2c3d18da2e10ad1ef79094 /debian/control
parentMerging debian version 1.6.12-11.1. (diff)
downloadgeoip-d51f8ca6799ec1ecb3edeec8726aacc79f4c2275.tar.xz
geoip-d51f8ca6799ec1ecb3edeec8726aacc79f4c2275.zip
Reverting t64 migration for backports.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--debian/control11
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