aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/postinst.ivy-java16
2 files changed, 14 insertions, 8 deletions
diff --git a/debian/changelog b/debian/changelog
index 2a68c9b..951a217 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ivy-java (1.2.2) unstable; urgency=low
+
+ - bugfix in IvyClient leading to a growth in CPU usage
+
+ -- Yannick Jestin <jestin@cena.fr> Fri, 27 Dec 2002 17:26:00 +0200
+
ivy-java (1.2.1) unstable; urgency=low
- upstream release fixing a couple of bugs
diff --git a/debian/postinst.ivy-java b/debian/postinst.ivy-java
index f82ba3a..5c81c94 100644
--- a/debian/postinst.ivy-java
+++ b/debian/postinst.ivy-java
@@ -12,12 +12,12 @@ if [ -d /usr/doc ]; then
fi
fi
-#if [ "$1" = "configure" ]; then
-# if command -v install-docs >/dev/null 2>&1; then
-# for doc in $docs
-# do
-# install-docs -i /usr/share/doc-base/$doc
-# done
-# fi
-#fi
+if [ "$1" = "configure" ]; then
+ if command -v install-docs >/dev/null 2>&1; then
+ for doc in $docs
+ do
+ install-docs -i /usr/share/doc-base/$doc
+ done
+ fi
+fi