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

Bug#933379: marked as done (buster-pu: package backup-manager/0.7.14-1+deb10u1)



Your message dated Sat, 07 Sep 2019 14:34:49 +0100
with message-id <[🔎] f49e2985d8466065c49c03185c24465a32228fb5.camel@adam-barratt.org.uk>
and subject line Closing bugs for fixes including in 10.1 point release
has caused the Debian Bug report #933379,
regarding buster-pu: package backup-manager/0.7.14-1+deb10u1
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.)


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

Hi SRM,

backup-manager is affected by an annoying bug, where when purging
remote (older) archives via FTP and SSH it fails because the actual
command which is invoked is
/usr/bin/backup-manager-purge/backup-manager-purge . This is due to a
bug introduced while refactoring upstream and left an export of
BM_BMP_PATH in place where later on this is (if set) used as base to
construct the path to the backup-manager-purge.

The issue is fixed in unstable, and proposing here the same change as
well for buster. The fix is minimal in only removing the leftover
export setting.

+backup-manager (0.7.14-1+deb10u1) buster; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix purging of remote archives via FTP or SSH.
+    Thanks to Thomas Parmelan (Closes: #895901)
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Mon, 29 Jul 2019 22:13:50 +0200

Regards,
Salvatore
diff -Nru backup-manager-0.7.14/debian/changelog backup-manager-0.7.14/debian/changelog
--- backup-manager-0.7.14/debian/changelog	2018-03-06 13:07:46.000000000 +0100
+++ backup-manager-0.7.14/debian/changelog	2019-07-29 22:13:50.000000000 +0200
@@ -1,3 +1,11 @@
+backup-manager (0.7.14-1+deb10u1) buster; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix purging of remote archives via FTP or SSH.
+    Thanks to Thomas Parmelan (Closes: #895901)
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Mon, 29 Jul 2019 22:13:50 +0200
+
 backup-manager (0.7.14-1) sid; urgency=medium
 
   * Add new patch: Drop-extra-continue.patch.
diff -Nru backup-manager-0.7.14/debian/patches/fix-purging-of-remote-archives-via-ftp-or-ssh.patch backup-manager-0.7.14/debian/patches/fix-purging-of-remote-archives-via-ftp-or-ssh.patch
--- backup-manager-0.7.14/debian/patches/fix-purging-of-remote-archives-via-ftp-or-ssh.patch	1970-01-01 01:00:00.000000000 +0100
+++ backup-manager-0.7.14/debian/patches/fix-purging-of-remote-archives-via-ftp-or-ssh.patch	2019-07-29 22:13:50.000000000 +0200
@@ -0,0 +1,22 @@
+Description: Fix purging of remote archives via FTP or SSH
+ Due to a refactoring upstream the additional export of BM_BMP_PATH in
+ backup-manager script caused to invoke
+ /usr/bin/backup-manager-purge/backup-manager-purge to purge the remote
+ archives and failing.
+Origin: vendor
+Bug: https://github.com/sukria/Backup-Manager/pull/120
+Bug-Debian: https://bugs.debian.org/895901
+Author: Thomas Parmelan <tom+debian@ankh.fr.EU.org>
+Reviewed-by: Salvatore Bonaccorso <carnil@debian.org>
+Last-Update: 2019-07-29
+
+--- a/backup-manager
++++ b/backup-manager
+@@ -34,7 +34,6 @@ vardir="/var/lib/backup-manager"
+ bindir="/usr/bin"
+ bmu="$bindir/backup-manager-upload"
+ bmp="$bindir/backup-manager-purge"
+-export BM_BMP_PATH=$bmp
+ 
+ # Find which lockfile to use
+ # If we are called by an unprivileged user, use a lockfile inside the user's home;
diff -Nru backup-manager-0.7.14/debian/patches/series backup-manager-0.7.14/debian/patches/series
--- backup-manager-0.7.14/debian/patches/series	2018-03-06 13:07:46.000000000 +0100
+++ backup-manager-0.7.14/debian/patches/series	2019-07-29 22:13:50.000000000 +0200
@@ -3,3 +3,4 @@
 debian-user-guide-location.patch
 fix-tar-errors.patch
 fix-sanitize-messages.patch
+fix-purging-of-remote-archives-via-ftp-or-ssh.patch

--- End Message ---
--- Begin Message ---
Version: 10.1

Hi,

The fixes referenced by each of these bugs were included in today's
buster point release.

Regards,

Adam

--- End Message ---

Reply to: