Your message dated Sat, 2 Feb 2013 23:22:34 +0000
with message-id <[email protected]>
and subject line Re: Bug#699510: unblock: automysqlbackup/2.6+debian.2-2
has caused the Debian Bug report #699510,
regarding unblock: automysqlbackup/2.6+debian.2-2
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.)
--
699510: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=699510
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
Please unblock package automysqlbackup.
The new version in SID fixes:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=633450
Debdiff is quite small, and attached to this bug. I'm not sure what is the
current freeze policy at this stage, if we are in a too deep freeze, then
I would understand if the unblock was not accepted. Just let me know.
Please unblock automysqlbackup/2.6+debian.2-2
Thomas Goirand (zigo)
diff -Nru automysqlbackup-2.6+debian.2/debian/changelog automysqlbackup-2.6+debian.2/debian/changelog
--- automysqlbackup-2.6+debian.2/debian/changelog 2012-05-25 11:59:17.000000000 +0000
+++ automysqlbackup-2.6+debian.2/debian/changelog 2013-02-01 05:25:15.000000000 +0000
@@ -1,3 +1,10 @@
+automysqlbackup (2.6+debian.2-2) unstable; urgency=low
+
+ * Cronjob exits without error after package removal, thanks to Holger Levsen
+ for reporting the issue and Andreas Beckmann for the patch (Closes: #633450).
+
+ -- Thomas Goirand <[email protected]> Fri, 01 Feb 2013 05:20:13 +0000
+
automysqlbackup (2.6+debian.2-1) unstable; urgency=low
* Doesn't backup the performance_schema and information_schema databases by
diff -Nru automysqlbackup-2.6+debian.2/debian/cron.daily automysqlbackup-2.6+debian.2/debian/cron.daily
--- automysqlbackup-2.6+debian.2/debian/cron.daily 2012-05-25 11:59:17.000000000 +0000
+++ automysqlbackup-2.6+debian.2/debian/cron.daily 2013-02-01 05:25:15.000000000 +0000
@@ -1,2 +1,3 @@
#!/bin/sh
-test -x /usr/sbin/automysqlbackup && /usr/sbin/automysqlbackup
+test -x /usr/sbin/automysqlbackup || exit 0
+/usr/sbin/automysqlbackup
--- End Message ---
--- Begin Message ---
On Fri, Feb 01, 2013 at 01:31:42PM +0800, Thomas Goirand wrote:
> Please unblock package automysqlbackup.
>
> The new version in SID fixes:
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=633450
Unblocked, thanks.
> Debdiff is quite small, and attached to this bug. I'm not sure what is the
> current freeze policy at this stage, if we are in a too deep freeze, then
> I would understand if the unblock was not accepted. Just let me know.
You subscribe to d-d-a, right? Anyway you can always find the up-to-date
policy at http://release.debian.org/
--
Jonathan Wiltshire [email protected]
Debian Developer http://people.debian.org/~jmw
4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC 74C3 5394 479D D352 4C51
<directhex> i have six years of solaris sysadmin experience, from
8->10. i am well qualified to say it is made from bonghits
layered on top of bonghits
signature.asc
Description: Digital signature
--- End Message ---