Greetings, I prepared a fix to address bug #985284[1] which I accidentally caused in hyphy packages. Changes are available on Salsa for review; note they are in the branch bullseye-bug-985284[2] instead of master, at the moment.
[1]: https://bugs.debian.org/985284 [2]: https://salsa.debian.org/med-team/hyphy/-/tree/bullseye-bug-985284 The fix should be brought by hyphy 2.5.28+dfsg-3 under the corresponding git tag, and should correspond to the debdiff in attachment. Careful: hyphy 2.5.29 is present in the main branch, but has not made it to unstable yet, and a software upgrade would not have been welcome this late in the freeze. Thankfully this has been caught before any upload made it through. I intend tomorrow to git revert my misplaced changes to the main branch, and then merge the bullseye-bug-985284. Please could you consider reviewing changes, and upload or grant dm permission, as you feel would be the most appropriate ? Kind Regards, -- Étienne Mollier <[email protected]> Fingerprint: 8f91 b227 c7d6 f2b1 948c 8236 793c f67e 8f0d 11da Sent from /dev/pts/2, please excuse my verbosity.
diff -Nru hyphy-2.5.28+dfsg/debian/changelog hyphy-2.5.28+dfsg/debian/changelog --- hyphy-2.5.28+dfsg/debian/changelog 2021-02-20 10:57:19.000000000 +0100 +++ hyphy-2.5.28+dfsg/debian/changelog 2021-03-16 21:52:00.000000000 +0100 @@ -1,3 +1,10 @@ +hyphy (2.5.28+dfsg-3) unstable; urgency=medium + + * d/*.maintscript: handle symbolic link removal in hyphy 2.5.18+dfsg-1. + Closes: #985284 + + -- Étienne Mollier <[email protected]> Tue, 16 Mar 2021 21:52:00 +0100 + hyphy (2.5.28+dfsg-2) unstable; urgency=medium * Team upload. diff -Nru hyphy-2.5.28+dfsg/debian/hyphy-common.maintscript hyphy-2.5.28+dfsg/debian/hyphy-common.maintscript --- hyphy-2.5.28+dfsg/debian/hyphy-common.maintscript 1970-01-01 01:00:00.000000000 +0100 +++ hyphy-2.5.28+dfsg/debian/hyphy-common.maintscript 2021-03-16 21:36:19.000000000 +0100 @@ -0,0 +1 @@ +symlink_to_dir /usr/lib/hyphy ../share/hyphy 2.5.28+dfsg-3~ hyphy-common diff -Nru hyphy-2.5.28+dfsg/debian/hyphy-mpi.maintscript hyphy-2.5.28+dfsg/debian/hyphy-mpi.maintscript --- hyphy-2.5.28+dfsg/debian/hyphy-mpi.maintscript 1970-01-01 01:00:00.000000000 +0100 +++ hyphy-2.5.28+dfsg/debian/hyphy-mpi.maintscript 2021-03-16 21:36:57.000000000 +0100 @@ -0,0 +1 @@ +symlink_to_dir /usr/lib/hyphy ../share/hyphy 2.5.28+dfsg-3~ hyphy-common diff -Nru hyphy-2.5.28+dfsg/debian/hyphy-pt.maintscript hyphy-2.5.28+dfsg/debian/hyphy-pt.maintscript --- hyphy-2.5.28+dfsg/debian/hyphy-pt.maintscript 1970-01-01 01:00:00.000000000 +0100 +++ hyphy-2.5.28+dfsg/debian/hyphy-pt.maintscript 2021-03-16 21:36:53.000000000 +0100 @@ -0,0 +1 @@ +symlink_to_dir /usr/lib/hyphy ../share/hyphy 2.5.28+dfsg-3~ hyphy-common

