On 2014-04-12 Andreas Metzler <ametz...@debian.org> wrote:
> find attached the trivial diff for my ssmtp NMU 2.64-7.1.

... attached.
diff -Nru ssmtp-2.64/debian/changelog ssmtp-2.64/debian/changelog
--- ssmtp-2.64/debian/changelog	2012-06-30 00:58:49.000000000 +0200
+++ ssmtp-2.64/debian/changelog	2014-04-11 19:44:25.000000000 +0200
@@ -1,3 +1,13 @@
+ssmtp (2.64-7.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Build-Depend on libgnutls-openssl-dev instead of libgnutls-dev to allow
+    transitioning to newer GnuTLS. Closes: #731605
+  * Fix building with umask != 0022 with
+    "chmod 644 debian/tmp/DEBIAN/templates"
+
+ -- Andreas Metzler <ametz...@debian.org>  Fri, 11 Apr 2014 19:40:24 +0200
+
 ssmtp (2.64-7) unstable; urgency=low
 
   * Use hardening options
diff -Nru ssmtp-2.64/debian/control ssmtp-2.64/debian/control
--- ssmtp-2.64/debian/control	2012-06-30 00:47:22.000000000 +0200
+++ ssmtp-2.64/debian/control	2014-04-06 15:53:14.000000000 +0200
@@ -2,7 +2,7 @@
 Section: mail
 Priority: extra
 Maintainer: Anibal Monsalve Salazar <ani...@debian.org>
-Build-Depends: dpkg-dev (>= 1.16.1~), po-debconf, libgnutls-dev
+Build-Depends: dpkg-dev (>= 1.16.1~), po-debconf, libgnutls-openssl-dev
 Standards-Version: 3.9.3
 Vcs-Git: git://git.debian.org/ssmtp/ssmtp.git
 Vcs-Browser: http://git.debian.org/?p=ssmtp/ssmtp.git
diff -Nru ssmtp-2.64/debian/rules ssmtp-2.64/debian/rules
--- ssmtp-2.64/debian/rules	2012-06-30 00:54:29.000000000 +0200
+++ ssmtp-2.64/debian/rules	2014-04-11 19:44:32.000000000 +0200
@@ -30,6 +30,7 @@
 	install -d -m 755 -o root -g root debian/tmp/DEBIAN
 	dpkg-gencontrol -isp
 	po2debconf --podir=debian/po debian/templates > debian/tmp/DEBIAN/templates
+	chmod 644 debian/tmp/DEBIAN/templates
 	install -m 644 debian/conffiles debian/tmp/DEBIAN
 	install -m 755 debian/preinst debian/tmp/DEBIAN
 	install -m 755 debian/postinst debian/tmp/DEBIAN

Reply via email to