Source: owfs
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 owfs-3.2p4+dfsg1/debian/changelog owfs-3.2p4+dfsg1/debian/changelog
--- owfs-3.2p4+dfsg1/debian/changelog   2023-10-30 17:27:35.000000000 +0000
+++ owfs-3.2p4+dfsg1/debian/changelog   2024-03-01 12:41:12.000000000 +0000
@@ -1,3 +1,10 @@
+owfs (3.2p4+dfsg1-4.3) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1063182
+
+ -- Benjamin Drung <bdr...@debian.org>  Fri, 01 Mar 2024 12:41:12 +0000
+
 owfs (3.2p4+dfsg1-4.2) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru owfs-3.2p4+dfsg1/debian/control owfs-3.2p4+dfsg1/debian/control
--- owfs-3.2p4+dfsg1/debian/control     2023-10-30 17:26:24.000000000 +0000
+++ owfs-3.2p4+dfsg1/debian/control     2024-03-01 12:41:12.000000000 +0000
@@ -2,7 +2,7 @@
 Maintainer: Vincent Danjean <vdanj...@debian.org>
 Section: electronics
 Priority: optional
-Build-Depends: debhelper-compat (= 13),
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
                quilt,
                libfuse-dev [!hurd-i386],
                swig,
@@ -54,7 +54,10 @@
  Installing this package gets you a FUSE daemon, server arbitrates access
  to the bus from multiple client processes, small ftp and webserver.
 
-Package: libow-3.2-4
+Package: libow-3.2-4t64
+Provides: ${t64:Provides}
+Replaces: libow-3.2-4
+Breaks: libow-3.2-4 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -70,7 +73,10 @@
  This package includes the ow library that is able to talk directly to 1-wire
  buses.
 
-Package: libowcapi-3.2-4
+Package: libowcapi-3.2-4t64
+Provides: ${t64:Provides}
+Replaces: libowcapi-3.2-4
+Breaks: libowcapi-3.2-4 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -90,8 +96,8 @@
 Section: libdevel
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         libow-3.2-4 (= ${binary:Version}),
-         libowcapi-3.2-4 (= ${binary:Version})
+         libow-3.2-4t64 (= ${binary:Version}),
+         libowcapi-3.2-4t64 (= ${binary:Version})
 Multi-Arch: same
 Description: 1-Wire File System (development files)
  The 1-Wire bus is a cheap low-speed bus for devices like weather
@@ -100,7 +106,10 @@
  .
  This package includes development libraries and C header files.
 
-Package: libownet-3.2-4
+Package: libownet-3.2-4t64
+Provides: ${t64:Provides}
+Replaces: libownet-3.2-4
+Breaks: libownet-3.2-4 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -120,7 +129,7 @@
 Section: libdevel
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         libownet-3.2-4 (= ${binary:Version})
+         libownet-3.2-4t64 (= ${binary:Version})
 Multi-Arch: same
 Description: owserver protocol library (development files)
  The 1-Wire bus is a cheap low-speed bus for devices like weather
@@ -231,7 +240,10 @@
  .
  FTP daemon providing access to 1-Wire networks.
 
-Package: libow-php7
+Package: libow-php7t64
+Provides: ${t64:Provides}
+Replaces: libow-php7
+Breaks: libow-php7 (<< ${source:Version})
 Architecture: any
 Section: php
 Depends: ${shlibs:Depends},
diff -Nru owfs-3.2p4+dfsg1/debian/libow-3.2-4.install 
owfs-3.2p4+dfsg1/debian/libow-3.2-4.install
--- owfs-3.2p4+dfsg1/debian/libow-3.2-4.install 2023-10-30 17:26:24.000000000 
+0000
+++ owfs-3.2p4+dfsg1/debian/libow-3.2-4.install 1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-usr/lib/*/libow-*.so.*
diff -Nru owfs-3.2p4+dfsg1/debian/libow-3.2-4.lintian-overrides 
owfs-3.2p4+dfsg1/debian/libow-3.2-4.lintian-overrides
--- owfs-3.2p4+dfsg1/debian/libow-3.2-4.lintian-overrides       2023-10-30 
17:26:24.000000000 +0000
+++ owfs-3.2p4+dfsg1/debian/libow-3.2-4.lintian-overrides       1970-01-01 
00:00:00.000000000 +0000
@@ -1,6 +0,0 @@
-# the installed .so does not contains the last part of the soname
-# it confuses lintian
-lacks-unversioned-link-to-shared-library
-
-# as upstream changes the soname for each release, no symbol file is maintained
-no-symbols-control-file
diff -Nru owfs-3.2p4+dfsg1/debian/libow-3.2-4t64.install 
owfs-3.2p4+dfsg1/debian/libow-3.2-4t64.install
--- owfs-3.2p4+dfsg1/debian/libow-3.2-4t64.install      1970-01-01 
00:00:00.000000000 +0000
+++ owfs-3.2p4+dfsg1/debian/libow-3.2-4t64.install      2023-10-30 
17:26:24.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libow-*.so.*
diff -Nru owfs-3.2p4+dfsg1/debian/libow-3.2-4t64.lintian-overrides 
owfs-3.2p4+dfsg1/debian/libow-3.2-4t64.lintian-overrides
--- owfs-3.2p4+dfsg1/debian/libow-3.2-4t64.lintian-overrides    1970-01-01 
00:00:00.000000000 +0000
+++ owfs-3.2p4+dfsg1/debian/libow-3.2-4t64.lintian-overrides    2024-03-01 
12:41:03.000000000 +0000
@@ -0,0 +1,7 @@
+# the installed .so does not contains the last part of the soname
+# it confuses lintian
+lacks-unversioned-link-to-shared-library
+
+# as upstream changes the soname for each release, no symbol file is maintained
+no-symbols-control-file
+libow-3.2-4t64: package-name-doesnt-match-sonames libow-3.2-4
diff -Nru owfs-3.2p4+dfsg1/debian/libow-php7.install 
owfs-3.2p4+dfsg1/debian/libow-php7.install
--- owfs-3.2p4+dfsg1/debian/libow-php7.install  2023-10-30 17:26:24.000000000 
+0000
+++ owfs-3.2p4+dfsg1/debian/libow-php7.install  1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-usr/lib/php/*/libowphp.so*
diff -Nru owfs-3.2p4+dfsg1/debian/libow-php7t64.install 
owfs-3.2p4+dfsg1/debian/libow-php7t64.install
--- owfs-3.2p4+dfsg1/debian/libow-php7t64.install       1970-01-01 
00:00:00.000000000 +0000
+++ owfs-3.2p4+dfsg1/debian/libow-php7t64.install       2023-10-30 
17:26:24.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/php/*/libowphp.so*
diff -Nru owfs-3.2p4+dfsg1/debian/libow-php7t64.lintian-overrides 
owfs-3.2p4+dfsg1/debian/libow-php7t64.lintian-overrides
--- owfs-3.2p4+dfsg1/debian/libow-php7t64.lintian-overrides     1970-01-01 
00:00:00.000000000 +0000
+++ owfs-3.2p4+dfsg1/debian/libow-php7t64.lintian-overrides     2024-03-01 
12:41:03.000000000 +0000
@@ -0,0 +1 @@
+libow-php7t64: package-name-doesnt-match-sonames libow-php7
diff -Nru owfs-3.2p4+dfsg1/debian/libowcapi-3.2-4.install 
owfs-3.2p4+dfsg1/debian/libowcapi-3.2-4.install
--- owfs-3.2p4+dfsg1/debian/libowcapi-3.2-4.install     2023-10-30 
17:26:24.000000000 +0000
+++ owfs-3.2p4+dfsg1/debian/libowcapi-3.2-4.install     1970-01-01 
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libowcapi-*.so.*
diff -Nru owfs-3.2p4+dfsg1/debian/libowcapi-3.2-4.lintian-overrides 
owfs-3.2p4+dfsg1/debian/libowcapi-3.2-4.lintian-overrides
--- owfs-3.2p4+dfsg1/debian/libowcapi-3.2-4.lintian-overrides   2023-10-30 
17:26:24.000000000 +0000
+++ owfs-3.2p4+dfsg1/debian/libowcapi-3.2-4.lintian-overrides   1970-01-01 
00:00:00.000000000 +0000
@@ -1,6 +0,0 @@
-# the installed .so does not contains the last part of the soname
-# it confuses lintian
-lacks-unversioned-link-to-shared-library
-
-# as upstream changes the soname for each release, no symbol file is maintained
-no-symbols-control-file
diff -Nru owfs-3.2p4+dfsg1/debian/libowcapi-3.2-4t64.install 
owfs-3.2p4+dfsg1/debian/libowcapi-3.2-4t64.install
--- owfs-3.2p4+dfsg1/debian/libowcapi-3.2-4t64.install  1970-01-01 
00:00:00.000000000 +0000
+++ owfs-3.2p4+dfsg1/debian/libowcapi-3.2-4t64.install  2023-10-30 
17:26:24.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libowcapi-*.so.*
diff -Nru owfs-3.2p4+dfsg1/debian/libowcapi-3.2-4t64.lintian-overrides 
owfs-3.2p4+dfsg1/debian/libowcapi-3.2-4t64.lintian-overrides
--- owfs-3.2p4+dfsg1/debian/libowcapi-3.2-4t64.lintian-overrides        
1970-01-01 00:00:00.000000000 +0000
+++ owfs-3.2p4+dfsg1/debian/libowcapi-3.2-4t64.lintian-overrides        
2024-03-01 12:41:03.000000000 +0000
@@ -0,0 +1,7 @@
+# the installed .so does not contains the last part of the soname
+# it confuses lintian
+lacks-unversioned-link-to-shared-library
+
+# as upstream changes the soname for each release, no symbol file is maintained
+no-symbols-control-file
+libowcapi-3.2-4t64: package-name-doesnt-match-sonames libowcapi-3.2-4
diff -Nru owfs-3.2p4+dfsg1/debian/libownet-3.2-4.install 
owfs-3.2p4+dfsg1/debian/libownet-3.2-4.install
--- owfs-3.2p4+dfsg1/debian/libownet-3.2-4.install      2023-10-30 
17:26:24.000000000 +0000
+++ owfs-3.2p4+dfsg1/debian/libownet-3.2-4.install      1970-01-01 
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libownet-*.so.*
diff -Nru owfs-3.2p4+dfsg1/debian/libownet-3.2-4.lintian-overrides 
owfs-3.2p4+dfsg1/debian/libownet-3.2-4.lintian-overrides
--- owfs-3.2p4+dfsg1/debian/libownet-3.2-4.lintian-overrides    2023-10-30 
17:26:24.000000000 +0000
+++ owfs-3.2p4+dfsg1/debian/libownet-3.2-4.lintian-overrides    1970-01-01 
00:00:00.000000000 +0000
@@ -1,6 +0,0 @@
-# the installed .so does not contains the last part of the soname
-# it confuses lintian
-lacks-unversioned-link-to-shared-library
-
-# as upstream changes the soname for each release, no symbol file is maintained
-no-symbols-control-file
diff -Nru owfs-3.2p4+dfsg1/debian/libownet-3.2-4t64.install 
owfs-3.2p4+dfsg1/debian/libownet-3.2-4t64.install
--- owfs-3.2p4+dfsg1/debian/libownet-3.2-4t64.install   1970-01-01 
00:00:00.000000000 +0000
+++ owfs-3.2p4+dfsg1/debian/libownet-3.2-4t64.install   2023-10-30 
17:26:24.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libownet-*.so.*
diff -Nru owfs-3.2p4+dfsg1/debian/libownet-3.2-4t64.lintian-overrides 
owfs-3.2p4+dfsg1/debian/libownet-3.2-4t64.lintian-overrides
--- owfs-3.2p4+dfsg1/debian/libownet-3.2-4t64.lintian-overrides 1970-01-01 
00:00:00.000000000 +0000
+++ owfs-3.2p4+dfsg1/debian/libownet-3.2-4t64.lintian-overrides 2024-03-01 
12:41:03.000000000 +0000
@@ -0,0 +1,7 @@
+# the installed .so does not contains the last part of the soname
+# it confuses lintian
+lacks-unversioned-link-to-shared-library
+
+# as upstream changes the soname for each release, no symbol file is maintained
+no-symbols-control-file
+libownet-3.2-4t64: package-name-doesnt-match-sonames libownet-3.2-4

Reply via email to