diff options
author | mathieu.cousy | 2021-11-17 12:06:47 +0100 |
---|---|---|
committer | mathieu.cousy | 2021-11-17 12:06:47 +0100 |
commit | cfbc6bffff2d8819b7a99c61ad586552748bda15 (patch) | |
tree | a40a2989671ed22ed2d49828931c4dee164ae179 /debian | |
parent | 66c02e635d2db5dd5b27914cc568efd9b31edc21 (diff) | |
download | ivycontrolpanel-master.zip ivycontrolpanel-master.tar.gz ivycontrolpanel-master.tar.bz2 ivycontrolpanel-master.tar.xz |
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 2 |
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. |