summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog13
-rwxr-xr-xdebian/rules3
2 files changed, 14 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index f8f9f64..3e5722a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+ivy-c (3.0-1) unstable; urgency=low
+
+ * new api : see documentation
+ * src/Makefile : updates
+ * src/ivy.c
+ * - bug correction when broadcast socket can't be opened
+ * src/ivychannel.c :
+ * - bug correction when handling expceptions on channels
+ * Clean headers
+ * testivy -> ivyprobe
+
+ -- Hervé Damiano <damiano@cenatoulouse.dgac.fr> Thu, 18 Feb 1999 11:50:50 +0100
+
ivy-c (1.2-1) unstable; urgency=low
* Mise au propre
diff --git a/debian/rules b/debian/rules
index 1713808..39d777a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,6 @@ build:
clean:
$(checkdir)
-rm -f build
-
-rm -rf debian/tmp `find debian/* -type d ! -name CVS` debian/files* core
-rm -f debian/*substvars
@@ -30,7 +29,7 @@ binary-indep: checkroot build
binary-arch: checkroot build
$(checkdir)
- -rm -rf debian/tmp `find debian/* -type d`
+ -rm -rf debian/tmp `find debian/* -type d ! -name CVS`
install -d debian/tmp
cd debian/tmp && install -d `cat ../dirs`