diff options
author | jestin | 2002-12-27 17:17:20 +0000 |
---|---|---|
committer | jestin | 2002-12-27 17:17:20 +0000 |
commit | 5a44dbef7c997b6e09a565306c60e7146f0f8c2b (patch) | |
tree | 682d9cf3854d06f11757d2ad9eb60ef3d45faf9a /debian | |
parent | 21db182d2ba046114e5a48893e32335e7990f8f5 (diff) | |
download | ivy-java-5a44dbef7c997b6e09a565306c60e7146f0f8c2b.zip ivy-java-5a44dbef7c997b6e09a565306c60e7146f0f8c2b.tar.gz ivy-java-5a44dbef7c997b6e09a565306c60e7146f0f8c2b.tar.bz2 ivy-java-5a44dbef7c997b6e09a565306c60e7146f0f8c2b.tar.xz |
Passage à 1.2.2
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/postinst.ivy-java | 16 |
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 |