summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.