From 053a0cfd2a5ae02d66dac38c5bc30166a2c64254 Mon Sep 17 00:00:00 2001 From: Zeljko Boros Date: Thu, 13 Jun 2019 22:00:06 +0200 Subject: [PATCH 1/2] =?utf8?q?Prva=20ina=C4=8Dica=20za=20stretch?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- debian/changelog | 6 ++++++ debian/control | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9a3a677..4da9237 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +munin-cn (2.0.33.1) stable; urgency=low + + * Prva inačica paketa za stretch + + -- Zeljko Boros Thu, 13 Jun 2019 08:58:15 +0200 + munin-cn (2.0.25.2) stable; urgency=low * Sitne ispravke diff --git a/debian/control b/debian/control index 3481191..09babdc 100644 --- a/debian/control +++ b/debian/control @@ -4,11 +4,11 @@ Priority: optional Maintainer: Grupa za izradu paketa Uploaders: Zeljko Boros Build-Depends: debhelper (>= 9) -Standards-Version: 3.9.6 +Standards-Version: 3.9.8 Package: munin-cn Architecture: all -Depends: munin (>= 2.0.25-1), munin-node (>= 2.0.25-1), ${misc:Depends} +Depends: munin (>= 2.0.33-1), munin-node (>= 2.0.33-1), ${misc:Depends} Description: network-wide graphing framework (grapher/gatherer) Munin is a highly flexible and powerful solution used to create graphs of virtually everything imaginable throughout your network, while still -- 1.7.10.4 From d6e47dc172f8eb132145e0bdac9c143ac49a2f5c Mon Sep 17 00:00:00 2001 From: Zeljko Boros Date: Mon, 3 May 2021 15:09:32 +0200 Subject: [PATCH 2/2] Prva inacica za buster --- debian/changelog | 6 ++++++ debian/control | 4 ++-- debian/postinst | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4da9237..530f664 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +munin-cn (2.0.49+cn10u1) stable; urgency=low + + * Prva inačica paketa za buster + + -- Zeljko Boros Mon, 03 May 2021 15:07:26 +0200 + munin-cn (2.0.33.1) stable; urgency=low * Prva inačica paketa za stretch diff --git a/debian/control b/debian/control index 09babdc..c700e04 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Standards-Version: 3.9.8 Package: munin-cn Architecture: all -Depends: munin (>= 2.0.33-1), munin-node (>= 2.0.33-1), ${misc:Depends} +Depends: munin (>= 2.0.49-1), munin-node (>= 2.0.49-1), ${misc:Depends} Description: network-wide graphing framework (grapher/gatherer) Munin is a highly flexible and powerful solution used to create graphs of virtually everything imaginable throughout your network, while still @@ -30,4 +30,4 @@ Description: network-wide graphing framework (grapher/gatherer) RRDtool. To see a real example of Munin in action, take a peek at . . - This package brings CARNet-related configuration. + This package brings CARNET-specific configuration. diff --git a/debian/postinst b/debian/postinst index 8724b41..12fcad8 100755 --- a/debian/postinst +++ b/debian/postinst @@ -46,7 +46,7 @@ cp_check_and_sed 'localhost.localdomain' \ if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then invoke-rc.d munin-node restart || exit $? else - /etc/init.d/munin-node restart || exit $? + service munin-node restart || exit $? fi # dh_installdeb will replace this with shell code automatically -- 1.7.10.4