From e33a5489b4914f4a6e280240eec570ff91d92eda Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Thu, 10 Nov 2016 21:05:29 +0100 Subject: [PATCH] saving uncommitted changes in /etc prior to apt run --- .etckeeper | 5 +++++ apt/apt.conf.d/99force-ipv4 | 1 + lintian/profiles/fbrehm/main.profile | 17 +++++++++++++++++ lintianrc | 18 ++++++++++++------ 4 files changed, 35 insertions(+), 6 deletions(-) create mode 100644 apt/apt.conf.d/99force-ipv4 create mode 100644 lintian/profiles/fbrehm/main.profile diff --git a/.etckeeper b/.etckeeper index db3918f..1108c90 100755 --- a/.etckeeper +++ b/.etckeeper @@ -62,6 +62,7 @@ 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/listchanges.conf' maybe chmod 0755 'apt/preferences.d' maybe chmod 0644 'apt/repo.uhu-banane.de.gpg-key2.pub' @@ -433,6 +434,10 @@ maybe chmod 0755 'lighttpd' maybe chmod 0755 'lighttpd/conf-available' maybe chmod 0644 'lighttpd/conf-available/90-javascript-alias.conf' maybe chmod 0755 'lighttpd/conf-enabled' +maybe chmod 0755 'lintian' +maybe chmod 0755 'lintian/profiles' +maybe chmod 0755 'lintian/profiles/fbrehm' +maybe chmod 0644 'lintian/profiles/fbrehm/main.profile' maybe chmod 0644 'lintianrc' maybe chmod 0644 'locale.alias' maybe chmod 0644 'locale.gen' diff --git a/apt/apt.conf.d/99force-ipv4 b/apt/apt.conf.d/99force-ipv4 new file mode 100644 index 0000000..490ee3e --- /dev/null +++ b/apt/apt.conf.d/99force-ipv4 @@ -0,0 +1 @@ +Acquire::ForceIPv4 "true"; diff --git a/lintian/profiles/fbrehm/main.profile b/lintian/profiles/fbrehm/main.profile new file mode 100644 index 0000000..65c3a5f --- /dev/null +++ b/lintian/profiles/fbrehm/main.profile @@ -0,0 +1,17 @@ +# The default profile for Frank Brehm +Profile: fbrehm/main +# It has all the checks and settings from the "debian" profile +Extends: debian/main +# Disable tags specific to Frank Brehm +Disable-Tags: + bad-distribution-in-changes-file, + latest-debian-changelog-entry-without-new-version, + no-upstream-changelog, + source-nmu-has-incorrect-version-number, + +# Special handling for PPD +Tags: dir-or-file-in-opt +Overridable: yes + +# Documentation: file:///usr/share/doc/lintian/lintian.html/section-2.5.html + diff --git a/lintianrc b/lintianrc index 21a44fd..7f44c19 100644 --- a/lintianrc +++ b/lintianrc @@ -14,29 +14,35 @@ # shell/environment variables. # Enable info tags by default (--display info) -#display-info = yes +display-info = yes # Enable pedantic tags by default (--pedantic) -#pedantic = yes +pedantic = yes # Enable experimental tags by default (--display-experimental) -#display-experimental = yes +display-experimental = yes # Enable colored output for terminal output (--color) -#color = auto +color = auto # Show overridden tags (--show-overrides) -#show-overrides = yes +show-overrides = yes # Ignore all overrides (--no-override) #override = no # Verbose output by default (--verbose) -#verbose = yes +verbose = yes # Quiet by default (--quiet) #quiet = yes +# Specify a laboratory--a directory where Lintian should store some info +# about packages being checked. +#LINTIAN_LAB="/var/spool/lintian" + # Use a different directory for temporary files - useful if /tmp is a # tmpfs with "limited" capacity. #TMPDIR="/var/tmp" + +LINTIAN_PROFILE = fbrehm -- 2.39.5