Source: libfcgi 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 libfcgi-2.4.2/debian/changelog libfcgi-2.4.2/debian/changelog --- libfcgi-2.4.2/debian/changelog 2020-01-01 00:00:01.000000000 +0000 +++ libfcgi-2.4.2/debian/changelog 2024-02-28 11:55:50.000000000 +0000 @@ -1,3 +1,10 @@ +libfcgi (2.4.2-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Rename libraries for 64-bit time_t transition. Closes: #1062290 + + -- Benjamin Drung <[email protected]> Wed, 28 Feb 2024 11:55:50 +0000 + libfcgi (2.4.2-2) unstable; urgency=medium * Move to unstable: no changes required. diff -Nru libfcgi-2.4.2/debian/control libfcgi-2.4.2/debian/control --- libfcgi-2.4.2/debian/control 2020-01-01 00:00:01.000000000 +0000 +++ libfcgi-2.4.2/debian/control 2024-02-28 11:55:50.000000000 +0000 @@ -2,7 +2,7 @@ Section: libs Priority: optional Maintainer: Boris Pek <[email protected]> -Build-Depends: debhelper-compat (= 13) +Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13) Homepage: https://github.com/FastCGI-Archives Vcs-Git: https://github.com/tehnick/libfcgi-debian.git Vcs-Browser: https://github.com/tehnick/libfcgi-debian @@ -12,7 +12,7 @@ Package: libfcgi-dev Section: libdevel Architecture: any -Depends: libfcgi0ldbl (= ${binary:Version}), ${misc:Depends} +Depends: libfcgi0t64 (= ${binary:Version}), ${misc:Depends} Multi-Arch: same Description: header files of FastCGI FastCGI is a language independent, scalable, open extension @@ -22,13 +22,15 @@ This package contains the header files, symlinks and static libraries which are needed to develop applications based on libfcgi. -Package: libfcgi0ldbl -Provides: libfcgi +Package: libfcgi0t64 +Breaks: libfcgi0ldbl (<< ${source:Version}) +Provides: libfcgi, ${t64:Provides} +X-Time64-Compat: libfcgi0ldbl Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Recommends: libfcgi-bin (= ${binary:Version}) Conflicts: libfcgi0, libfcgi0c2 -Replaces: libfcgi0, libfcgi0c2 +Replaces: libfcgi0ldbl, libfcgi0, libfcgi0c2 Multi-Arch: same Description: shared library of FastCGI FastCGI is a language independent, scalable, open extension @@ -41,8 +43,8 @@ Section: utils Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Breaks: libfcgi0ldbl (<< 2.4.0-8.4) -Replaces: libfcgi0ldbl (<< 2.4.0-8.4) +Breaks: libfcgi0t64 (<< 2.4.0-8.4) +Replaces: libfcgi0t64 (<< 2.4.0-8.4) Multi-Arch: foreign Description: FastCGI bridge from CGI FastCGI is a language independent, scalable, open extension diff -Nru libfcgi-2.4.2/debian/libfcgi0ldbl.install libfcgi-2.4.2/debian/libfcgi0ldbl.install --- libfcgi-2.4.2/debian/libfcgi0ldbl.install 2020-01-01 00:00:01.000000000 +0000 +++ libfcgi-2.4.2/debian/libfcgi0ldbl.install 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -usr/lib/*/lib*.so.* diff -Nru libfcgi-2.4.2/debian/libfcgi0ldbl.lintian-overrides libfcgi-2.4.2/debian/libfcgi0ldbl.lintian-overrides --- libfcgi-2.4.2/debian/libfcgi0ldbl.lintian-overrides 2020-01-01 00:00:01.000000000 +0000 +++ libfcgi-2.4.2/debian/libfcgi0ldbl.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 @@ -1,6 +0,0 @@ -# There is no need to split this package to multiple ones: -libfcgi0ldbl: package-name-doesnt-match-sonames libfcgi++0 libfcgi0 - -# Active phase of library development passed long time ago. Now it is just in -# passively maintenance mode without changing of API and ABI. -libfcgi0ldbl: no-symbols-control-file usr/lib/x86_64-linux-gnu/libfcgi*.so.0.0.0 diff -Nru libfcgi-2.4.2/debian/libfcgi0t64.install libfcgi-2.4.2/debian/libfcgi0t64.install --- libfcgi-2.4.2/debian/libfcgi0t64.install 1970-01-01 00:00:00.000000000 +0000 +++ libfcgi-2.4.2/debian/libfcgi0t64.install 2020-01-01 00:00:01.000000000 +0000 @@ -0,0 +1 @@ +usr/lib/*/lib*.so.* diff -Nru libfcgi-2.4.2/debian/libfcgi0t64.lintian-overrides libfcgi-2.4.2/debian/libfcgi0t64.lintian-overrides --- libfcgi-2.4.2/debian/libfcgi0t64.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ libfcgi-2.4.2/debian/libfcgi0t64.lintian-overrides 2024-02-28 11:53:21.000000000 +0000 @@ -0,0 +1,7 @@ +# There is no need to split this package to multiple ones: +libfcgi0t64: package-name-doesnt-match-sonames libfcgi++0 libfcgi0 + +# Active phase of library development passed long time ago. Now it is just in +# passively maintenance mode without changing of API and ABI. +libfcgi0t64: no-symbols-control-file usr/lib/x86_64-linux-gnu/libfcgi*.so.0.0.0 +libfcgi0t64: package-name-doesnt-match-sonames libfcgi0ldbl

