RHash 1.3.5 package

Lukas Schwaighofer lukas at schwaighofer.name
Tue Feb 13 23:40:16 UTC 2018


Hi Aleksey,

On Wed, 14 Feb 2018 02:05:49 +0300
Aleksey Kravchenko <rhash.admin at gmail.com> wrote:

> I've put the updated package to mentors [2] to seek for a brave
> uploader.

Great, I checked the git repository and everything seems fine to me now!

A final comment: Debhelper has a `--remaining-packages` option.  So in
your dh_strip case you can use that in the second invocation

override_dh_strip:
	dh_strip -plibrhash0 --dbgsym-migration="(…)"
        dh_strip --remaining-packages

so dh_strip doesn't process the librhash0 package twice.  Since dh_strip
doesn't do anything on already stipped binaries it doesn't matter much
here, but it feels cleaner to do it anyways :) .

I hope someone will upload your package soon!

Regards
Lukas



More information about the Pkg-security-team mailing list