Source: librnd 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 librnd-4.1.1/debian/changelog librnd-4.1.1/debian/changelog --- librnd-4.1.1/debian/changelog 2024-01-13 09:12:54.000000000 +0000 +++ librnd-4.1.1/debian/changelog 2024-02-28 17:20:34.000000000 +0000 @@ -1,3 +1,10 @@ +librnd (4.1.1-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Rename libraries for 64-bit time_t transition. Closes: #1062610 + + -- Benjamin Drung <bdr...@debian.org> Wed, 28 Feb 2024 17:20:34 +0000 + librnd (4.1.1-1) unstable; urgency=medium * new upstream version diff -Nru librnd-4.1.1/debian/control librnd-4.1.1/debian/control --- librnd-4.1.1/debian/control 2024-01-13 09:12:54.000000000 +0000 +++ librnd-4.1.1/debian/control 2024-02-28 17:20:34.000000000 +0000 @@ -3,13 +3,16 @@ Priority: optional Maintainer: Debian Electronics Team <pkg-electronics-de...@lists.alioth.debian.org> Uploaders: Bdale Garbee <bd...@gag.com> -Build-Depends: debhelper (>= 11), imagemagick, libgd-dev, libmotif-dev, libstroke0-dev, libgenht1-dev, libfungw-dev, libgtk-4-dev, libepoxy-dev, libglu1-mesa-dev | libglu-dev +Build-Depends: dpkg-dev (>= 1.22.5), debhelper (>= 11), imagemagick, libgd-dev, libmotif-dev, libstroke0-dev, libgenht1-dev, libfungw-dev, libgtk-4-dev, libepoxy-dev, libglu1-mesa-dev | libglu-dev Standards-Version: 4.5.1 Homepage: http://repo.hu/projects/librnd Vcs-Git: https://salsa.debian.org/electronics-team/librnd.git Vcs-Browser: https://salsa.debian.org/electronics-team/librnd -Package: librnd4 +Package: librnd4t64 +Provides: ${t64:Provides} +Replaces: librnd4 +Breaks: librnd4 (<< ${source:Version}) Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Description: Ringdove 2D CAD library framework @@ -31,7 +34,7 @@ Package: librnd4-dev Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends}, librnd4 (= ${binary:Version}), libgenht1-dev, libfungw-dev +Depends: ${misc:Depends}, ${shlibs:Depends}, librnd4t64 (= ${binary:Version}), libgenht1-dev, libfungw-dev Provides: librnd-dev (= ${binary:Version}) Conflicts: librnd3-dev Replaces: librnd-dev (<< 4.0.0-1) @@ -47,7 +50,7 @@ Package: librnd4-cloud Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends}, librnd4 (= ${binary:Version}) +Depends: ${misc:Depends}, ${shlibs:Depends}, librnd4t64 (= ${binary:Version}) Description: Networking plugins for accessing remote resources. Support library plugin for 'cloud' footprint/symbol access plugin that integrates remote, web access resources like edakrill or @@ -55,34 +58,34 @@ Package: librnd4-lib-gui Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends}, librnd4 (= ${binary:Version}) +Depends: ${misc:Depends}, ${shlibs:Depends}, librnd4t64 (= ${binary:Version}) Description: Support library for building the GUI. Provides librnd specific dialog boxes (e.g. fontsel) and top window GUI elements. Package: librnd4-pixmap Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends}, librnd4 (= ${binary:Version}) +Depends: ${misc:Depends}, ${shlibs:Depends}, librnd4t64 (= ${binary:Version}) Description: Import and export pixmap images. Low level support for png/jpeg/gif export plugins, low level import pixmap objects using libgd. Package: librnd4-hid-lesstif Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends}, librnd4 (= ${binary:Version}), librnd4-lib-gui (= ${binary:Version}) +Depends: ${misc:Depends}, ${shlibs:Depends}, librnd4t64 (= ${binary:Version}), librnd4-lib-gui (= ${binary:Version}) Description: GUI: motif/lesstif, software render Lightweight GUI and software rendering using the motif (lesstif) toolkit. Package: librnd4-lib-gl Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends}, librnd4 (= ${binary:Version}) +Depends: ${misc:Depends}, ${shlibs:Depends}, librnd4t64 (= ${binary:Version}) Description: Support library for rendering with opengl. Provides plugins for driving an opengl output, rendering the drawing on opengl. Package: librnd4-hid-gtk4-gl Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends}, librnd4 (= ${binary:Version}), librnd4-lib-gui (= ${binary:Version}), librnd4-lib-gl (= ${binary:Version}) +Depends: ${misc:Depends}, ${shlibs:Depends}, librnd4t64 (= ${binary:Version}), librnd4-lib-gui (= ${binary:Version}), librnd4-lib-gl (= ${binary:Version}) Description: GUI: gtk4, opengl Hardware accelerated (opengl) rendering on gtk4. diff -Nru librnd-4.1.1/debian/librnd4.install librnd-4.1.1/debian/librnd4.install --- librnd-4.1.1/debian/librnd4.install 2024-01-13 09:12:54.000000000 +0000 +++ librnd-4.1.1/debian/librnd4.install 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -/usr/lib/*.so.* diff -Nru librnd-4.1.1/debian/librnd4.lintian-overrides librnd-4.1.1/debian/librnd4.lintian-overrides --- librnd-4.1.1/debian/librnd4.lintian-overrides 2024-01-13 09:12:54.000000000 +0000 +++ librnd-4.1.1/debian/librnd4.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -librnd4: package-name-doesnt-match-sonames librnd-3rd4 librnd-core4 librnd-font2-4 librnd-font4 librnd-hid4 librnd-poly4 diff -Nru librnd-4.1.1/debian/librnd4t64.install librnd-4.1.1/debian/librnd4t64.install --- librnd-4.1.1/debian/librnd4t64.install 1970-01-01 00:00:00.000000000 +0000 +++ librnd-4.1.1/debian/librnd4t64.install 2024-01-13 09:12:54.000000000 +0000 @@ -0,0 +1 @@ +/usr/lib/*.so.* diff -Nru librnd-4.1.1/debian/librnd4t64.lintian-overrides librnd-4.1.1/debian/librnd4t64.lintian-overrides --- librnd-4.1.1/debian/librnd4t64.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ librnd-4.1.1/debian/librnd4t64.lintian-overrides 2024-02-28 17:20:22.000000000 +0000 @@ -0,0 +1,2 @@ +librnd4t64: package-name-doesnt-match-sonames librnd-3rd4 librnd-core4 librnd-font2-4 librnd-font4 librnd-hid4 librnd-poly4 +librnd4t64: package-name-doesnt-match-sonames librnd4