[Pkg-privacy-commits] [vidalia] 46/160: Handling purging error, due to missed RET debconf callback variable.

Ximin Luo infinity0 at moszumanska.debian.org
Sat Aug 22 13:14:00 UTC 2015


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch master
in repository vidalia.

commit f936407d8d4be3ff62b5fbf9e3dce06163ae06b2
Author: Dererk <dererk at madap.com.ar>
Date:   Tue Oct 19 17:50:41 2010 -0300

    Handling purging error, due to missed RET debconf callback variable.
---
 debian/0.2.x/changelog | 8 ++++++++
 debian/0.2.x/postrm    | 1 -
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/0.2.x/changelog b/debian/0.2.x/changelog
index 10eebc8..c30845c 100644
--- a/debian/0.2.x/changelog
+++ b/debian/0.2.x/changelog
@@ -1,3 +1,11 @@
+vidalia (0.2.10-3) unstable; urgency=low
+
+  * An 'Oops-ish' dupload.
+  * Fixing error while purging pkg (Closes: #600744).
+  * Improved pkg documentation and proper l10n English review.
+
+ -- Ulises Vitulli <dererk at debian.org>  Tue, 19 Oct 2010 17:03:46 -0300
+
 vidalia (0.2.10-2) unstable; urgency=low
 
   * Improved debconf templates interaction and set a default answer case
diff --git a/debian/0.2.x/postrm b/debian/0.2.x/postrm
index 0def80c..68a1ef5 100644
--- a/debian/0.2.x/postrm
+++ b/debian/0.2.x/postrm
@@ -2,7 +2,6 @@
 set -e
 
 if [ "$1" = "purge" ]; then
-  echo " Removing /etc/default/tor.vidalia"
   rm -f /etc/default/tor.vidalia
   if [ -x "/usr/bin/ucf" ]; then
     ucf --purge /etc/default/tor.vidalia

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/vidalia.git



More information about the Pkg-privacy-commits mailing list