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

Bug#773324: marked as done (unblock: rsbackup/1.1-3)



Your message dated Wed, 17 Dec 2014 20:25:17 +0000
with message-id <20141217202517.GH11902@lupin.home.powdarrmonkey.net>
and subject line Re: Bug#773324: unblock: rsbackup/1.1-3
has caused the Debian Bug report #773324,
regarding unblock: rsbackup/1.1-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.)


-- 
773324: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=773324
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package rsbackup

Recently (yesterday!), there was an Important bug filed against
rsbackup, that it left stuff behind on --purge. Having a
piuparts-clean archive has been a release goal since lenny. See bug
#773181.

The only change in this upload is to include the attached postrm
(which cleans up the droppings piuparts identifies).

I know that most Important bug-fixes won't be accepted at this point,
but I'm hoping that given this is a newly-found bug, fixed very
quickly, and with a very simple & minimal diff, you'll consider making
an exception :-)

unblock rsbackup/1.1-3

Thanks!

Matthew

-- System Information:
Debian Release: 7.7
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-4-686-pae (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
#! /bin/sh
# Copyright © 2014 Richard Kettlewell.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
set -e
case "$1" in
purge )
  rm -f /etc/rsbackup/local
  rmdir --ignore-fail-on-non-empty /etc/rsbackup
  ;;
esac

--- End Message ---
--- Begin Message ---
On Tue, Dec 16, 2014 at 09:55:42PM +0000, Matthew Vernon wrote:
> Recently (yesterday!), there was an Important bug filed against
> rsbackup, that it left stuff behind on --purge. Having a
> piuparts-clean archive has been a release goal since lenny. See bug
> #773181.
> 
> The only change in this upload is to include the attached postrm
> (which cleans up the droppings piuparts identifies).
> 
> I know that most Important bug-fixes won't be accepted at this point,
> but I'm hoping that given this is a newly-found bug, fixed very
> quickly, and with a very simple & minimal diff, you'll consider making
> an exception :-)

As it's tiny, I'll make an exception without precedent*. I will point out
that the attachment isn't a debdiff though.

(* if your conscience prickles, please assuage it with an RC fix
elsewhere.)

-- 
Jonathan Wiltshire                                      jmw@debian.org
Debian Developer                         http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply to: