diff options
author | mertz | 2003-09-17 16:18:24 +0000 |
---|---|---|
committer | mertz | 2003-09-17 16:18:24 +0000 |
commit | ea6ff5095dd6bd743b39abd26f2ecb8dd4dd5382 (patch) | |
tree | 685b99775b1aa4a9e5cf6c68c3b1e247cf9e68f5 /debian | |
parent | 0730268d1ec53cccaf79ae58426ff097f48f553c (diff) | |
download | ivy-perl-ea6ff5095dd6bd743b39abd26f2ecb8dd4dd5382.zip ivy-perl-ea6ff5095dd6bd743b39abd26f2ecb8dd4dd5382.tar.gz ivy-perl-ea6ff5095dd6bd743b39abd26f2ecb8dd4dd5382.tar.bz2 ivy-perl-ea6ff5095dd6bd743b39abd26f2ecb8dd4dd5382.tar.xz |
the old, specific CENA perl module gettimeofday-perl has been replaced by
the CPAN world-wide used Time::HiRes module
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index f4ccb48..eb7f75c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ivy-perl (4.16) unstable; urgency=low + + * ivy now uses libtime-hires-perl, a standard debian package rather + than our previous specific gettimeofday-perl + + -- Christophe Mertz <mertz@tls.cena.fr> Mon, 15 Sep 2003 11:05:32 +0200 + ivy-perl (4.15) unstable; urgency=low * Fixed problem with multiple addresses in gethostbyname(hostname()) diff --git a/debian/control b/debian/control index 4f162bb..6365be6 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, gettimeofday-perl (>= 1.0.1), libsocket-multicast-perl (>= 0.25) +Depends: ${perl:Depends}, perl-tk, libtime-hires-perl (>= 1.20-4), 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 |