[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#822229: marked as done (jessie-pu: package autofs/5.0.8-2.1)



Your message dated Sat, 04 Jun 2016 14:57:25 +0100
with message-id <1465048645.7545.11.camel@adam-barratt.org.uk>
and subject line Closing bugs for fixes included in 8.5
has caused the Debian Bug report #822229,
regarding jessie-pu: package autofs/5.0.8-2.1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
822229: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=822229
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: jessie
User: release.debian.org@packages.debian.org
Usertags: pu

Hi

If one accesses an automount map via a query programm / executable
maps, then in Jessie automount logs quite some irrelevant debug
messages.

It has been reported a while back in the BTS as #755019, fixed
upstream with 

https://git.kernel.org/cgit/linux/storage/autofs/autofs.git/commit/?id=ffc26908973bb6fbdcd3f69874a4d8686f7172fd

and thus included in the upload to experimental as 5.1.0-1. The fix is
as well available in unstable by now.

Can we have the removal of the debugging output as well in Jessie via
the next point release? I'm attaching the proposed debdiff for this.

Regards,
Salvatore
diff -Nru autofs-5.0.8/debian/changelog autofs-5.0.8/debian/changelog
--- autofs-5.0.8/debian/changelog	2015-03-19 08:53:22.000000000 +0100
+++ autofs-5.0.8/debian/changelog	2016-04-22 10:35:36.000000000 +0200
@@ -1,3 +1,10 @@
+autofs (5.0.8-2.1) jessie; urgency=medium
+
+  * Non-maintainer upload.
+  * Remove macro debugging prints from macro_setenv (Closes: #755019)
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Fri, 22 Apr 2016 10:34:58 +0200
+
 autofs (5.0.8-2) unstable; urgency=medium
 
   [ Salvatore Bonaccorso <carnil@debian.org> ]
diff -Nru autofs-5.0.8/debian/patches/autofs-5.0.8-remove-macro-debug-prints.patch autofs-5.0.8/debian/patches/autofs-5.0.8-remove-macro-debug-prints.patch
--- autofs-5.0.8/debian/patches/autofs-5.0.8-remove-macro-debug-prints.patch	1970-01-01 01:00:00.000000000 +0100
+++ autofs-5.0.8/debian/patches/autofs-5.0.8-remove-macro-debug-prints.patch	2016-04-22 10:35:36.000000000 +0200
@@ -0,0 +1,27 @@
+From ffc26908973bb6fbdcd3f69874a4d8686f7172fd Mon Sep 17 00:00:00 2001
+From: Ian Kent <raven@themaw.net>
+Date: Tue, 25 Feb 2014 10:01:26 +0800
+Subject: [PATCH] autofs-5.0.8 - remove macro debug prints
+
+Remove a couple of missed debugging prints from macro_setenv();
+---
+ lib/macros.c | 3 ---
+ 1 file changed, 3 deletions(-)
+
+diff --git a/lib/macros.c b/lib/macros.c
+index d7c392f..c858f41 100644
+--- a/lib/macros.c
++++ b/lib/macros.c
+@@ -437,9 +437,6 @@ void macro_setenv(struct substvar *table)
+ 		sv = sv->next;
+ 	}
+ 
+-	error(LOGOPT_ANY, "table %p", table);
+-	dump_table(table);
+-
+ 	/* Next set environment from the local table */
+ 	while (lv) {
+ 		if (lv->def)
+-- 
+2.8.0.rc3
+
diff -Nru autofs-5.0.8/debian/patches/series autofs-5.0.8/debian/patches/series
--- autofs-5.0.8/debian/patches/series	2015-03-19 08:36:02.000000000 +0100
+++ autofs-5.0.8/debian/patches/series	2016-04-22 10:35:36.000000000 +0200
@@ -19,3 +19,4 @@
 link-daemon-with-lpthread.patch
 fix-ldflags.patch
 remove-kernel-mount.nfs-version-check.patch
+autofs-5.0.8-remove-macro-debug-prints.patch

--- End Message ---
--- Begin Message ---
Version: 8.5

Hi,

The fixes referred to by each of these bugs were included in today's 8.5
point release.

Regards,

Adam

--- End Message ---

Reply to: