summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authordamiano1999-02-19 09:45:03 +0000
committerdamiano1999-02-19 09:45:03 +0000
commit7baa382a1f393b1bff53e269adba2ab194e45574 (patch)
treea7444bf4ca01f864a9af03fbb0b879b8d17179ca /debian
parenta6ef32989019cc4bbb21f5f6a5df995344f0705f (diff)
downloadivy-c-7baa382a1f393b1bff53e269adba2ab194e45574.zip
ivy-c-7baa382a1f393b1bff53e269adba2ab194e45574.tar.gz
ivy-c-7baa382a1f393b1bff53e269adba2ab194e45574.tar.bz2
ivy-c-7baa382a1f393b1bff53e269adba2ab194e45574.tar.xz
L'argument bus est retiré de IvyInit (ivy.c, ivy.h, ivyprobe.c)
La variable DefaultIvyBus est maintenant de la forme "<domain>:<port>" (ivy.c) Les fichiers debian/* ont été corrigés pour le paquetage 3.0 (tag V3_0)
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`