Control: tags -1 patch
Please find a patch attached.
diff -Nru isochron-0.9/debian/changelog isochron-0.9/debian/changelog --- isochron-0.9/debian/changelog 2025-03-03 08:49:04.000000000 +0100 +++ isochron-0.9/debian/changelog 2026-08-29 17:12:15.000000000 +0200 @@ -1,3 +1,10 @@ +isochron (0.9-0.3) unstable; urgency=medium + + * Non-maintainer upload + * Override -Werror (Closes: #1145450) + + -- Bastian Germann <[email protected]> Sat, 29 Aug 2026 17:12:15 +0200 + isochron (0.9-0.2) unstable; urgency=medium * Non-maintainer upload diff -Nru isochron-0.9/debian/rules isochron-0.9/debian/rules --- isochron-0.9/debian/rules 2022-05-19 21:18:43.000000000 +0200 +++ isochron-0.9/debian/rules 2026-08-29 17:12:08.000000000 +0200 @@ -2,6 +2,7 @@ DPKG_EXPORT_BUILDFLAGS = 1 export DEB_BUILD_MAINT_OPTIONS = hardening=+all +export DEB_CFLAGS_MAINT_APPEND = -Wno-error include /usr/share/dpkg/default.mk export DH_VERBOSE = 1

