Package: release.debian.org Severity: normal User: [email protected] Usertags: unblock
Dear Release Team. Please unblock package zmat. The version currently in unstable fixes RC bug #985515. The debdiff is attached. unblock zmat/0.9.8+ds-3 Thanks, -- ⢀⣴⠾⠻⢶⣦⠀ Sébastien Villemot ⣾⠁⢠⠒⠀⣿⡁ Debian Developer ⢿⡄⠘⠷⠚⠋⠀ https://sebastien.villemot.name ⠈⠳⣄⠀⠀⠀⠀ https://www.debian.org
diff -Nru zmat-0.9.8+ds/debian/changelog zmat-0.9.8+ds/debian/changelog --- zmat-0.9.8+ds/debian/changelog 2020-11-13 19:32:24.000000000 +0100 +++ zmat-0.9.8+ds/debian/changelog 2021-03-29 17:58:31.000000000 +0200 @@ -1,3 +1,10 @@ +zmat (0.9.8+ds-3) unstable; urgency=medium + + * Team upload + * Fix libzmat.so symlink (Closes: #985515) + + -- Sébastien Villemot <[email protected]> Mon, 29 Mar 2021 17:58:31 +0200 + zmat (0.9.8+ds-2) unstable; urgency=medium * Team upload diff -Nru zmat-0.9.8+ds/debian/rules zmat-0.9.8+ds/debian/rules --- zmat-0.9.8+ds/debian/rules 2020-11-13 19:32:24.000000000 +0100 +++ zmat-0.9.8+ds/debian/rules 2021-03-29 17:56:24.000000000 +0200 @@ -35,7 +35,7 @@ install -d debian/libzmat1-dev/usr/lib/$$arch; \ mv lib/libzmat.so debian/libzmat1/usr/lib/$$arch/libzmat.so.1; \ mv lib/libzmat.a debian/libzmat1/usr/lib/$$arch/libzmat.a; \ - ln -sf debian/libzmat1/usr/lib/$$arch/libzmat.so.1 debian/libzmat1-dev/usr/lib/$$arch/libzmat.so + ln -sf libzmat.so.1 debian/libzmat1-dev/usr/lib/$$arch/libzmat.so chmod -x zipmat.mex dh_install -poctave-zmat zipmat.mex $(OCTDIR)/zmat

