tags 777020 + pending
tags 847036 + pending
thanks
I've uploaded ucspi-tcp 0.88-3.1 to DELAYED/5:
ucspi-tcp (1:0.88-3.1) unstable; urgency=medium
* Non-maintainer upload.
* Make the calls to gzip reproducible. (Closes: #777020)
* Sort the MD5SUMS file in a reproducible manner. Thanks to Valerie Young
<[email protected]>. (Closes: #847036)
The full debdiff is attached.
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
diff -u ucspi-tcp-0.88/debian/changelog ucspi-tcp-0.88/debian/changelog
--- ucspi-tcp-0.88/debian/changelog
+++ ucspi-tcp-0.88/debian/changelog
@@ -1,3 +1,12 @@
+ucspi-tcp (1:0.88-3.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Make the calls to gzip reproducible. (Closes: #777020)
+ * Sort the MD5SUMS file in a reproducible manner. Thanks to Valerie Young
+ <[email protected]>. (Closes: #847036)
+
+ -- Chris Lamb <[email protected]> Thu, 16 Mar 2017 09:30:50 +0100
+
ucspi-tcp (1:0.88-3) unstable; urgency=low
* ucspi-tcp-ipv6/diff/0001-rblsmtpd.c...diff, 0002-Makefile...diff,
diff -u ucspi-tcp-0.88/debian/implicit ucspi-tcp-0.88/debian/implicit
--- ucspi-tcp-0.88/debian/implicit
+++ ucspi-tcp-0.88/debian/implicit
@@ -35,7 +35,7 @@
debian/$*/usr/share/doc/$*/changelog'
@test -s debian/$*/usr/share/doc/$*/changelog || \
sh -cx 'rm -f debian/$*/usr/share/doc/$*/changelog'
- @gzip -9 debian/$*/usr/share/doc/$*/changelog*
+ @gzip -9n debian/$*/usr/share/doc/$*/changelog*
%.deb-docs-docs: %.deb-docs-base
@for i in `cat debian/$*.docs 2>/dev/null || :`; do \
if test -d $$i; then \
@@ -54,7 +54,7 @@
@if test -r debian/$*.NEWS.Debian; then \
sh -cx 'install -m0644 debian/$*.NEWS.Debian \
debian/$*/usr/share/doc/$*/NEWS.Debian && \
- gzip -9 debian/$*/usr/share/doc/$*/NEWS.Debian'; \
+ gzip -9n debian/$*/usr/share/doc/$*/NEWS.Debian'; \
fi
%.deb-docs-examples: %.deb-docs-docs
@rm -rf debian/$*/usr/share/doc/$*/examples
@@ -87,7 +87,7 @@
: debian/$*/DEBIAN/md5sums
@rm -f debian/$*/DEBIAN/md5sums
@cd debian/$* && find * -path 'DEBIAN' -prune -o \
- -type f -exec md5sum {} >>DEBIAN/md5sums \;
+ -type f -exec md5sum {} \; | LC_ALL=C sort >>DEBIAN/md5sums
%.deb-DEBIAN: %.deb-checkdir %.deb-DEBIAN-base %.deb-DEBIAN-scripts \
%.deb-DEBIAN-md5sums
: debian/$*/DEBIAN/ ok
diff -u ucspi-tcp-0.88/debian/rules ucspi-tcp-0.88/debian/rules
--- ucspi-tcp-0.88/debian/rules
+++ ucspi-tcp-0.88/debian/rules
@@ -76,7 +76,7 @@
install -d -m0755 '$(DIR)'/usr/share/man/man1
for i in debian/ucspi-tcp-man/*.1; do \
install -m0644 $$i '$(DIR)'/usr/share/man/man1/ && \
- gzip -9 '$(DIR)'/usr/share/man/man1/$${i##*/} || exit 1; \
+ gzip -9n '$(DIR)'/usr/share/man/man1/$${i##*/} || exit 1; \
done
# ucspi-tcp-ipv6
# programs
@@ -109,7 +109,7 @@
'$(DIRIPV6)'/usr/share/man/man1/; \
done
for i in '$(DIRIPV6)'/usr/share/man/man1/*.1; do \
- gzip -9 $$i || exit 1; \
+ gzip -9n $$i || exit 1; \
done
# changelog
test -r changelog || ln -s CHANGES changelog