]> Frank Brehm's Git Trees - config/helga-hetzner/etc.git/commitdiff
committing changes in /etc made by "/usr/bin/python3 /usr/bin/nala install -y apt...
authorFrank Brehm <frank@brehm-online.com>
Mon, 11 Nov 2024 08:40:47 +0000 (09:40 +0100)
committerFrank Brehm <frank@brehm-online.com>
Mon, 11 Nov 2024 08:40:47 +0000 (09:40 +0100)
Packages with configuration changes:
+apt-listchanges 3.24 all

Package changes:
+apt-listchanges 3.24 all
+python3-debconf 1.5.82 all

.etckeeper
apt/apt.conf.d/20listchanges [new file with mode: 0644]
apt/listchanges.conf [new file with mode: 0644]

index 263ba8cd20d616e35b55f7f48e093ad4e4c23e14..b7bbe39a197e0451b0d517d6b95f8525c69721e3 100755 (executable)
@@ -6,6 +6,7 @@ mkdir -p './acpi/events'
 mkdir -p './apm/event.d'
 mkdir -p './apparmor.d/force-complain'
 mkdir -p './apt/auth.conf.d'
+mkdir -p './apt/listchanges.conf.d'
 mkdir -p './apt/preferences.d'
 mkdir -p './binfmt.d'
 mkdir -p './clamav/onerrorexecute.d'
@@ -140,12 +141,15 @@ maybe chmod 0644 'apt/apt.conf.d/00recommends'
 maybe chmod 0644 'apt/apt.conf.d/00trustcdrom'
 maybe chmod 0644 'apt/apt.conf.d/01autoremove'
 maybe chmod 0644 'apt/apt.conf.d/05etckeeper'
+maybe chmod 0644 'apt/apt.conf.d/20listchanges'
 maybe chmod 0644 'apt/apt.conf.d/70debconf'
 maybe chmod 0644 'apt/apt.conf.d/99hetzner'
 maybe chmod 0644 'apt/apt.conf.d/99needrestart'
 maybe chmod 0755 'apt/auth.conf.d'
 maybe chmod 0755 'apt/keyrings'
 maybe chmod 0644 'apt/keyrings/salt-archive-keyring-2023.gpg'
+maybe chmod 0644 'apt/listchanges.conf'
+maybe chmod 0755 'apt/listchanges.conf.d'
 maybe chmod 0755 'apt/preferences.d'
 maybe chmod 0644 'apt/repo.uhu-banane.de.gpg-key2.pub'
 maybe chmod 0644 'apt/sources.list'
diff --git a/apt/apt.conf.d/20listchanges b/apt/apt.conf.d/20listchanges
new file mode 100644 (file)
index 0000000..4af5989
--- /dev/null
@@ -0,0 +1,5 @@
+DPkg::Pre-Install-Pkgs { "/usr/bin/apt-listchanges --apt || test $? -lt 10"; };
+DPkg::Tools::Options::/usr/bin/apt-listchanges::Version "2";
+DPkg::Tools::Options::/usr/bin/apt-listchanges::InfoFD "20";
+Dir::Etc::apt-listchanges-main "listchanges.conf";
+Dir::Etc::apt-listchanges-parts "listchanges.conf.d";
diff --git a/apt/listchanges.conf b/apt/listchanges.conf
new file mode 100644 (file)
index 0000000..d2056d6
--- /dev/null
@@ -0,0 +1,10 @@
+[apt]
+frontend=pager
+which=news
+email_address=root
+email_format=text
+confirm=false
+headers=false
+reverse=false
+save_seen=/var/lib/apt/listchanges.db
+