Package: release.debian.org
Severity: normal
User: release.debian....@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

Reply via email to