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

Bug#876188: marked as done (Wrong path in BackupPC_deleteFile)



Your message dated Thu, 18 Oct 2018 06:34:09 +0000
with message-id <E1gD1sn-000Hvr-Vz@fasolo.debian.org>
and subject line Bug#876188: fixed in backuppc 3.3.1-6
has caused the Debian Bug report #876188,
regarding Wrong path in BackupPC_deleteFile
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.)


-- 
876188: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=876188
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: backuppc
Version: 3.3.1-4
Severity: normal
Tags: patch
File: /usr/share/backuppc/bin/BackupPC_deleteFile

--- /tmp/BackupPC_deleteFile    2017-09-19 13:53:56.722030824 +0200
+++ BackupPC_deleteFile 2017-09-19 13:07:22.171540831 +0200
@@ -269,7 +269,7 @@
 use File::Glob ':glob';
 use Data::Dumper;  #Just used for debugging...

-use lib "/usr/share/BackupPC/lib";
+use lib "/usr/share/backuppc/lib";
 use BackupPC::Lib;
 use BackupPC::jLib;
 use BackupPC::Attrib qw(:all);






-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.12.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_NZ, LC_CTYPE=en_NZ.UTF-8 (charmap=UTF-8), LANGUAGE=en_NZ:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages backuppc depends on:
ii  adduser                            3.116
pn  apache2 | httpd                    <none>
pn  apache2-utils                      <none>
ii  bzip2                              1.0.6-8.1
ii  debconf                            1.5.63
ii  dpkg                               1.18.24
ii  iputils-ping                       3:20161105-1
ii  libarchive-zip-perl                1.59-1
ii  libc6                              2.24-15
ii  libcgi-pm-perl                     4.36-1
pn  libdigest-md5-perl                 <none>
ii  libperl5.26 [libio-compress-perl]  5.26.0-5
pn  libtime-parsedate-perl             <none>
ii  libwww-perl                        6.15-2
ii  perl                               5.26.0-5
ii  postfix [mail-transport-agent]     3.2.2-1
pn  samba-common-bin                   <none>
ii  smbclient                          2:4.6.7+dfsg-1
ii  tar                                1.29b-2
ii  ucf                                3.0036

Versions of packages backuppc recommends:
pn  libfile-rsyncp-perl          <none>
pn  libio-dirent-perl            <none>
ii  openssh-client [ssh-client]  1:7.5p1-5
pn  rrdtool                      <none>
ii  rsync                        3.1.2-2

Versions of packages backuppc suggests:
ii  chromium [www-browser]     60.0.3112.78-1
ii  firefox [www-browser]      55.0-2
ii  firefox-esr [www-browser]  52.3.0esr-2
pn  par2                       <none>
ii  w3m [www-browser]          0.5.3-34


-- 
 .''`.   martin f. krafft <madduck@d.o> @martinkrafft
: :'  :  proud Debian developer
`. `'`   http://people.debian.org/~madduck
  `-  Debian - when you have better things to do than fixing systems

Attachment: digital_signature_gpg.asc
Description: Digital GPG signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


--- End Message ---
--- Begin Message ---
Source: backuppc
Source-Version: 3.3.1-6

We believe that the bug you reported is fixed in the latest version of
backuppc, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 876188@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Tobias Frost <tobi@debian.org> (supplier of updated backuppc package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 17 Oct 2018 23:53:54 +0200
Source: backuppc
Binary: backuppc
Architecture: source
Version: 3.3.1-6
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Tobias Frost <tobi@debian.org>
Description:
 backuppc   - high-performance, enterprise-grade system for backing up PCs
Closes: 488098 820980 876188 876193 905761
Changes:
 backuppc (3.3.1-6) unstable; urgency=medium
 .
   * QA upload.
   * Imported package to salsa.debian.org and set VCS-* fields accordingly.
   * Execute wrap-and-sort.
   * Convert to 3.0 (quilt) package format. The changes to the upstream
     sources have been put into 01-debian.patch.
   * Fix "FTBFS with merged /usr" by specifying all binary paths and not letting
     configure.pl letting them guess them. (Closes: #905761)
   * Modernize Package:
     - compat level 11 (d/compat and add B-D on debhelper >=11)
     - migrate to short debhelper.
     - drop the versioned conflict against libfile-rsyncp-perl, version
       in old-old-stable is already new enough.
     - remove versions specifier from dependencies, all are fulfilled in
       old-old-stable already. Tar and dpkg can be dropped, they are
       essential.
     - drop d/menu.
     - convert d/copyright to the Machine-readable copyright file format.
     - modify d/watch to point to (new) github project site.
     - S-V bumped to 4.2.1:  required.
     - postinst: do not check existence of executables with absolute path,
       but using which. (lintian command-with-path-in-maintainer-script).
   * Add patch to fix some spelling errors found by lintian.
   * Fix "Wrong path in BackupPC_deleteFile", patch from madduck (Closes:
     #876188)
   * Fix "BackupPC_deleteFile uses deprecated defined @{array}", patch from
     madduck. (Closes: #876193)
   * Do only recommmend smbclient and samba-common-bin, do not depend on it
     (Closes: #488098, #820980)
   * Change homepage in d/control to new upstream location.
Checksums-Sha1:
 22df487e26b030731134ccefa6872db4b2b6a69a 1847 backuppc_3.3.1-6.dsc
 538a2901adfbcd75a11e1013aa679645421e171a 45144 backuppc_3.3.1-6.debian.tar.xz
 ffe29cfced6be1dd8d0a97a24f48c78cb31d0154 5469 backuppc_3.3.1-6_source.buildinfo
Checksums-Sha256:
 e34cefbbabaad26dd24b23b62a61c471268ea009b60a28e6a2641b21a02bf8ef 1847 backuppc_3.3.1-6.dsc
 c9fb97927df6eb804373e378b476f1324d49aa12a0e174399f27382bd794819d 45144 backuppc_3.3.1-6.debian.tar.xz
 6c05abf287fdc0aab2f619e0bf4e00d820cee45308909cb1d2a45d1b57bef5a7 5469 backuppc_3.3.1-6_source.buildinfo
Files:
 a15eb367caf963cf210d812b85f16cba 1847 utils optional backuppc_3.3.1-6.dsc
 254bd39960dd5e21160b4984ac8cfc25 45144 utils optional backuppc_3.3.1-6.debian.tar.xz
 1d4acb0921d24d65c9a9a572459df976 5469 utils optional backuppc_3.3.1-6_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEE/d0M/zhkJ3YwohhskWT6HRe9XTYFAlvII1AACgkQkWT6HRe9
XTalLg//f9MraAQrr5lAtMh0v8mO8NIWci5/+Tmv+X6i40AHycuhlE9rwb+nC1B7
ShW/YrifbFZKDEIGVPQ9BSA05gRs5Goviybldm5Ly1LOIhpVIL2Za6k56miAfVbY
sNCILxnOAgzFKo8c+f08j7o2ehrOCw74T8GdlYH5m6fHkcrURFvIrlOyrif0HBkb
2GWuKnLoGn/9XHqS3Lq1oGEITcZmPTOC69YAaNFW5a76o1zfA1QiMzyHszafW9ai
kdMa5r5Mvf2xsOpwT4jEWyQ2U9Nw8VRHY28Z7mDxjAInu4nlhldbNMJ2Wxuod6QS
obeIMpXdDv9Dp5bGRl9ndUwRgBECWY3yH9/ZfmnKgNkNU/3fU76yfP9yHOln+2Qx
ueEVNwRIE6SqwQH16OtTAswQdxLmjQkZkkQ9ZPjEVUTl0CmT7KW/SWtQhjMT8euL
txx3+AP/SGywXc9g1BzKJv4W8VLdr+eiJhJiGSXRxDPRMwIfktLsUgqPpQioAe8b
FlQ0MsjX/TOAWFFGmAr/P18dg81UGN54BT4nVURc0rlFwkFyBs3OezvMxv8Whn8X
t0Uq/wvtOXj9llBL5UMrqVr60ooOZlRlNohgWGJRSy4DiKXQD7Gp4z7pgfrlhT79
N1qftVX+nyIZfFtFzldm1KFVKvKT5szNJLV5jgAxmDL6kYXTwWU=
=4NLY
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: