+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
 
 
 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
  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.
 
 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