tags 777431 + pending patch
tags 847020 + pending patch
thanks

I've uploaded mailfront 1.16-1.1 to DELAYED/15:
  
  mailfront (1.16-1.1) unstable; urgency=medium
  
    * Non-maintainer upload.
    * Apply patches from myself and Valerie Young to make build reproducible.
      (Closes: #777431, #847020)

The full debdiff is attached.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      [email protected] / chris-lamb.co.uk
       `-
diffstat for mailfront_1.16-1 mailfront_1.16-1.1

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

diff -u mailfront-1.16/debian/changelog mailfront-1.16/debian/changelog
--- mailfront-1.16/debian/changelog
+++ mailfront-1.16/debian/changelog
@@ -1,3 +1,11 @@
+mailfront (1.16-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Apply patches from myself and Valerie Young to make build reproducible.
+    (Closes: #777431, #847020)
+
+ -- Chris Lamb <[email protected]>  Thu, 28 Sep 2017 09:38:21 +0100
+
 mailfront (1.16-1) unstable; urgency=low
 
   * new upstream version.
diff -u mailfront-1.16/debian/implicit mailfront-1.16/debian/implicit
--- mailfront-1.16/debian/implicit
+++ mailfront-1.16/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 mailfront-1.16/debian/rules mailfront-1.16/debian/rules
--- mailfront-1.16/debian/rules
+++ mailfront-1.16/debian/rules
@@ -68,7 +68,7 @@
            (ln -s "`head -n1 $$i |cut -c10-`".gz $$i.gz && rm -f $$i) \
              || exit 1; \
        done
-       gzip -9 '$(DIR)'/usr/share/man/man8/*.8
+       gzip -9n '$(DIR)'/usr/share/man/man8/*.8
        # service directories
        install -d -m0755 \
          '$(DIR)'/usr/share/doc/mailfront/etc/smtpfront-qmail/log
@@ -82,6 +82,8 @@
          '$(DIR)'/usr/share/doc/mailfront/etc/smtpfront-qmail/peers/127
        # changelog
        test -r changelog || ln -s ChangeLog changelog
+       # fix directory permissions
+       find '$(DIR)' -type d -print0 | xargs -0r chmod 0755
        touch install-stamp
 
 binary: binary-indep binary-arch

Reply via email to