From 5259092c6b22593d7dac297e1213e551f3524e80 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 6 May 2009 14:53:09 -0400 Subject: releasing version 0.35 --- debian/changelog | 4 ++-- debian/postrm | 2 +- debian/preinst | 2 +- debian/templates | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 03cf25b..0d5bbe0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,9 @@ -etckeeper (0.35) UNRELEASED; urgency=low +etckeeper (0.35) unstable; urgency=low * Make etckeeper uninit -f disable the prompt. * Uninit on purge, guarded by a debconf prompt. Closes: #527218 - -- Joey Hess Wed, 06 May 2009 14:04:56 -0400 + -- Joey Hess Wed, 06 May 2009 14:52:30 -0400 etckeeper (0.34) unstable; urgency=low diff --git a/debian/postrm b/debian/postrm index 1dc53aa..7fd06f6 100644 --- a/debian/postrm +++ b/debian/postrm @@ -14,7 +14,7 @@ if [ "$1" = purge ]; then . /var/cache/etckeeper/stash/etckeeper.conf if [ -n "$VCS" ]; then db_subst etckeeper/purge VCS "$VCS" - db_input high etckeeper/purge || true + db_input critical etckeeper/purge || true db_go || true db_get etckeeper/purge if [ "$RET" = true ]; then diff --git a/debian/preinst b/debian/preinst index dfb3aa8..11647a1 100644 --- a/debian/preinst +++ b/debian/preinst @@ -70,6 +70,6 @@ install|upgrade) done fi - # delete files the postrm stashes away to handle purging + # delete files the prerm stashes away to handle purging rm -rf /var/cache/etckeeper/stash esac diff --git a/debian/templates b/debian/templates index 4638238..2cec92c 100644 --- a/debian/templates +++ b/debian/templates @@ -17,7 +17,7 @@ _Description: Commit failed Template: etckeeper/purge Type: boolean -Default: false +Default: true _Description: Remove etckeeper ${VCS} repository and associated files? Etckeeper is being purged from the system, and was used to store /etc in a ${VCS} repository. If you choose to remove the -- cgit v1.2.3