summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rw-r--r--debian/control2
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index f5fbd16..1e44dbf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ivy-perl (4.18) unstable; urgency=low
+
+ * Build Debian Package with Alex's latest changes, implementing ping/pong
+ messages, regexp stats and monitoring tool, API change on bindRegexp
+
+ -- Olivier Fourdan <fourdan@lerak.tls.cena.fr> Mon, 21 Aug 2006 09:55:46 +0200
+
ivy-perl (4.17) unstable; urgency=low
* correct a protocol bug in _sendWantedRegexp, the port number is now sended instead of 0.
diff --git a/debian/control b/debian/control
index 73b71c9..121ea39 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Standards-Version: 3.5.6.0
Package: ivy-perl
Architecture: all
-Depends: ${perl:Depends}, perl-tk, libtime-hires-perl (>= 1.20-4) | perl (>= 5.8) , libio-socket-multicast-perl (>= 0.25) | libsocket-multicast-perl (>= 0.25)
+Depends: ${perl:Depends}, perl-tk, libtime-hires-perl (>= 1.20-4) | perl (>= 5.8) , libio-socket-multicast-perl (>= 0.25) | libsocket-multicast-perl (>= 0.25)
Build-Depends: debhelper (>= 3.0.18)
Description: Perl module and documentation for using the Ivy software bus
Ivy is mostly a communication convention between processes, implemented