Prva verzija za buster. debian/1%5.26.0+cn10u1
authorIvan Rako <ivan.rako@srce.hr>
Tue, 25 Aug 2020 20:26:43 +0000 (22:26 +0200)
committerIvan Rako <ivan.rako@srce.hr>
Tue, 25 Aug 2020 20:26:43 +0000 (22:26 +0200)
README.CARNET [moved from README.CARNet with 100% similarity]
debian/changelog
debian/compat
debian/control
debian/copyright
debian/docs
debian/postinst
debian/source/format [new file with mode: 0644]
update-monit.d

similarity index 100%
rename from README.CARNet
rename to README.CARNET
index 70747b7..f8a73a3 100644 (file)
@@ -1,3 +1,9 @@
+monit-cn (1:5.26.0+cn10u1) stable; urgency=low
+
+  * Prva verzija za buster
+
+ -- Ivan Rako <Ivan.Rako@CARNET.hr>  Tue, 25 Aug 2020 22:25:02 +0200
+
 monit-cn (1:5.20.0~cn0) stable; urgency=low
 
   * prilagodbe za stretch
index ec63514..f599e28 100644 (file)
@@ -1 +1 @@
-9
+10
index 416ab19..42809bf 100644 (file)
@@ -1,13 +1,13 @@
 Source: monit-cn
 Section: net
 Priority: optional
-Maintainer: Ivan Rako <Ivan.Rako@CARNet.hr>
-Build-Depends: debhelper (>= 9)
+Maintainer: Ivan Rako <Ivan.Rako@CARNET.hr>
+Build-Depends: debhelper (>= 10)
 Standards-Version: 3.9.8
 
 Package: monit-cn
 Architecture: all
-Depends: monit (>= 1:5.20.0-6), carnet-tools-cn (>= 3.2.1), gawk | mawk, ${misc:Depends}
+Depends: monit (>= 1:5.26.0), carnet-tools-cn (>= 3.3.0), gawk | mawk, ${misc:Depends}
 Description: Utility for monitoring and managing daemons or similar programs
  monit is a utility for monitoring and managing daemons or similar
  programs running on a Unix system. It will start specified programs
@@ -40,7 +40,7 @@ Description: Utility for monitoring and managing daemons or similar programs
   * An http interface with optional SSL support to make monit
     accessible from a webbrowser
  .
- This is the CARNet Debian customization package which brings
+ This is the CARNET Debian customization package which brings
  update-monit.d script (which will hopefully generate configuration based
  on currently installed and running services which can be monitored with
  monit), as well as automagical installation as respawnable process in
index 1fb1065..cc2c203 100644 (file)
@@ -1,6 +1,6 @@
 Copyright:
 
-   Copyright (C) 2013  Dinko Korunic, CARNet, Grupa za izradu paketa
+   Copyright (C) 2013  Dinko Korunic, CARNET, Grupa za izradu paketa
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
index 8f6e250..db3c4b3 100644 (file)
@@ -1 +1 @@
-README.CARNet
+README.CARNET
index 5b887c2..c6d3069 100755 (executable)
@@ -5,13 +5,13 @@ set -e
 [ "$1" = "configure" ] || exit 0
 [ "$DEBIAN_SCRIPT_DEBUG" ] && set -vx
 
-# Load CARNet Tools
+# Load CARNET Tools
 . /usr/share/carnet-tools/functions.sh
 
 # check if monitrc is ours
 installfile=1
 if [ -e /etc/monit/monitrc ]; then
-    if ! grep -q "CARNet package monit-cn" /etc/monit/monitrc; then
+    if ! grep -q "CARNET package monit-cn" /etc/monit/monitrc; then
         installfile=1
         mv -f /etc/monit/monitrc /etc/monit/monitrc.dpkg-old
     else
@@ -54,7 +54,7 @@ cp_check_and_sed '^START[[:space:]]*=[[:space:]]*no' \
     's/^START[[:space:]]*=.*/START=yes/g' /etc/default/monit || true
 
 # remove us from systemv monit script
-if grep -q 'CARNet package monit-cn' /etc/init.d/monit; then
+if grep -q 'CARNET package monit-cn' /etc/init.d/monit; then
   echo "CN: Removing monit workaround from /etc/init.d/monit -- systemd is in use"
   cp-update -r monit-cn /etc/init.d/monit
   chmod +x /etc/init.d/monit
diff --git a/debian/source/format b/debian/source/format
new file mode 100644 (file)
index 0000000..d3827e7
--- /dev/null
@@ -0,0 +1 @@
+1.0
index 7de29c1..d7abcbf 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2007  Dinko Korunic, CARNet, Grupa za izradu paketa
+# Copyright (C) 2007  Dinko Korunic, CARNET, Grupa za izradu paketa
 #
 # This program is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by the