Control: tags 777369 + pending
Control: tags 847034 + pending

Dear maintainer,

I've prepared an NMU for twoftpd (versioned as 1.42-1.1) and
uploaded it to DELAYED/15. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
regards,
                        Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540      .''`.
more about me:  https://mapreri.org                             : :'  :
Launchpad user: https://launchpad.net/~mapreri                  `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia  `-
diffstat for twoftpd_1.42-1 twoftpd_1.42-1.1

 changelog |   10 ++++++++++
 implicit  |    6 +++---
 rules     |    2 +-
 3 files changed, 14 insertions(+), 4 deletions(-)

diff -u twoftpd-1.42/debian/changelog twoftpd-1.42/debian/changelog
--- twoftpd-1.42/debian/changelog
+++ twoftpd-1.42/debian/changelog
@@ -1,3 +1,13 @@
+twoftpd (1.42-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Make the build reproducible: pass -n to gzip.
+    Thanks to Chris Lamb for the patch.  Closes: #777369
+  * Make the build reproducible: sort the md5sums file.
+    Thanks to Valerie R Young for the patch.  Closes: #847034
+
+ -- Mattia Rizzolo <mat...@debian.org>  Thu, 09 Mar 2017 00:34:09 +0100
+
 twoftpd (1.42-1) unstable; urgency=low
 
   * new upstream version (closes: #661646, thx Anton Khalikov).
diff -u twoftpd-1.42/debian/implicit twoftpd-1.42/debian/implicit
--- twoftpd-1.42/debian/implicit
+++ twoftpd-1.42/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 twoftpd-1.42/debian/rules twoftpd-1.42/debian/rules
--- twoftpd-1.42/debian/rules
+++ twoftpd-1.42/debian/rules
@@ -65,7 +65,7 @@
 	PATH=$$PATH:/usr/lib/bglibs/bin/ $(MAKE) install
 	$(STRIP) -R .comment -R .note '$(DIR)'/usr/bin/*
 	chmod 0644 '$(DIR)'/usr/share/man/man1/*.1
-	gzip -9 '$(DIR)'/usr/share/man/man1/*.1
+	gzip -9n '$(DIR)'/usr/share/man/man1/*.1
 	test -r changelog || ln -s ChangeLog changelog
 
 install-indep: deb-checkdir deb-checkuid build-indep-stamp

Attachment: signature.asc
Description: PGP signature

Reply via email to