diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 9 | ||||
-rw-r--r-- | debian/libpsocksxx0t64.install (renamed from debian/libpsocksxx0.install) | 0 | ||||
-rw-r--r-- | debian/libpsocksxx0t64.lintian-overrides | 1 |
4 files changed, 14 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index f84d43e..e1ba130 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +psocksxx (1.1.1-3.1) unstable; urgency=medium + + * Non-maintainer upload. + * Rename libraries for 64-bit time_t transition. Closes: #1063290 + + -- Benjamin Drung <bdrung@debian.org> Thu, 29 Feb 2024 21:18:43 +0000 + psocksxx (1.1.1-3) unstable; urgency=medium * Disable Link time optimization (Closes: #1015593): diff --git a/debian/control b/debian/control index 2bffcb8..ce92bfd 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: libs Priority: optional Maintainer: Jörg Frings-Fürst <debian@jff.email> Uploaders: Uditha Atukorala <ua@nuked.zone> -Build-Depends: +Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13), libcunit1-dev, libcppunit-dev @@ -15,7 +15,10 @@ Homepage: https://nukedzn.github.io/psocksxx Vcs-Git: git://jff.email/opt/git/psocksxx.git Vcs-Browser: https://jff.email/cgit/psocksxx.git/ -Package: libpsocksxx0 +Package: libpsocksxx0t64 +Provides: ${t64:Provides} +Replaces: libpsocksxx0 +Breaks: libpsocksxx0 (<< ${source:Version}) Architecture: any Multi-Arch: same Depends: @@ -35,7 +38,7 @@ Section: libdevel Architecture: any Multi-Arch: same Depends: - libpsocksxx0 (= ${binary:Version}), + libpsocksxx0t64 (= ${binary:Version}), ${misc:Depends} Suggests: libpsocksxx-doc Description: psocksxx is a C++ wrapper for POSIX sockets (development files) diff --git a/debian/libpsocksxx0.install b/debian/libpsocksxx0t64.install index 78794c4..78794c4 100644 --- a/debian/libpsocksxx0.install +++ b/debian/libpsocksxx0t64.install diff --git a/debian/libpsocksxx0t64.lintian-overrides b/debian/libpsocksxx0t64.lintian-overrides new file mode 100644 index 0000000..bae4734 --- /dev/null +++ b/debian/libpsocksxx0t64.lintian-overrides @@ -0,0 +1 @@ +libpsocksxx0t64: package-name-doesnt-match-sonames libpsocksxx0 |