summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog13
-rwxr-xr-xdebian/rules4
2 files changed, 13 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index e14c0aa..4713347 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+ivy-perl (4.10) unstable; urgency=low
+
+ * ivy-perl does no more allow subscription to illformed regular expressions
+ as for example 'zaza (' or '*'
+ * ivy-perl is now tolerant to illformed regular expressions subscribed
+ by other agent on the bus
+ * with the statusfunc, it is now possible to know every regexp
+ subscribed / unsubscribed by other agents
+ * the ivyprobe.pl application now displays all subscriptions /
+ unsubscriptions. It also allows unsubscription
+
+ -- Christophe MERTZ <mertz@tls.cena.fr> Thu, 25 Apr 2002 15:33:34 +0200
+
ivy-perl (4.9) unstable; urgency=low
* correction par hervé d'un bug provoquant des "Segmentation fault"
diff --git a/debian/rules b/debian/rules
index 9314e97..4234a7a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,12 +14,8 @@ archlib = `$(PERL) -MConfig -e 'print $$Config{installarchlib}'`
build:
$(checkdir)
-# perl Makefile.PL INSTALLDIRS=vendor
$(PERL) Makefile.PL INSTALLDIRS=vendor FULLPERL="PERL_DL_NONLAZY=0 /usr/bin/perl"
$(MAKE)
-# $(MAKE) OPTIMIZE="-O2 -g -Wall"
-# perl Makefile.PL $(config)
-# $(MAKE)
$(MAKE) test
touch build