summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-05-06 14:53:09 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-05-06 14:53:09 -0400
commit5259092c6b22593d7dac297e1213e551f3524e80 (patch)
tree3a598ae5841109db0dfc15b38aa0e6b9148cb9b6 /debian
parent61f7f5cf84c604062b8034deba436f2bddfa340e (diff)
releasing version 0.35
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
-rw-r--r--debian/postrm2
-rw-r--r--debian/preinst2
-rw-r--r--debian/templates2
4 files changed, 5 insertions, 5 deletions
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 <joeyh@debian.org> Wed, 06 May 2009 14:04:56 -0400
+ -- Joey Hess <joeyh@debian.org> 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