Source: npth
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 npth-1.6/debian/changelog npth-1.6/debian/changelog
--- npth-1.6/debian/changelog   2020-10-18 03:16:57.000000000 +0000
+++ npth-1.6/debian/changelog   2024-02-28 23:58:06.000000000 +0000
@@ -1,3 +1,10 @@
+npth (1.6-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1063208
+
+ -- Benjamin Drung <bdr...@debian.org>  Wed, 28 Feb 2024 23:58:06 +0000
+
 npth (1.6-3) unstable; urgency=medium
 
   [ Debian Janitor ]
diff -Nru npth-1.6/debian/control npth-1.6/debian/control
--- npth-1.6/debian/control     2020-10-18 03:16:57.000000000 +0000
+++ npth-1.6/debian/control     2024-02-28 23:58:06.000000000 +0000
@@ -2,7 +2,7 @@
 Section: libdevel
 Priority: optional
 Maintainer: Eric Dorland <e...@debian.org>
-Build-Depends: debhelper-compat (= 12)
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 12)
 Build-Depends-Indep: mingw-w64
 Standards-Version: 4.5.0.3
 Rules-Requires-Root: no
@@ -12,10 +12,10 @@
 
 Package: libnpth0-dev
 Architecture: any
-Depends: libnpth0 (= ${binary:Version}), ${misc:Depends}
+Depends: libnpth0t64 (= ${binary:Version}), ${misc:Depends}
 Provides: libnpth-dev
 Conflicts: libnpth-dev
-Description: headers for libnpth0
+Description: headers for libnpth0t64
  nPth is a non-preemptive threads implementation using an API very
  similar to the one known from GNU Pth. It has been designed as a
  replacement of GNU Pth for non-ancient operating systems. In
@@ -25,7 +25,10 @@
  .
  This package contains the headers and static libraries for libnpth0.
 
-Package: libnpth0
+Package: libnpth0t64
+Provides: ${t64:Provides}
+Replaces: libnpth0
+Breaks: libnpth0 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
diff -Nru npth-1.6/debian/libnpth0.install npth-1.6/debian/libnpth0.install
--- npth-1.6/debian/libnpth0.install    2020-10-18 03:16:57.000000000 +0000
+++ npth-1.6/debian/libnpth0.install    1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-debian/tmp/usr/lib/*/*.so.*
diff -Nru npth-1.6/debian/libnpth0.symbols npth-1.6/debian/libnpth0.symbols
--- npth-1.6/debian/libnpth0.symbols    2020-10-18 03:16:57.000000000 +0000
+++ npth-1.6/debian/libnpth0.symbols    1970-01-01 00:00:00.000000000 +0000
@@ -1,37 +0,0 @@
-libnpth.so.0 libnpth0 #MINVER#
- NPTH_1.0@NPTH_1.0 0.90
- npth_accept@NPTH_1.0 0.90
- npth_clock_gettime@NPTH_1.0 0.90
- npth_cond_timedwait@NPTH_1.0 0.90
- npth_cond_wait@NPTH_1.0 0.90
- npth_connect@NPTH_1.0 0.90
- npth_create@NPTH_1.0 0.90
- npth_exit@NPTH_1.0 0.90
- npth_getname_np@NPTH_1.0 0.90
- npth_init@NPTH_1.0 0.90
- npth_is_protected@NPTH_1.0 1.4
- npth_join@NPTH_1.0 0.90
- npth_mutex_lock@NPTH_1.0 0.90
- npth_mutex_timedlock@NPTH_1.0 0.90
- npth_protect@NPTH_1.0 0.90
- npth_pselect@NPTH_1.0 0.90
- npth_read@NPTH_1.0 0.90
- npth_recvmsg@NPTH_1.0 0.90
- npth_rwlock_rdlock@NPTH_1.0 0.90
- npth_rwlock_timedrdlock@NPTH_1.0 0.90
- npth_rwlock_timedwrlock@NPTH_1.0 0.90
- npth_rwlock_wrlock@NPTH_1.0 0.90
- npth_select@NPTH_1.0 0.90
- npth_sendmsg@NPTH_1.0 0.90
- npth_setname_np@NPTH_1.0 0.90
- npth_sigev_add@NPTH_1.0 0.90
- npth_sigev_fini@NPTH_1.0 0.90
- npth_sigev_get_pending@NPTH_1.0 0.90
- npth_sigev_init@NPTH_1.0 0.90
- npth_sigev_sigmask@NPTH_1.0 0.90
- npth_sleep@NPTH_1.0 0.90
- npth_system@NPTH_1.0 0.90
- npth_unprotect@NPTH_1.0 0.90
- npth_usleep@NPTH_1.0 0.90
- npth_waitpid@NPTH_1.0 0.90
- npth_write@NPTH_1.0 0.90
diff -Nru npth-1.6/debian/libnpth0t64.install 
npth-1.6/debian/libnpth0t64.install
--- npth-1.6/debian/libnpth0t64.install 1970-01-01 00:00:00.000000000 +0000
+++ npth-1.6/debian/libnpth0t64.install 2020-10-18 03:16:57.000000000 +0000
@@ -0,0 +1 @@
+debian/tmp/usr/lib/*/*.so.*
diff -Nru npth-1.6/debian/libnpth0t64.lintian-overrides 
npth-1.6/debian/libnpth0t64.lintian-overrides
--- npth-1.6/debian/libnpth0t64.lintian-overrides       1970-01-01 
00:00:00.000000000 +0000
+++ npth-1.6/debian/libnpth0t64.lintian-overrides       2024-02-28 
23:57:50.000000000 +0000
@@ -0,0 +1 @@
+libnpth0t64: package-name-doesnt-match-sonames libnpth0
diff -Nru npth-1.6/debian/libnpth0t64.symbols 
npth-1.6/debian/libnpth0t64.symbols
--- npth-1.6/debian/libnpth0t64.symbols 1970-01-01 00:00:00.000000000 +0000
+++ npth-1.6/debian/libnpth0t64.symbols 2024-02-28 23:57:50.000000000 +0000
@@ -0,0 +1,37 @@
+libnpth.so.0 libnpth0t64 #MINVER#
+ NPTH_1.0@NPTH_1.0 0.90
+ npth_accept@NPTH_1.0 0.90
+ npth_clock_gettime@NPTH_1.0 0.90
+ npth_cond_timedwait@NPTH_1.0 0.90
+ npth_cond_wait@NPTH_1.0 0.90
+ npth_connect@NPTH_1.0 0.90
+ npth_create@NPTH_1.0 0.90
+ npth_exit@NPTH_1.0 0.90
+ npth_getname_np@NPTH_1.0 0.90
+ npth_init@NPTH_1.0 0.90
+ npth_is_protected@NPTH_1.0 1.4
+ npth_join@NPTH_1.0 0.90
+ npth_mutex_lock@NPTH_1.0 0.90
+ npth_mutex_timedlock@NPTH_1.0 0.90
+ npth_protect@NPTH_1.0 0.90
+ npth_pselect@NPTH_1.0 0.90
+ npth_read@NPTH_1.0 0.90
+ npth_recvmsg@NPTH_1.0 0.90
+ npth_rwlock_rdlock@NPTH_1.0 0.90
+ npth_rwlock_timedrdlock@NPTH_1.0 0.90
+ npth_rwlock_timedwrlock@NPTH_1.0 0.90
+ npth_rwlock_wrlock@NPTH_1.0 0.90
+ npth_select@NPTH_1.0 0.90
+ npth_sendmsg@NPTH_1.0 0.90
+ npth_setname_np@NPTH_1.0 0.90
+ npth_sigev_add@NPTH_1.0 0.90
+ npth_sigev_fini@NPTH_1.0 0.90
+ npth_sigev_get_pending@NPTH_1.0 0.90
+ npth_sigev_init@NPTH_1.0 0.90
+ npth_sigev_sigmask@NPTH_1.0 0.90
+ npth_sleep@NPTH_1.0 0.90
+ npth_system@NPTH_1.0 0.90
+ npth_unprotect@NPTH_1.0 0.90
+ npth_usleep@NPTH_1.0 0.90
+ npth_waitpid@NPTH_1.0 0.90
+ npth_write@NPTH_1.0 0.90

Reply via email to