Hi, Upstream has already created 2.1.8pre on github. For my backport needs, I have created salsa.debian.org repository with completely updated packaging ;-)
https://salsa.debian.org/debian/shunit2 If no major objection exists, I am going to make NMU upload this to unstable as my salvage activity. (I see over 2 years of non-activity even with a good patch.) * Packaged new upstream 2.1.8pre pre-release with completely refreshed packaging structure to cope with the recent upstream file organization and consideration to the backward compatibility and RPM compatibility. Closes: #887842 * Updated license to match upstream: LGPL2.1+ -> Apache 2.0 * debian/control: Bump Standards-Version to 4.4.1 and wrap-and-sort * debian/rules: Clean-up and test against dash, bash, ksh, mksh, and zsh. shunit2_misc_test.sh is only tested for bash. * Manpage updated based on Branden's groff version with additional content by me. Since the main contents are apparently copied from upstream documentation, this is also changed to Apache 2.0 License. Closes: #861618 * Set up salsa.debian.org repository (dgit-maint-merge approach) Osamu