aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog8
-rwxr-xr-xdebian/rules3
2 files changed, 11 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 724309e..2a68c9b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+ivy-java (1.2.1) unstable; urgency=low
+
+ - upstream release fixing a couple of bugs
+ - updates in the sgml documentation, which is now included in the package
+ - produces pdf and html from the sgml documentation
+
+ -- Yannick Jestin <jestin@cena.fr> Fri, 27 Sep 2002 16:17:26 +0200
+
ivy-java (1.2.0) unstable; urgency=low
- there is now a torough non regression test suite in tests directory
diff --git a/debian/rules b/debian/rules
index 7841867..c12d286 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,6 +33,9 @@ debian/stamp/binary/ivy-java : debian/stamp/build
cp -r Changelog $(docdir)
gzip -9 $(docdir)/Changelog
cp doc/ivy-java.1 $(mandir)
+ ( cd doc ; make )
+ cp -R doc/ivy-java $(docdir)/doc/programmersguide
+ cp -R doc/ivy-java.pdf $(docdir)/programmersguide.pdf
gzip -9 $(mandir)/ivy-java.1
$(install_nonex) debian/README.Debian $(docdir)
$(install_nonex) BUGS README $(docdir)