diff options
author | jestin | 2004-08-26 16:03:38 +0000 |
---|---|---|
committer | jestin | 2004-08-26 16:03:38 +0000 |
commit | 886a10deb9eca8c144b1da77df6e1a250dbb2562 (patch) | |
tree | 55ab9fa6a8bc75993e96dcf2b6f51d802d7a1172 /debian/control | |
parent | 7c299d28f7aef54d9498cb208b7ffacb210d73ef (diff) | |
download | ivymon-886a10deb9eca8c144b1da77df6e1a250dbb2562.zip ivymon-886a10deb9eca8c144b1da77df6e1a250dbb2562.tar.gz ivymon-886a10deb9eca8c144b1da77df6e1a250dbb2562.tar.bz2 ivymon-886a10deb9eca8c144b1da77df6e1a250dbb2562.tar.xz |
Je rajoute une ligne pour que l'install marche avec les perl5.8 ( plus besoin
de dépendre de libtime-hires-perl ... )
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 3d2ccad..e309b0e 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Standards-Version: 3.1.1 Package: ivymon Architecture: all -Depends: perl-tk, ivy-perl (>=4.8), libtime-hires-perl (>= 1.20-4) +Depends: perl-tk, ivy-perl (>=4.8), perl (>=5.8) | libtime-hires-perl (>= 1.20-4) Description: a graphical application for monitoring Ivy ivymon is a graphical application for monitoring Ivy agents. It can be used to track messages or send messages to agents. @@ -14,4 +14,4 @@ Description: a graphical application for monitoring Ivy listed in a messages list under. Completion is available in the messages to send box. Applications list displays all connected agents. - Receveived messages can be scrolled, searched or marked.
\ No newline at end of file + Receveived messages can be scrolled, searched or marked. |