Your message dated Sat, 14 Jul 2018 11:21:20 +0100
with message-id <[email protected]>
and subject line Closing bugs for updates included in 9.5
has caused the Debian Bug report #891559,
regarding stretch-pu: package awffull/3.10.2-4+deb9u1
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 [email protected]
immediately.)


-- 
891559: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=891559
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: stretch
User: [email protected]
Usertags: pu

   * Don't use removed options in /etc/cron.daily/awffull,
     thanks to Ludovic Rousseau. (Closes: #728362)
diff -Nru awffull-3.10.2/debian/awffull.cron.daily 
awffull-3.10.2/debian/awffull.cron.daily
--- awffull-3.10.2/debian/awffull.cron.daily    2013-10-18 20:35:33.000000000 
+0300
+++ awffull-3.10.2/debian/awffull.cron.daily    2018-02-26 19:13:11.000000000 
+0200
@@ -30,7 +30,7 @@
   [ -w ${OUTDIR} ] || { echo "ERROR: OutputDir not writable: ${OUTDIR}"; 
continue; };
 
   # Run Really quietly, exit with status code if !0
-  ${AWFFULL} -v 0 ${i} -Q || { echo "ERROR: Running awffull, exit status: $?"; 
continue; };
+  ${AWFFULL} --config=${i} || { echo "ERROR: Running awffull, exit status: 
$?"; continue; };
   RET=$?;
 
   # Non rotated log file
@@ -43,7 +43,7 @@
     # readable ?
     [ -r "${NLOGFILE}" ] || { echo "WARNING: Non-rotated LogFile is not 
readable: ${NLOGFILE}"; continue; };
 
-    ${AWFFULL} -v 0 ${i} -Q ${NLOGFILE};
+    ${AWFFULL} --config=${i} ${NLOGFILE};
     RET=$?;
   fi;
 done;
diff -Nru awffull-3.10.2/debian/changelog awffull-3.10.2/debian/changelog
--- awffull-3.10.2/debian/changelog     2013-10-18 20:35:33.000000000 +0300
+++ awffull-3.10.2/debian/changelog     2018-02-26 19:13:16.000000000 +0200
@@ -1,3 +1,11 @@
+awffull (3.10.2-4+deb9u1) stretch; urgency=medium
+
+  * QA upload.
+  * Don't use removed options in /etc/cron.daily/awffull,
+    thanks to Ludovic Rousseau. (Closes: #728362)
+
+ -- Adrian Bunk <[email protected]>  Mon, 26 Feb 2018 19:13:16 +0200
+
 awffull (3.10.2-4) unstable; urgency=low
 
   * QA upload.

--- End Message ---
--- Begin Message ---
Version: 9.5

Hi,

The update referenced by each of these bugs was included in this
morning's stretch point release.

Regards,

Adam

--- End Message ---

Reply via email to