Prva inacica za buster master debian/2.0.49+cn10u1
authorZeljko Boros <Zeljko.Boros@carnet.hr>
Mon, 3 May 2021 13:09:32 +0000 (15:09 +0200)
committerZeljko Boros <Zeljko.Boros@carnet.hr>
Mon, 3 May 2021 13:09:32 +0000 (15:09 +0200)
debian/changelog
debian/control
debian/postinst

index 9a3a677..530f664 100644 (file)
@@ -1,3 +1,15 @@
+munin-cn (2.0.49+cn10u1) stable; urgency=low
+
+  * Prva inačica paketa za buster
+
+ -- Zeljko Boros <Zeljko.Boros@carnet.hr>  Mon, 03 May 2021 15:07:26 +0200
+
+munin-cn (2.0.33.1) stable; urgency=low
+
+  * Prva inačica paketa za stretch
+
+ -- Zeljko Boros <Zeljko.Boros@carnet.hr>  Thu, 13 Jun 2019 08:58:15 +0200
+
 munin-cn (2.0.25.2) stable; urgency=low
 
   * Sitne ispravke
 munin-cn (2.0.25.2) stable; urgency=low
 
   * Sitne ispravke
index 3481191..c700e04 100644 (file)
@@ -4,11 +4,11 @@ Priority: optional
 Maintainer: Grupa za izradu paketa <paketi@carnet.hr>
 Uploaders: Zeljko Boros <Zeljko.Boros@carnet.hr>
 Build-Depends: debhelper (>= 9)
 Maintainer: Grupa za izradu paketa <paketi@carnet.hr>
 Uploaders: Zeljko Boros <Zeljko.Boros@carnet.hr>
 Build-Depends: debhelper (>= 9)
-Standards-Version: 3.9.6
+Standards-Version: 3.9.8
 
 Package: munin-cn
 Architecture: all
 
 Package: munin-cn
 Architecture: all
-Depends: munin (>= 2.0.25-1), munin-node (>= 2.0.25-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
 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
  <http://www.linpro.no/projects/munin/example/>.
  .
  RRDtool. To see a real example of Munin in action, take a peek at
  <http://www.linpro.no/projects/munin/example/>.
  .
- This package brings CARNet-related configuration.
+ This package brings CARNET-specific configuration.
index 8724b41..12fcad8 100755 (executable)
@@ -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
 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
 fi
 
 # dh_installdeb will replace this with shell code automatically