summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjestin2004-08-26 16:03:38 +0000
committerjestin2004-08-26 16:03:38 +0000
commit886a10deb9eca8c144b1da77df6e1a250dbb2562 (patch)
tree55ab9fa6a8bc75993e96dcf2b6f51d802d7a1172
parent7c299d28f7aef54d9498cb208b7ffacb210d73ef (diff)
downloadivymon-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 ... )
-rw-r--r--debian/control4
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.