--- safe-rm-0.8.orig/debian/templates +++ safe-rm-0.8/debian/templates @@ -0,0 +1,17 @@ +Template: safe-rm/abort_upgrade +Type: boolean +Default: true +_Description: Abort package upgrade? + WARNING! Your system could become unusable (i.e. you could lose the + /bin/rm command). + . + Due to a bug in previous versions of safe-rm, this package should be + upgraded separately from other packages. If it is currently part of + a larger upgrade, you should abort this upgrade now. + . + Then, upgrade the safe-rm package all by itself and this problem + will be resolved. The new version no longer diverts important system + files and will therefore not be subject to similar problems. + . + If you do end up losing the /bin/rm command for whatever reason, you + should still be able to use /bin/rm.real directly. --- safe-rm-0.8.orig/debian/lintian-overrides +++ safe-rm-0.8/debian/lintian-overrides @@ -0,0 +1,2 @@ +# safe-rm is a wrapper around rm and so the real rm manpage should be preserved +safe-rm: binary-without-manpage usr/bin/rm --- safe-rm-0.8.orig/debian/rules +++ safe-rm-0.8/debian/rules @@ -0,0 +1,67 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +configure: configure-stamp +configure-stamp: + dh_testdir + touch configure-stamp + +build: build-stamp + +build-stamp: configure-stamp + dh_testdir + pod2man $(CURDIR)/safe-rm > $(CURDIR)/safe-rm.1 + touch $@ + +clean: + dh_testdir + dh_testroot + + rm -f build-stamp configure-stamp + rm -f $(CURDIR)/safe-rm.1 + dh_clean + debconf-updatepo + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + + cp $(CURDIR)/safe-rm $(CURDIR)/debian/safe-rm/usr/bin/safe-rm + ln -s safe-rm $(CURDIR)/debian/safe-rm/usr/bin/rm + + cp $(CURDIR)/debian/safe-rm.conf $(CURDIR)/debian/safe-rm/etc/ + +binary-arch: build install + +binary-indep: build install + dh_testdir + dh_testroot + dh_installchangelogs Changes + dh_installdocs + dh_installexamples + dh_installman safe-rm.1 + dh_installdebconf + dh_lintian + dh_link + dh_strip + dh_compress + dh_fixperms + dh_perl + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- safe-rm-0.8.orig/debian/docs +++ safe-rm-0.8/debian/docs @@ -0,0 +1 @@ +README --- safe-rm-0.8.orig/debian/README.Debian +++ safe-rm-0.8/debian/README.Debian @@ -0,0 +1,12 @@ +safe-rm for Debian +------------------ + +safe-rm automatically redirects all "rm" calls to itself. This means that you +don't have anything to do to install it on a Debian-based system. + +If you do want to delete a directory which is blacklisted by safe-rm, simply +use the real rm command directly: + + /bin/rm -rf /usr/bin + + -- Francois Marier Sun, 08 Jun 2008 21:20:41 +1200 --- safe-rm-0.8.orig/debian/safe-rm.conf +++ safe-rm-0.8/debian/safe-rm.conf @@ -0,0 +1,25 @@ +/ +/bin +/boot +/dev +/etc +/home +/initrd +/lib +/proc +/root +/sbin +/sys +/usr +/usr/bin +/usr/include +/usr/lib +/usr/local +/usr/local/bin +/usr/local/include +/usr/local/sbin +/usr/local/share +/usr/sbin +/usr/share +/usr/src +/var --- safe-rm-0.8.orig/debian/changelog +++ safe-rm-0.8/debian/changelog @@ -0,0 +1,118 @@ +safe-rm (0.8-1) unstable; urgency=high + + * New upstream release: + - removal of the unnecessary English.pm dependency (closes: #550938) + + -- Francois Marier Thu, 15 Oct 2009 20:06:22 +1300 + +safe-rm (0.7-1) unstable; urgency=low + + * New upstream release + - now untaints CDPATH + + * Bump Standards-Version up to 3.8.3 + * debian/config: explicit "set -e" to make lintian happy + * debian/copyright: refer to the right GPL version + + -- Francois Marier Wed, 23 Sep 2009 13:06:38 +1200 + +safe-rm (0.6-2) unstable; urgency=low + + * Bump the internal version number + + -- Francois Marier Fri, 22 May 2009 21:23:51 +1200 + +safe-rm (0.6-1) unstable; urgency=low + + * New Upstream Version + - removing protection for symlinks + - tying the "skipping" message back to safe-rm + + -- Francois Marier Fri, 22 May 2009 21:11:49 +1200 + +safe-rm (0.5-1) unstable; urgency=low + + * New upstream release: + - support for wildcards in protected paths + + * Bump Standards-Version up to 3.8.1 + * Bump debhelper up to 7 + * debian/rules: make use of dh_prep and dh_lintian + * debian/copyright: fix lintian notice + + -- Francois Marier Thu, 02 Apr 2009 23:05:45 +1300 + +safe-rm (0.4-2) unstable; urgency=low + + * Always run rm even when there are no arguments left (closes: #505003) + + -- Francois Marier Sun, 09 Nov 2008 16:34:46 +1300 + +safe-rm (0.4-1) unstable; urgency=low + + * New Upstream Version + * Updated upstream URL + * Add / to the list of protected paths (system-wide) + * New Spanish debconf translation (closes: #500184) + * New Italian debconf translation (closes: #504159) + + -- Francois Marier Mon, 03 Nov 2008 22:22:38 +1300 + +safe-rm (0.3-1) unstable; urgency=low + + * New Upstream Version: + - Better protection for files in the current directory + + -- Francois Marier Tue, 09 Sep 2008 19:12:21 +1200 + +safe-rm (0.2-6) unstable; urgency=low + + * Stop referring to /bin/rm in the package description + * Add Turkish debconf translation (closes: #490085) + * Add French debconf translation (closes: #490194) + * Add Portugese debconf translation (closes: #490237) + * Add Galician debconf translation (closes: #490387) + * Add Czech debconf translation (closes: #490581) + * Add Finnish debconf translation (closes: #490629) + * Add German debconf translation (closes: #490703) + * Add Swedish debconf translation (closes: #490798) + * Add Basque debconf translation (closes: #491003) + * Add Vietnamese debconf translation (closes: #491050) + * Add Russian debconf translation (closes: #491341) + + -- Francois Marier Thu, 24 Jul 2008 16:41:37 +1200 + +safe-rm (0.2-5) unstable; urgency=high + + * Add a debconf question to abort the upgrade. Someone pointed out that + the fact that rm is temporarily missing during an upgrade is likely to + cause problems if you're upgrading more than just safe-rm. + + -- Francois Marier Wed, 09 Jul 2008 11:45:26 +1200 + +safe-rm (0.2-4) unstable; urgency=high + + * Move the binary to /usr/bin which removes the need for a diversion + (closes: #489690). Urgency high because of this critical bug. + + -- Francois Marier Mon, 07 Jul 2008 21:00:52 +1200 + +safe-rm (0.2-3) unstable; urgency=low + + * Update homepage, watch file and URL in copyright file + + -- Francois Marier Fri, 20 Jun 2008 23:27:49 +1200 + +safe-rm (0.2-2) unstable; urgency=low + + * Fix watch file + * Revised package description (thanks to Justin B Rye!) + + -- Francois Marier Wed, 18 Jun 2008 09:07:59 +1200 + +safe-rm (0.2-1) unstable; urgency=low + + * Initial release (Closes: #485088) + + -- Francois Marier Sun, 08 Jun 2008 21:20:41 +1200 + --- safe-rm-0.8.orig/debian/watch +++ safe-rm-0.8/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://code.google.com/p/safe-rm/downloads/list?can=1 http://safe-rm.googlecode.com/files/safe-rm-([0-9.]+)\.tar\.gz --- safe-rm-0.8.orig/debian/config +++ safe-rm-0.8/debian/config @@ -0,0 +1,11 @@ +#!/bin/sh + +set -e + +# Source debconf library. +. /usr/share/debconf/confmodule + +if [ -e /bin/safe-rm ] ; then + db_input critical safe-rm/abort_upgrade || true + db_go +fi --- safe-rm-0.8.orig/debian/dirs +++ safe-rm-0.8/debian/dirs @@ -0,0 +1,3 @@ +etc +usr/bin +usr/share/lintian/overrides --- safe-rm-0.8.orig/debian/compat +++ safe-rm-0.8/debian/compat @@ -0,0 +1 @@ +7 --- safe-rm-0.8.orig/debian/copyright +++ safe-rm-0.8/debian/copyright @@ -0,0 +1,33 @@ +This package was debianized by Francois Marier on +Sun, 08 Jun 2008 21:20:41 +1200. + +It was downloaded from http://code.google.com/p/safe-rm/downloads/list + +Upstream Author: + + Francois Marier + +Copyright: + + Copyright (C) 2008-2009 Francois Marier + +License: + + This package 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 package 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 . + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL-3'. + +The Debian packaging is copyright 2008-2009, Francois Marier +and is licensed under the GPL, see above. --- safe-rm-0.8.orig/debian/postinst +++ safe-rm-0.8/debian/postinst @@ -0,0 +1,47 @@ +#!/bin/sh +# postinst script for safe-rm +# +# see: dh_installdeb(1) + +set -e + +# summary of how this script can be called: +# * `configure' +# * `abort-upgrade' +# * `abort-remove' `in-favour' +# +# * `abort-remove' +# * `abort-deconfigure' `in-favour' +# `removing' +# +# for details, see http://www.debian.org/doc/debian-policy/ or +# the debian-policy package + +. /usr/share/debconf/confmodule + +case "$1" in + configure) + # Remove /bin/rm diversion done by older versions of safe-rm which did not remove it + if [ -e /bin/rm.real ] ; then + echo "Cleaning up after safe-rm $2..." + dpkg-divert --package safe-rm --remove --rename --divert /bin/rm.real /bin/rm + fi + ;; + + abort-upgrade|abort-remove|abort-deconfigure) + ;; + + *) + echo "postinst called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 + + --- safe-rm-0.8.orig/debian/preinst +++ safe-rm-0.8/debian/preinst @@ -0,0 +1,47 @@ +#!/bin/sh +# preinst script for safe-rm +# +# see: dh_installdeb(1) + +set -e + +# summary of how this script can be called: +# * `install' +# * `install' +# * `upgrade' +# * `abort-upgrade' +# for details, see http://www.debian.org/doc/debian-policy/ or +# the debian-policy package + +. /usr/share/debconf/confmodule + +case "$1" in + install|upgrade) + # Checking for old versions of safe-rm and cancelling the upgrade + if [ -e /bin/safe-rm ] ; then + db_get safe-rm/abort_upgrade + if [ "${RET}" = "true" ] ; then + db_reset safe-rm/abort_upgrade + echo "Cancelling the safe-rm upgrade as requested by the user" + exit 1 + fi + fi + ;; + + abort-upgrade) + ;; + + *) + echo "preinst called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 + + --- safe-rm-0.8.orig/debian/control +++ safe-rm-0.8/debian/control @@ -0,0 +1,24 @@ +Source: safe-rm +Section: utils +Priority: optional +Maintainer: Francois Marier +Build-Depends: debhelper (>= 7), po-debconf +Standards-Version: 3.8.3 +Homepage: http://www.safe-rm.org.nz +Vcs-Git: git://git.debian.org/git/collab-maint/safe-rm.git +Vcs-Browser: http://git.debian.org/?p=collab-maint/safe-rm.git;a=summary + +Package: safe-rm +Architecture: all +Pre-Depends: debconf +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: wrapper around the rm command to prevent accidental deletions + This package provides a tool intended to prevent the accidental deletion + of important files by replacing rm with a wrapper, which checks the + given arguments against a configurable blacklist of files and directories + that should never be removed. + . + Users who attempt to delete one of these protected files or directories will + not be able to do so and will be shown a warning message instead. + . + Protected paths can be set both at the site and user levels. --- safe-rm-0.8.orig/debian/po/fi.po +++ safe-rm-0.8/debian/po/fi.po @@ -0,0 +1,64 @@ +msgid "" +msgstr "" +"Project-Id-Version: safe-rm\n" +"Report-Msgid-Bugs-To: safe-rm@packages.debian.org\n" +"POT-Creation-Date: 2008-07-09 11:47+1200\n" +"PO-Revision-Date: 2008-07-13 08:01-0000\n" +"Last-Translator: Esko Arajärvi \n" +"Language-Team: Finnish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Finnish\n" +"X-Poedit-Country: FINLAND\n" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "Abort package upgrade?" +msgstr "Keskeytetäänkö paketin päivitys?" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"WARNING! Your system could become unusable (i.e. you could lose the /bin/rm " +"command)." +msgstr "" +"VAROITUS! Järjestelmästä saattaa tulla käyttökelvoton (eli komento /bin/rm " +"saattaa lakata toimimasta)." + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"Due to a bug in previous versions of safe-rm, this package should be " +"upgraded separately from other packages. If it is currently part of a larger " +"upgrade, you should abort this upgrade now." +msgstr "" +"Paketin safe-rm aikaisemmassa versiossa olleesta ohjelmavirheestä johtuen " +"tämä paketti tulisi päivittää erillään muista paketeista. Jos sitä ollaan " +"nyt päivittämässä osana suurempaa päivitystä, tämä päivitys tulisi " +"keskeyttää." + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"Then, upgrade the safe-rm package all by itself and this problem will be " +"resolved. The new version no longer diverts important system files and will " +"therefore not be subject to similar problems." +msgstr "" +"Tämän jälkeen paketti safe-rm tulisi päivittää yksinään ongelman " +"ratkaisemiseksi. Uusi versio ei enää korvaa tärkeitä järjestelmätiedostoja, " +"eikä siihen näin ollen liity samanlaisia ongelmia." + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"If you do end up losing the /bin/rm command for whatever reason, you should " +"still be able to use /bin/rm.real directly." +msgstr "" +"Jos komento /bin/rm lakkaa toimimasta mistä tahansa syystä, voidaan silti " +"käyttää suoraan ohjelmaa /bin/rm.real." --- safe-rm-0.8.orig/debian/po/es.po +++ safe-rm-0.8/debian/po/es.po @@ -0,0 +1,83 @@ +# safe-rm translation to spanish +# Copyright (C) 2008 Software in the Public Interest +# This file is distributed under the same license as the safe-rm package. +# Changes: +# - Initial translation +# Ignacio Mondino , 2008 +# Traductores, si no conoce el formato PO, merece la pena leer la +# documentación de gettext, especialmente las secciones dedicadas a este +# formato, por ejemplo ejecutando: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# Equipo de traducción al español, por favor lean antes de traducir +# los siguientes documentos: +# - El proyecto de traducción de Debian al español +# http://www.debian.org/intl/spanish +# especialmente las notas de traducción en +# http://www.debian.org/intl/spanish/notas +# - La guía de traducción de po's de debconf: +# /usr/share/doc/po-debconf/README-trans +# o http://www.debian.org/intl/l10n/po-debconf/README-trans +# +# +msgid "" +msgstr "" +"Project-Id-Version: safe-rm 0.3-1\n" +"Report-Msgid-Bugs-To: safe-rm@packages.debian.org\n" +"POT-Creation-Date: 2008-07-09 11:47+1200\n" +"PO-Revision-Date: 2008-09-15 19:12-0300\n" +"Last-Translator: Ignacio Mondino \n" +"Language-Team: Debian Spanish team \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "Abort package upgrade?" +msgstr "¿Abortar la actualización del paquete?" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"WARNING! Your system could become unusable (i.e. you could lose the /bin/rm " +"command)." +msgstr "" +"¡ADVERTENCIA! Su sistema podría volverse inutilizable (por ejemplo, podría " +"perder la orden «/bin/rm»)." + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"Due to a bug in previous versions of safe-rm, this package should be " +"upgraded separately from other packages. If it is currently part of a larger " +"upgrade, you should abort this upgrade now." +msgstr "" +"Debido a un fallo en versiones previas de safe-rm, este paquete debería " +"actualizarse por separado de otros paquetes. Si esta actualización es parte " +"de una actualización mayor, debería abortarla ahora." + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"Then, upgrade the safe-rm package all by itself and this problem will be " +"resolved. The new version no longer diverts important system files and will " +"therefore not be subject to similar problems." +msgstr "" +"Entonces, actualice el paquete safe-rm por separado y este problema se " +"resolverá. La nueva versión ya no desviara archivos de sistema importantes " +"por lo tanto no estará sujeto a problemas similares." + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"If you do end up losing the /bin/rm command for whatever reason, you should " +"still be able to use /bin/rm.real directly." +msgstr "" +"Si pierde la orden «/bin/rm» por alguna razón, todavía debería poder utilizar " +"«/bin/rm.real» directamente." --- safe-rm-0.8.orig/debian/po/POTFILES.in +++ safe-rm-0.8/debian/po/POTFILES.in @@ -0,0 +1 @@ +[type: gettext/rfc822deb] templates --- safe-rm-0.8.orig/debian/po/gl.po +++ safe-rm-0.8/debian/po/gl.po @@ -0,0 +1,65 @@ +# Galician translation of safe-rm's debconf templates +# This file is distributed under the same license as the safe-rm package. +# Jacobo Tarrio , 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: safe-rm\n" +"Report-Msgid-Bugs-To: safe-rm@packages.debian.org\n" +"POT-Creation-Date: 2008-07-09 11:47+1200\n" +"PO-Revision-Date: 2008-07-12 00:20+0100\n" +"Last-Translator: Jacobo Tarrio \n" +"Language-Team: Galician \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "Abort package upgrade?" +msgstr "¿Abortar a actualización do paquete?" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"WARNING! Your system could become unusable (i.e. you could lose the /bin/rm " +"command)." +msgstr "" +"AVISO: O sistema pode quedar inutilizable (é dicir, pode perder a orde /bin/" +"rm)." + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"Due to a bug in previous versions of safe-rm, this package should be " +"upgraded separately from other packages. If it is currently part of a larger " +"upgrade, you should abort this upgrade now." +msgstr "" +"Debido a un erro nas versións anteriores de safe-rm, débese actualizar este " +"paquete separado doutros paquetes. Se forma parte dunha actualización maior, " +"debería cancelar a actualización agora." + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"Then, upgrade the safe-rm package all by itself and this problem will be " +"resolved. The new version no longer diverts important system files and will " +"therefore not be subject to similar problems." +msgstr "" +"Despois pode actualizar o paquete safe-rm por separado, e hase resolver este " +"problema. A nova versión xa non desvía ficheiros importantes do sistema e, " +"polo tanto, non ha estar suxeito a problemas semellantes." + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"If you do end up losing the /bin/rm command for whatever reason, you should " +"still be able to use /bin/rm.real directly." +msgstr "" +"Se perde a orde /bin/rm por algún motivo, aínda debería ser capaz de " +"empregar /bin/rm.real." --- safe-rm-0.8.orig/debian/po/cs.po +++ safe-rm-0.8/debian/po/cs.po @@ -0,0 +1,65 @@ +# Czech translation of safe-rm debconf messages. +# This file is distributed under the same license as the safe-rm package. +# Miroslav Kure , 2008 +# +msgid "" +msgstr "" +"Project-Id-Version: safe-rm\n" +"Report-Msgid-Bugs-To: safe-rm@packages.debian.org\n" +"POT-Creation-Date: 2008-07-09 11:47+1200\n" +"PO-Revision-Date: 2008-07-12 22:47+0200\n" +"Last-Translator: Miroslav Kure \n" +"Language-Team: Czech \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "Abort package upgrade?" +msgstr "Přerušit aktualizaci balíku?" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"WARNING! Your system could become unusable (i.e. you could lose the /bin/rm " +"command)." +msgstr "" +"VAROVÁNÍ! Váš systém se může stát nepoužitelným (mohli byste ztratit příkaz " +"/bin/rm)." + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"Due to a bug in previous versions of safe-rm, this package should be " +"upgraded separately from other packages. If it is currently part of a larger " +"upgrade, you should abort this upgrade now." +msgstr "" +"Kvůli chybě v předchozí verzi safe-rm by se měl tento balík aktualizovat " +"separátně od ostatních balíků. Pokud je toto součástí větší aktualizace, " +"měli byste ji okamžitě přerušit." + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"Then, upgrade the safe-rm package all by itself and this problem will be " +"resolved. The new version no longer diverts important system files and will " +"therefore not be subject to similar problems." +msgstr "" +"Poté aktualizujte pouze balík safe-rm a problém by se měl vyřešit. Nová " +"verze již neodklání důležité systémové soubory a tím pádem nebude zdrojem " +"podobných problémů." + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"If you do end up losing the /bin/rm command for whatever reason, you should " +"still be able to use /bin/rm.real directly." +msgstr "" +"Pokud z nějakého důvodu přijdete o příkaz /bin/rm, stále byste měli být " +"schopni použít přímo /bin/rm.real." --- safe-rm-0.8.orig/debian/po/tr.po +++ safe-rm-0.8/debian/po/tr.po @@ -0,0 +1,46 @@ +# This file is distributed under the same license as the safe-rm package. +# Mert Dirik , 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: safe-rm\n" +"Report-Msgid-Bugs-To: safe-rm@packages.debian.org\n" +"POT-Creation-Date: 2008-07-09 11:47+1200\n" +"PO-Revision-Date: 2008-07-09 21:17+0200\n" +"Last-Translator: Mert Dirik \n" +"Language-Team: Debian L10n Turkish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "Abort package upgrade?" +msgstr "Paket yükseltme işlemi durdurulsun mu?" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "WARNING! Your system could become unusable (i.e. you could lose the /bin/rm command)." +msgstr "DİKKAT! Sisteminiz kullanılamaz hale gelebilir. (/bin/rm komutunu kaybedebilirsiniz)." + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "Due to a bug in previous versions of safe-rm, this package should be upgraded separately from other packages. If it is currently part of a larger upgrade, you should abort this upgrade now." +msgstr "safe-rm'nin önceki sürümlerinde bulunan bir hata nedeniyle bu paket diğer paketlerden ayrı olarak yükseltilmelidir. Eğer şu anda safe-rm'den başka paketlerin de dahil olduğu geniş bir yükseltme işlemi yapıyorsanız bu işlemi derhal durdurmalısınız." + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "Then, upgrade the safe-rm package all by itself and this problem will be resolved. The new version no longer diverts important system files and will therefore not be subject to similar problems." +msgstr "Daha sonra safe-rm paketini tek başına yükselterek bu sorunu çözebilirsiniz. Yeni sürüm artık önemli sistem dosyalarının yolunu değiştirmiyor, bu yüzden bir daha böyle sorunlara maruz kalmayacak." + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "If you do end up losing the /bin/rm command for whatever reason, you should still be able to use /bin/rm.real directly." +msgstr "Eğer herhangi bir sebepten ötürü /bin/rm komutunu kaybettiyseniz, hâlâ /bin/rm.real komutunu doğrudan kullabilirsiniz." + --- safe-rm-0.8.orig/debian/po/sv.po +++ safe-rm-0.8/debian/po/sv.po @@ -0,0 +1,47 @@ +# This file is distributed under the same license as the safe-rm package. +# Martin Bagge , 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: safe-rm@packages.debian.org\n" +"POT-Creation-Date: 2008-07-09 11:47+1200\n" +"PO-Revision-Date: 2008-07-14 12:32+0100\n" +"Last-Translator: Martin Bagge \n" +"Language-Team: swedish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Swedish\n" +"X-Poedit-Country: SWEDEN\n" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "Abort package upgrade?" +msgstr "Avbryta paketuppgradering?" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "WARNING! Your system could become unusable (i.e. you could lose the /bin/rm command)." +msgstr "VARNING! Ditt system kan bli oanvändbart (eftersom kommandot /bin/rm kan försvinna)." + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "Due to a bug in previous versions of safe-rm, this package should be upgraded separately from other packages. If it is currently part of a larger upgrade, you should abort this upgrade now." +msgstr "På rund av ett fel i tidigare versioner av safe-rm så ska det här paketet uppgraderas ensamt, Just nu ingår det i en större körning med uppgraderingar, du borde avbryta den här uppgraderingen nu." + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "Then, upgrade the safe-rm package all by itself and this problem will be resolved. The new version no longer diverts important system files and will therefore not be subject to similar problems." +msgstr "Uppgradera sedan safe-rm helt ensamt så löser du detta problem enklast. Den nya versionen tar inte längre bort viktiga systemfiler och därför komme rliknande problem inte att uppstå." + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "If you do end up losing the /bin/rm command for whatever reason, you should still be able to use /bin/rm.real directly." +msgstr "Om du skulle råka få kommandot /bin/rm borttaget av någon outgrundlig anledning så kan du fortfarande använda /bin/rm.real istället." + --- safe-rm-0.8.orig/debian/po/ru.po +++ safe-rm-0.8/debian/po/ru.po @@ -0,0 +1,69 @@ +# translation of safe-rm to Russian +# This file is distributed under the same license as the safe-rm package. +# +# Yuri Kozlov , 2008. +msgid "" +msgstr "" +"Project-Id-Version: ru\n" +"Report-Msgid-Bugs-To: safe-rm@packages.debian.org\n" +"POT-Creation-Date: 2008-07-09 11:47+1200\n" +"PO-Revision-Date: 2008-07-18 22:22+0400\n" +"Last-Translator: Yuri Kozlov \n" +"Language-Team: Russian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "Abort package upgrade?" +msgstr "Прервать обновление пакета?" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"WARNING! Your system could become unusable (i.e. you could lose the /bin/rm " +"command)." +msgstr "" +"ПРЕДУПРЕЖДЕНИЕ! Система может стать нерабочей (то есть вы " +"можете потерять команду /bin/rm)." + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"Due to a bug in previous versions of safe-rm, this package should be " +"upgraded separately from other packages. If it is currently part of a larger " +"upgrade, you should abort this upgrade now." +msgstr "" +"Из-за ошибки в предыдущих версиях safe-rm, данный пакет должен " +"быть обновлён отдельно от остальных пакетов. Если данное " +"обновление является частью большого обновления, то сейчас лучше " +"прерваться." + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"Then, upgrade the safe-rm package all by itself and this problem will be " +"resolved. The new version no longer diverts important system files and will " +"therefore not be subject to similar problems." +msgstr "" +"Затем, обновите только пакет safe-rm и эта проблема решится. " +"Новая версия пакета больше изменяет важных системных файлов " +"и поэтому не подвержена подобным проблемам." + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"If you do end up losing the /bin/rm command for whatever reason, you should " +"still be able to use /bin/rm.real directly." +msgstr "" +"Если вы всё-таки потеряете команду /bin/rm по какой-то причине, то " +"сможете явно указывать вместо неё /bin/rm.real." + --- safe-rm-0.8.orig/debian/po/it.po +++ safe-rm-0.8/debian/po/it.po @@ -0,0 +1,68 @@ +# ITALIAN TRANSLATION OF SAFE-RM'S.PO-DEBCONF FILE +# Copyright (C) 2008 THE SAFE-RM'S COPYRIGHT HOLDER +# This file is distributed under the same license as the safe-rm package. +# +# Vincenzo Campanella , 2008. +msgid "" +msgstr "" +"Project-Id-Version: it\n" +"Report-Msgid-Bugs-To: safe-rm@packages.debian.org\n" +"POT-Creation-Date: 2008-07-09 11:47+1200\n" +"PO-Revision-Date: 2008-10-27 09:36+0100\n" +"Last-Translator: Vincenzo Campanella \n" +"Language-Team: Italian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "Abort package upgrade?" +msgstr "Terminare l'aggiornamento del pacchetto?" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"WARNING! Your system could become unusable (i.e. you could lose the /bin/rm " +"command)." +msgstr "" +"ATTENZIONE: il sistema potrebbe diventare non più usabile (si potrebbe " +"perdere il comando «/bin/rm»)." + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"Due to a bug in previous versions of safe-rm, this package should be " +"upgraded separately from other packages. If it is currently part of a larger " +"upgrade, you should abort this upgrade now." +msgstr "" +"A causa di un bug nella versione precedente di safe-rm, questo pacchetto dovrebbe " +"essere aggiornato separatamente rispetto agli altri. Se è attualmente parte di un " +"aggiornamento più esteso, annullare questo aggiornamento adesso." + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"Then, upgrade the safe-rm package all by itself and this problem will be " +"resolved. The new version no longer diverts important system files and will " +"therefore not be subject to similar problems." +msgstr "" +"In seguito, aggiornare il pacchetto safe-rm in una sessione separata: questo dovrebbe " +"risolvere il problema. La nuova versione non dirotta più file importanti per il " +"sistema, pertanto non è più afflitta da simili problemi." + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"If you do end up losing the /bin/rm command for whatever reason, you should " +"still be able to use /bin/rm.real directly." +msgstr "" +"Se effettivamente si finisce per perdere il comando «/bin/rm» per qualsiasi " +"ragione, dovrebbe sempre essere possibile usare il comando «/bin/rm.real»." + --- safe-rm-0.8.orig/debian/po/eu.po +++ safe-rm-0.8/debian/po/eu.po @@ -0,0 +1,68 @@ +# translation of safe-rm debconf template to Euskara +# This file is distributed under the same license as the safe-rm package. +# +# Xabier Bilbao , 2008. +# Piarres Beobide , 2008. +msgid "" +msgstr "" +"Project-Id-Version: safe-rm-eu\n" +"Report-Msgid-Bugs-To: safe-rm@packages.debian.org\n" +"POT-Creation-Date: 2008-07-09 11:47+1200\n" +"PO-Revision-Date: 2008-07-15 11:02+0200\n" +"Last-Translator: Piarres Beobide \n" +"Language-Team: Euskara \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "Abort package upgrade?" +msgstr "Eten paketearen bertsio-berritzea?" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"WARNING! Your system could become unusable (i.e. you could lose the /bin/rm " +"command)." +msgstr "" +"KONTUZ! Sistema erabilezina bihur daiteke (adib. /bin/rm komandoa gal " +"daiteke)." + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"Due to a bug in previous versions of safe-rm, this package should be " +"upgraded separately from other packages. If it is currently part of a larger " +"upgrade, you should abort this upgrade now." +msgstr "" +"'safe-rm'-ren bertsio zaharragoen akats baten ondorioz, pakete hau beste " +"paketeetatik aparte bertsio-berritu behar da. Bertsio-berritze zabalago " +"baten zati baldin bada, bertsio-berritze hau oraintxe eten beharko zenuke." + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"Then, upgrade the safe-rm package all by itself and this problem will be " +"resolved. The new version no longer diverts important system files and will " +"therefore not be subject to similar problems." +msgstr "" +"Gero, safe-rm paketea bera bakarrik bertsio-berritu ezazu eta konpondua " +"izango duzu arazoa. Bertsio berriak ez du fitxategi garrantzitsurik " +"desbideratzen eta, beraz, ez du halako arazorik sortuko." + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"If you do end up losing the /bin/rm command for whatever reason, you should " +"still be able to use /bin/rm.real directly." +msgstr "" +"Azkenean moduren batean /bin/rm komandoa galtzen baduzu ere, " +"/bin/rm.real zuzenean erabiltzeko gai izaten jarriatu beharko zenuke." + --- safe-rm-0.8.orig/debian/po/pt.po +++ safe-rm-0.8/debian/po/pt.po @@ -0,0 +1,68 @@ +# translation of safe-rm debconf to Portuguese +# Copyright (C) 2008 Américo Monteiro +# This file is distributed under the same license as the safe-rm package. +# +# Américo Monteiro , 2008. +msgid "" +msgstr "" +"Project-Id-Version: safe-rm 0.2-5\n" +"Report-Msgid-Bugs-To: safe-rm@packages.debian.org\n" +"POT-Creation-Date: 2008-07-09 11:47+1200\n" +"PO-Revision-Date: 2008-07-10 18:38+0100\n" +"Last-Translator: Américo Monteiro \n" +"Language-Team: Portuguese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "Abort package upgrade?" +msgstr "Abortar a actualização do pacote?" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"WARNING! Your system could become unusable (i.e. you could lose the /bin/rm " +"command)." +msgstr "" +"AVISO! O seu sistema pode ficar inutilizável (ou seja, você pode perder o " +"comando /bin/rm)." + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"Due to a bug in previous versions of safe-rm, this package should be " +"upgraded separately from other packages. If it is currently part of a larger " +"upgrade, you should abort this upgrade now." +msgstr "" +"Devido a um erro nas versões prévias do safe-rm, este pacote deverá ser " +"actualizado separadamente de outros pacotes. Se correntemente isto é " +"parte duma actualização maior, você deve abortar esta actualização agora." + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"Then, upgrade the safe-rm package all by itself and this problem will be " +"resolved. The new version no longer diverts important system files and will " +"therefore not be subject to similar problems." +msgstr "" +"Depois, actualize o pacote safe-rm sozinho e este problema estará resolvido. " +"A nova versão já não desvia ficheiros importantes do sistema e por isso já " +"não está sujeita a problemas semelhantes." + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"If you do end up losing the /bin/rm command for whatever reason, you should " +"still be able to use /bin/rm.real directly." +msgstr "" +"Se você acabou por perder o comando /bin/rm por qualquer razão, você ainda " +"deve poder usar o /bin/rm.real directamente." + --- safe-rm-0.8.orig/debian/po/templates.pot +++ safe-rm-0.8/debian/po/templates.pot @@ -0,0 +1,57 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: safe-rm@packages.debian.org\n" +"POT-Creation-Date: 2008-07-09 11:47+1200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "Abort package upgrade?" +msgstr "" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"WARNING! Your system could become unusable (i.e. you could lose the /bin/rm " +"command)." +msgstr "" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"Due to a bug in previous versions of safe-rm, this package should be " +"upgraded separately from other packages. If it is currently part of a larger " +"upgrade, you should abort this upgrade now." +msgstr "" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"Then, upgrade the safe-rm package all by itself and this problem will be " +"resolved. The new version no longer diverts important system files and will " +"therefore not be subject to similar problems." +msgstr "" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"If you do end up losing the /bin/rm command for whatever reason, you should " +"still be able to use /bin/rm.real directly." +msgstr "" --- safe-rm-0.8.orig/debian/po/de.po +++ safe-rm-0.8/debian/po/de.po @@ -0,0 +1,66 @@ +# Translation of safe-rm debconf templates to German +# Copyright (C) Helge Kreutzmann , 2008. +# This file is distributed under the same license as the safe-rm package. +# +msgid "" +msgstr "" +"Project-Id-Version: safe-rm 0.2-5\n" +"Report-Msgid-Bugs-To: safe-rm@packages.debian.org\n" +"POT-Creation-Date: 2008-07-09 11:47+1200\n" +"PO-Revision-Date: 2008-07-11 10:00+0200\n" +"Last-Translator: Helge Kreutzmann \n" +"Language-Team: de \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "Abort package upgrade?" +msgstr "Paket-Upgrade abbrechen?" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"WARNING! Your system could become unusable (i.e. you could lose the /bin/rm " +"command)." +msgstr "" +"WARNUNG! Ihr System könnte unbenutzbar werden (d.h. Sie könnten den Befehl " +"/bin/rm verlieren)." + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"Due to a bug in previous versions of safe-rm, this package should be " +"upgraded separately from other packages. If it is currently part of a larger " +"upgrade, you should abort this upgrade now." +msgstr "" +"Aufgrund eines Fehlers in vorhergehenden Version von Safe-rm sollte das " +"Upgrade dieses Pakets getrennt von anderen Paketen durchgeführt werden. Falls " +"es derzeit Teil eines größeren Upgrades ist, sollten Sie dieses jetzt " +"abbrechen." + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"Then, upgrade the safe-rm package all by itself and this problem will be " +"resolved. The new version no longer diverts important system files and will " +"therefore not be subject to similar problems." +msgstr "" +"Führen Sie dann das Upgrade des Safe-rm-Pakets alleine durch und das Problem " +"wird behoben. Die neue Version leitet keine wichtigen Systemdateien mehr um " +"und unterliegt somit nicht ähnlichen Problemen." + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"If you do end up losing the /bin/rm command for whatever reason, you should " +"still be able to use /bin/rm.real directly." +msgstr "" +"Falls Ihnen aus irgendeinem Grund der Befehl /bin/rm verloren gehen sollte, " +"müsste es weiterhin möglich sein, direkt /bin/rm.real zu benutzen." --- safe-rm-0.8.orig/debian/po/vi.po +++ safe-rm-0.8/debian/po/vi.po @@ -0,0 +1,56 @@ +# Vietnamese translation for Safe RM. +# Clytie Siddall , 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: safe-rm 0.2-6\n" +"Report-Msgid-Bugs-To: safe-rm@packages.debian.org\n" +"POT-Creation-Date: 2008-07-09 11:47+1200\n" +"PO-Revision-Date: 2008-07-16 17:02+0930\n" +"Last-Translator: Clytie Siddall \n" +"Language-Team: Vietnamese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: LocFactoryEditor 1.7b3\n" + +#: ../templates:1001 +#. Type: boolean +#. Description +msgid "Abort package upgrade?" +msgstr "Hủy bỏ việc nâng cấp gói ?" + +#: ../templates:1001 +#. Type: boolean +#. Description +msgid "" +"WARNING! Your system could become unusable (i.e. you could lose the /bin/rm " +"command)." +msgstr "CẢNH BÁO : hệ thống này có thể trở thành vô ích (tức là bạn có thể mất câu lệnh « /bin/rm »)." + +#: ../templates:1001 +#. Type: boolean +#. Description +msgid "" +"Due to a bug in previous versions of safe-rm, this package should be " +"upgraded separately from other packages. If it is currently part of a larger " +"upgrade, you should abort this upgrade now." +msgstr "Do một lỗi trong các phiên bản safe-rm cũ, gói này nên được nâng cấp một cách riêng với các gói khác. Gói này hiện thời thuộc về một tiến trình nâng cấp rộng rãi hơn: bạn nên hủy bỏ tiến trình nâng cấp này ngay bây giờ." + +#: ../templates:1001 +#. Type: boolean +#. Description +msgid "" +"Then, upgrade the safe-rm package all by itself and this problem will be " +"resolved. The new version no longer diverts important system files and will " +"therefore not be subject to similar problems." +msgstr "Sau đó, hãy nâng cấp gói safe-rm một cách riêng, mà giải quyết vấn đề này. Phiên bản mới không còn chuyển hướng lại các tập tin hệ thống quan trọng thì không gây ra vấn đề tương tự. " + +#: ../templates:1001 +#. Type: boolean +#. Description +msgid "" +"If you do end up losing the /bin/rm command for whatever reason, you should " +"still be able to use /bin/rm.real directly." +msgstr "Nếu cuối cùng bạn mất câu lệnh « /bin/rm » vì lý do nào đó, bạn vẫn nên có khả năng sử dụng « /bin/rm.real » một cách trực tiếp." --- safe-rm-0.8.orig/debian/po/fr.po +++ safe-rm-0.8/debian/po/fr.po @@ -0,0 +1,70 @@ +# Translation of safe-rm debconf templates to French +# Copyright (C) 2008 Christian Perrier +# This file is distributed under the same license as the safe-rm package. +# +# Christian Perrier , 2008. +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: safe-rm@packages.debian.org\n" +"POT-Creation-Date: 2008-07-09 11:47+1200\n" +"PO-Revision-Date: 2008-07-11 06:57+0200\n" +"Last-Translator: Christian Perrier \n" +"Language-Team: French \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "Abort package upgrade?" +msgstr "Faut-il interrompre la mise à jour du paquet ?" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"WARNING! Your system could become unusable (i.e. you could lose the /bin/rm " +"command)." +msgstr "" +"Attention, le système pourrait devenir inutilisable par perte de la " +"commande /bin/rm." + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"Due to a bug in previous versions of safe-rm, this package should be " +"upgraded separately from other packages. If it is currently part of a larger " +"upgrade, you should abort this upgrade now." +msgstr "" +"En raison d'un bogue d'une version antérieure du paquet de safe-rm, ce " +"paquet doit être mis à jour séparément des autres paquets. Si la mise à jour " +"actuelle fait partie d'une mise à jour comportant d'autres paquets, vous " +"devriez refuser la mise à jour maintenant." + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"Then, upgrade the safe-rm package all by itself and this problem will be " +"resolved. The new version no longer diverts important system files and will " +"therefore not be subject to similar problems." +msgstr "" +"Vous pourrez ensuite mettre le paquet safe-rm à jour de manière isolée et le " +"problème sera résolu. La nouvelle version ne dérive plus des fichiers " +"importants du système et, en conséquence, ne souffrira plus de problèmes de ce " +"type." + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"If you do end up losing the /bin/rm command for whatever reason, you should " +"still be able to use /bin/rm.real directly." +msgstr "" +"Si la commande /bin/rm devenait malgré tout indisponible, vous pourrez " +"toujours utiliser la commande /bin/rm.real à la place." +