Control: tags -1 moreinfo On 2025-07-12 10:35:40 +0200, Arnaud Ferraris wrote: > Package: release.debian.org > Severity: normal > X-Debbugs-Cc: [email protected], [email protected] > Control: affects -1 + src:libdng > User: [email protected] > Usertags: unblock > > Please unblock package libdng > > [ Reason ] > Fixes RC bug #1106598
The bug reads as if libtiff broke its ABI. A rebuild of libdng is hence the wrong solution. Can you shed some light on the cause of the crash that was reported as #1106598? Cheers > > [ Impact ] > None other than fixing the above bug > > [ Tests ] > Verified the resulting package no longer causes the crash reported in the > above > issue. > > [ Risks ] > None that I can think of (no code change) > > [ Checklist ] > [x] all changes are documented in the d/changelog > [x] I reviewed all changes and I approve them > [x] attach debdiff against the package in testing > diff -Nru libdng-0.2.1/debian/changelog libdng-0.2.1/debian/changelog > --- libdng-0.2.1/debian/changelog 2025-01-07 18:06:10.000000000 +0100 > +++ libdng-0.2.1/debian/changelog 2025-07-11 14:10:03.000000000 +0200 > @@ -1,3 +1,10 @@ > +libdng (0.2.1-2) unstable; urgency=medium > + > + * d/control: update minimum libtiff version. > + Also bump `Standards-Version` as no change is required. (Closes: > #1106598) > + > + -- Arnaud Ferraris <[email protected]> Fri, 11 Jul 2025 14:10:03 +0200 > + > libdng (0.2.1-1) unstable; urgency=medium > > * Initial Debian release (Closes: #1092358) > diff -Nru libdng-0.2.1/debian/control libdng-0.2.1/debian/control > --- libdng-0.2.1/debian/control 2025-01-07 18:06:10.000000000 +0100 > +++ libdng-0.2.1/debian/control 2025-07-11 14:10:03.000000000 +0200 > @@ -5,11 +5,11 @@ > Uploaders: Arnaud Ferraris <[email protected]> > Build-Depends: > debhelper-compat (= 13), > - libtiff-dev (>= 4.2.0), > + libtiff-dev (>= 4.7.0), > meson, > pkgconf, > scdoc, > -Standards-Version: 4.7.0 > +Standards-Version: 4.7.2 > Homepage: https://gitlab.com/megapixels-org/libdng > Vcs-Browser: https://salsa.debian.org/DebianOnMobile-team/libdng > Vcs-Git: https://salsa.debian.org/DebianOnMobile-team/libdng.git -- Sebastian Ramacher

