diff -Nru libfcgi-2.4.2/debian/changelog libfcgi-2.4.2/debian/changelog --- libfcgi-2.4.2/debian/changelog 2022-03-24 12:11:47.000000000 +0000 +++ libfcgi-2.4.2/debian/changelog 2024-02-28 11:55:50.000000000 +0000 @@ -1,14 +1,9 @@ -libfcgi (2.4.2-2build2) jammy; urgency=high +libfcgi (2.4.2-2.1) unstable; urgency=medium - * No change rebuild for ppc64el baseline bump. + * Non-maintainer upload. + * Rename libraries for 64-bit time_t transition. Closes: #1062290 - -- Julian Andres Klode Thu, 24 Mar 2022 13:11:47 +0100 - -libfcgi (2.4.2-2build1) impish; urgency=medium - - * No-change rebuild to build packages with zstd compression. - - -- Matthias Klose Thu, 07 Oct 2021 12:15:18 +0200 + -- Benjamin Drung Wed, 28 Feb 2024 11:55:50 +0000 libfcgi (2.4.2-2) unstable; urgency=medium diff -Nru libfcgi-2.4.2/debian/control libfcgi-2.4.2/debian/control --- libfcgi-2.4.2/debian/control 2022-03-24 12:11:47.000000000 +0000 +++ libfcgi-2.4.2/debian/control 2024-02-28 11:55:50.000000000 +0000 @@ -1,9 +1,8 @@ Source: libfcgi Section: libs Priority: optional -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Boris Pek -Build-Depends: debhelper-compat (= 13) +Maintainer: Boris Pek +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 @@ -13,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 @@ -23,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 @@ -42,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