From 871a26101c237370249b9f72e899d1d9c0e03adc Mon Sep 17 00:00:00 2001
From: Zeljko Boros <Zeljko.Boros@carnet.hr>
Date: Wed, 5 Jul 2023 22:01:48 +0200
Subject: [PATCH] =?utf8?q?Modificirano=20da=20ne=20bri=C5=A1e=20konfiguracij?=
 =?utf8?q?u?=
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

---
 debian/changelog |    7 +++++++
 debian/control   |    1 +
 debian/postrm    |   17 +++++++++--------
 3 files changed, 17 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5a2d6f8..b5a2276 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+kernel-cn (3:4.19.0+cn10u1) stable; urgency=low
+
+  * Izmjene za buster, ne brišu se postavke iz /etc/modules i
+    /etc/security/limits nakon brisanja paketa
+
+ -- Zeljko Boros <Zeljko.Boros@carnet.hr>  Wed, 05 Jul 2023 20:49:57 +0200
+
 kernel-cn (3:4.9.0~cn0) stable; urgency=low
 
   * izmjene za stretch
diff --git a/debian/control b/debian/control
index a04ddc9..19d9bc6 100644
--- a/debian/control
+++ b/debian/control
@@ -2,6 +2,7 @@ Source: kernel-cn
 Section: base
 Priority: required
 Maintainer: Ivan Rako <Ivan.Rako@CARNet.hr>
+Uploaders: Zeljko Boros <Zeljko.Boros@carnet.hr>
 Build-Depends: debhelper (>= 9), po-debconf
 Standards-Version: 3.9.8
 
diff --git a/debian/postrm b/debian/postrm
index 28f52e5..dac7650 100755
--- a/debian/postrm
+++ b/debian/postrm
@@ -35,17 +35,18 @@ esac
 
 ################################################################################
 
-echo -n "CN: Cleaning up..."
+### zakomentirano jer više ne želimo brisati postavke nakon brisanja paketa (2023-07-05)
+###echo -n "CN: Cleaning up..."
 
-# remove us from limits.conf
-cp-update -r kernel-cn /etc/security/limits.conf
-echo -n " limits"
+#### remove us from limits.conf
+###cp-update -r kernel-cn /etc/security/limits.conf
+###echo -n " limits"
 
-# remove us from modules
-cp-update -r kernel-cn /etc/modules
-echo -n " modules"
+#### remove us from modules
+###cp-update -r kernel-cn /etc/modules
+###echo -n " modules"
 
-echo "."
+###echo "."
 
 # dh_installdeb will replace this with shell code automatically
 # generated by other debhelper scripts.
-- 
1.7.10.4