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'
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'
--- /dev/null
+Acquire::ForceIPv4 "true";
--- /dev/null
+# 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
+
# 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