Source: wget2
Dear maintainer,

Please find attached a final version of this patch for the time_t
transition.  This patch is being uploaded to unstable.

Note that this adds a versioned build-dependency on dpkg-dev, to guard
against accidental backports with a wrong ABI.

Thanks!


-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-21-generic (SMP w/16 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: unable to detect
diff -Nru wget2-2.1.0/debian/changelog wget2-2.1.0/debian/changelog
--- wget2-2.1.0/debian/changelog        2023-09-10 09:38:28.000000000 +0000
+++ wget2-2.1.0/debian/changelog        2024-03-01 12:57:32.000000000 +0000
@@ -1,3 +1,10 @@
+wget2 (2.1.0-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1063197
+
+ -- Benjamin Drung <bdr...@debian.org>  Fri, 01 Mar 2024 12:57:32 +0000
+
 wget2 (2.1.0-2) unstable; urgency=medium
 
   * debian/rules replace config.gues|sub copy with dh_update_autotools_config
diff -Nru wget2-2.1.0/debian/control wget2-2.1.0/debian/control
--- wget2-2.1.0/debian/control  2023-09-10 09:38:28.000000000 +0000
+++ wget2-2.1.0/debian/control  2024-03-01 12:57:32.000000000 +0000
@@ -1,7 +1,7 @@
 Source: wget2
 Priority: optional
 Maintainer: Noël Köthe <n...@debian.org>
-Build-Depends: debhelper-compat (=13), debhelper (>= 13), pkg-config, doxygen, 
pandoc, gettext, zlib1g-dev, liblzma-dev, libbz2-dev, libbrotli-dev, 
libpcre2-dev, libgnutls28-dev, libidn-dev, libidn2-dev, flex, libpsl-dev, 
automake, dh-strip-nondeterminism, gnulib, libnghttp2-dev, graphviz, 
libgpgme-dev, texinfo, libzstd-dev, liblz-dev
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (=13), debhelper (>= 
13), pkg-config, doxygen, pandoc, gettext, zlib1g-dev, liblzma-dev, libbz2-dev, 
libbrotli-dev, libpcre2-dev, libgnutls28-dev, libidn-dev, libidn2-dev, flex, 
libpsl-dev, automake, dh-strip-nondeterminism, gnulib, libnghttp2-dev, 
graphviz, libgpgme-dev, texinfo, libzstd-dev, liblz-dev
 Standards-Version: 4.6.1
 Section: web
 Homepage: https://gitlab.com/gnuwget/wget2
@@ -11,7 +11,7 @@
 
 Package: wget2
 Architecture: any
-Depends: libwget2 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: libwget2t64 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Recommends: ca-certificates
 Description: file and recursive website downloader
  GNU Wget is a network utility to retrieve files from the web
@@ -35,11 +35,13 @@
  .
  GNU Wget2 is the successor of GNU Wget.
 
-Package: libwget2
+Package: libwget2t64
+Provides: ${t64:Provides}
+Breaks: libwget2 (<< ${source:Version})
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Replaces: libwget0
+Replaces: libwget2, libwget0
 Description: Download library for files and recursive websites
  GNU Wget is a network utility to retrieve files from the web
  using HTTP(S) and FTP, the two most widely used internet
@@ -56,7 +58,7 @@
 Section: libdevel
 Architecture: any
 Depends: wget2 (= ${binary:Version}), ${misc:Depends}
-Description: development file for libwget2
+Description: development file for libwget2t64
  GNU Wget is a network utility to retrieve files from the web
  using HTTP(S) and FTP, the two most widely used internet
  protocols. It works non-interactively, so it will work in
diff -Nru wget2-2.1.0/debian/libwget2.dirs wget2-2.1.0/debian/libwget2.dirs
--- wget2-2.1.0/debian/libwget2.dirs    2021-01-26 16:18:33.000000000 +0000
+++ wget2-2.1.0/debian/libwget2.dirs    1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib
diff -Nru wget2-2.1.0/debian/libwget2.install 
wget2-2.1.0/debian/libwget2.install
--- wget2-2.1.0/debian/libwget2.install 2021-01-26 16:18:33.000000000 +0000
+++ wget2-2.1.0/debian/libwget2.install 1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/lib*.so.*
diff -Nru wget2-2.1.0/debian/libwget2t64.dirs 
wget2-2.1.0/debian/libwget2t64.dirs
--- wget2-2.1.0/debian/libwget2t64.dirs 1970-01-01 00:00:00.000000000 +0000
+++ wget2-2.1.0/debian/libwget2t64.dirs 2021-01-26 16:18:33.000000000 +0000
@@ -0,0 +1 @@
+usr/lib
diff -Nru wget2-2.1.0/debian/libwget2t64.install 
wget2-2.1.0/debian/libwget2t64.install
--- wget2-2.1.0/debian/libwget2t64.install      1970-01-01 00:00:00.000000000 
+0000
+++ wget2-2.1.0/debian/libwget2t64.install      2021-01-26 16:18:33.000000000 
+0000
@@ -0,0 +1 @@
+usr/lib/lib*.so.*
diff -Nru wget2-2.1.0/debian/libwget2t64.lintian-overrides 
wget2-2.1.0/debian/libwget2t64.lintian-overrides
--- wget2-2.1.0/debian/libwget2t64.lintian-overrides    1970-01-01 
00:00:00.000000000 +0000
+++ wget2-2.1.0/debian/libwget2t64.lintian-overrides    2024-03-01 
12:57:19.000000000 +0000
@@ -0,0 +1 @@
+libwget2t64: package-name-doesnt-match-sonames libwget2

Reply via email to