[icebreaker] 04/22: 1.21-6
Andreas Gnau
rondom-guest at moszumanska.debian.org
Sat Sep 9 09:06:46 UTC 2017
This is an automated email from the git hooks/post-receive script.
rondom-guest pushed a commit to branch master
in repository icebreaker.
commit 80a5821bd3ead817c19f194654d4c33dc852ed0a
Author: LaMont Jones <lamont at debian.org>
Date: Wed Sep 12 09:06:41 2007 -0600
1.21-6
---
debian/changelog | 6 ++++++
debian/postinst | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 246ea1e..505eabc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+icebreaker (1.21-6) unstable; urgency=low
+
+ * Fix typos in postinst. Closes: #133104.
+
+ -- LaMont Jones <lamont at debian.org> Sat, 9 Feb 2002 13:30:16 -0700
+
icebreaker (1.21-5) unstable; urgency=low
* New maintainer. Closes: #130825
diff --git a/debian/postinst b/debian/postinst
index fbb9bec..e102043 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -25,7 +25,7 @@ set -e
case "$1" in
configure)
- if [ -a /var/lib/games/icebreaker.scores -a ! -a /var/games/icebreaker.scores ]; then
+ if [ -f /var/lib/games/icebreaker.scores -a ! -f /var/games/icebreaker.scores ]; then
mv /var/lib/games/icebreaker.scores /var/games/icebreaker.scores
fi
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/icebreaker.git
More information about the Pkg-games-commits
mailing list