Control: tags 828681 + pending Dear maintainer,
I've prepared an NMU for keyutils (versioned as 1.5.9-9.1) and
uploaded it to DELAYED/15. Please feel free to tell me if I
should delay it longer, remove the upload or shorten the delay :)
The diff is attached and also pushed to a h01ger/828681-NMU branch in the
collab-maint/keyutils.git repo.
--
cheers,
Holger
diff -Nru keyutils-1.5.9/debian/changelog keyutils-1.5.9/debian/changelog --- keyutils-1.5.9/debian/changelog 2016-05-01 13:13:01.000000000 +0200 +++ keyutils-1.5.9/debian/changelog 2017-09-28 14:19:16.000000000 +0200 @@ -1,3 +1,12 @@ +keyutils (1.5.9-9.1) unstable; urgency=medium + + * Non-maintainer upload. + * d/rules: + - Read SOURCE_DATE_EPOCH in UTC, thanks to Reiner Herrmann for the patch. + (Closes: #828681) + + -- Holger Levsen <[email protected]> Thu, 28 Sep 2017 14:19:16 +0200 + keyutils (1.5.9-9) unstable; urgency=medium * Drop package keyutils-dbg in favor of automatic dbgsym packages, as per diff -Nru keyutils-1.5.9/debian/rules keyutils-1.5.9/debian/rules --- keyutils-1.5.9/debian/rules 2016-05-01 13:13:01.000000000 +0200 +++ keyutils-1.5.9/debian/rules 2017-09-28 14:16:32.000000000 +0200 @@ -1,7 +1,7 @@ #!/usr/bin/make -f # $SOURCE_DATE_EPOCH is exported by debhelper -CHANGEDATE = $(shell date -d @$(SOURCE_DATE_EPOCH) +%F) +CHANGEDATE = $(shell date -u -d @$(SOURCE_DATE_EPOCH) +%F) export DEB_BUILD_MAINT_OPTIONS = hardening=+all
signature.asc
Description: PGP signature

