Package: release.debian.org Severity: normal Tags: jessie User: [email protected] 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 <[email protected]> Fri, 22 Apr 2016 10:34:58 +0200 + autofs (5.0.8-2) unstable; urgency=medium [ Salvatore Bonaccorso <[email protected]> ] 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 <[email protected]> +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

