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

Bug#993720: marked as done (bullseye-pu: package automysqlbackup/2.6+debian.4-3)



Your message dated Sat, 09 Oct 2021 12:09:40 +0100
with message-id <81741a2f4e370c14a3bec08b7fe6e2b10c32267b.camel@adam-barratt.org.uk>
and subject line Closing p-u bugs for updates in 11.1
has caused the Debian Bug report #993720,
regarding bullseye-pu: package automysqlbackup/2.6+debian.4-3
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.)


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

Hi,

[ Reason ]
I'd like to fix #986462 in Stable as well.

[ Impact ]
Crash of the script if using the LATEST=yes option in
/etc/default/automysqlbackup

[ Tests ]
This was tested manually, both by me and the reporter.

[ Risks ]
This is a trivial one char fix, there's not much risk
involved here.

[ Checklist ]
  [x] *all* changes are documented in the d/changelog
  [x] I reviewed all changes and I approve them
  [x] attach debdiff against the package in (old)stable
  [x] the issue is verified as fixed in unstable

Cheers,

Thomas Goirand (zigo)
diff -Nru automysqlbackup-2.6+debian.4/debian/changelog automysqlbackup-2.6+debian.4/debian/changelog
--- automysqlbackup-2.6+debian.4/debian/changelog	2020-07-04 20:56:25.000000000 +0200
+++ automysqlbackup-2.6+debian.4/debian/changelog	2021-08-30 16:50:19.000000000 +0200
@@ -1,3 +1,9 @@
+automysqlbackup (2.6+debian.4-3+deb11u1) bullseye; urgency=medium
+
+  * Fix borken cp code when using LATEST=yes (Closes: #986462).
+
+ -- Thomas Goirand <zigo@debian.org>  Mon, 30 Aug 2021 16:50:19 +0200
+
 automysqlbackup (2.6+debian.4-3) unstable; urgency=medium
 
   * Switch to debhelper 12 (Closes: #965420).
diff -Nru automysqlbackup-2.6+debian.4/debian/patches/direct-compression.patch automysqlbackup-2.6+debian.4/debian/patches/direct-compression.patch
--- automysqlbackup-2.6+debian.4/debian/patches/direct-compression.patch	2020-07-04 20:56:25.000000000 +0200
+++ automysqlbackup-2.6+debian.4/debian/patches/direct-compression.patch	2021-08-30 16:50:19.000000000 +0200
@@ -68,7 +68,7 @@
 +		fi
 +	fi
 +	if [ "$LATEST" = "yes" ]; then
-+		cp $1$SUFFIX "$BACKUPDIR/latest/"
++		cp $2$SUFFIX "$BACKUPDIR/latest/"
  	fi
  	return 0
  }

--- End Message ---
--- Begin Message ---
Package: release.debian.org
Version: 11.1

Hi,

The updates relating to these bugs were included in this morning's 11.1
point release for bullseye.

Regards,

Adam

--- End Message ---

Reply to: