From 4406d73c81a411a76141dcd1cd3c9374b0f35ce0 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Fri, 5 Jan 2018 09:56:23 +0100 Subject: [PATCH] committing changes in /etc after apt run Package changes: +apt-listchanges 3.10 all +python3-apt 1.4.0~beta3 amd64 --- .etckeeper | 2 ++ apt/apt.conf.d/20listchanges | 3 +++ apt/listchanges.conf | 7 +++++++ 3 files changed, 12 insertions(+) create mode 100644 apt/apt.conf.d/20listchanges create mode 100644 apt/listchanges.conf diff --git a/.etckeeper b/.etckeeper index f7d056f..9ac3606 100755 --- a/.etckeeper +++ b/.etckeeper @@ -111,9 +111,11 @@ maybe chmod 0644 'apt/apt.conf.d/00trustcdrom' maybe chmod 0644 'apt/apt.conf.d/01autoremove' maybe chmod 0444 'apt/apt.conf.d/01autoremove-kernels' 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/99force-ipv4' maybe chmod 0644 'apt/foreign-packages.txt.2017-07-19.00' +maybe chmod 0644 'apt/listchanges.conf' maybe chmod 0755 'apt/preferences.d' maybe chmod 0644 'apt/repo.uhu-banane.de.gpg-key.pub' maybe chmod 0644 'apt/repo.uhu-banane.de.gpg-key2.pub' diff --git a/apt/apt.conf.d/20listchanges b/apt/apt.conf.d/20listchanges new file mode 100644 index 0000000..1768735 --- /dev/null +++ b/apt/apt.conf.d/20listchanges @@ -0,0 +1,3 @@ +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"; diff --git a/apt/listchanges.conf b/apt/listchanges.conf new file mode 100644 index 0000000..28cb19a --- /dev/null +++ b/apt/listchanges.conf @@ -0,0 +1,7 @@ +[apt] +frontend=pager +confirm=false +email_address=root +save_seen=/var/lib/apt/listchanges.db +which=news + -- 2.39.5