summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormathieu.cousy2021-11-17 12:06:47 +0100
committermathieu.cousy2021-11-17 12:06:47 +0100
commitcfbc6bffff2d8819b7a99c61ad586552748bda15 (patch)
treea40a2989671ed22ed2d49828931c4dee164ae179
parent66c02e635d2db5dd5b27914cc568efd9b31edc21 (diff)
downloadivycontrolpanel-master.zip
ivycontrolpanel-master.tar.gz
ivycontrolpanel-master.tar.bz2
ivycontrolpanel-master.tar.xz
Changed dependency to perl instead of perl5 for compatibilityHEADmaster
-rw-r--r--debian/changelog6
-rw-r--r--debian/control2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 77a01da..1533c81 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ivycontrolpanel (2.8) unstable; urgency=low
+
+ * changed dependecy to perl instead of perl5
+
+ -- Mathieu Cousy <mathieu.cousy@enac.fr> Wed, 17 Nov 2021 12:00:28 +0200
+
ivycontrolpanel (2.7) unstable; urgency=low
* Handle cpp parameter
diff --git a/debian/control b/debian/control
index 836350d..7c36a67 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Standards-Version: 3.2.1
Package: ivycontrolpanel
Architecture: all
-Depends: perl5, ivy-perl (>= 4.11b), perl-tk, ivylaunch (>= 1.6)
+Depends: perl, ivy-perl (>= 4.11b), perl-tk, ivylaunch (>= 1.6)
Description: Monitoring of ivy based applications
Monitoring of ivy agent (ie ivy based applications).
It monitors applications launched on a given ivy port number.