]> Frank Brehm's Git Trees - config/lena/etc.git/commitdiff
saving uncommitted changes in /etc prior to apt run
authorFrank Brehm <frank@brehm-online.com>
Thu, 10 Nov 2016 20:05:29 +0000 (21:05 +0100)
committerFrank Brehm <frank@brehm-online.com>
Thu, 10 Nov 2016 20:05:29 +0000 (21:05 +0100)
.etckeeper
apt/apt.conf.d/99force-ipv4 [new file with mode: 0644]
lintian/profiles/fbrehm/main.profile [new file with mode: 0644]
lintianrc

index db3918fc12c8cc27d2fe8e9efcab4f1fb842cf8e..1108c90a64b3f68cbafd2409cf8249ec5e787e21 100755 (executable)
@@ -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 (file)
index 0000000..490ee3e
--- /dev/null
@@ -0,0 +1 @@
+Acquire::ForceIPv4 "true";
diff --git a/lintian/profiles/fbrehm/main.profile b/lintian/profiles/fbrehm/main.profile
new file mode 100644 (file)
index 0000000..65c3a5f
--- /dev/null
@@ -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
+
index 21a44fd342860ced96a12bfd6773eb3af8685a7e..7f44c196f6dad5e5194aa9b33b818949de5431c2 100644 (file)
--- a/lintianrc
+++ b/lintianrc
 # 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