[linux-base] 03/04: Override lintian warning and error for unusual debconf usage

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Mon Jun 6 16:15:13 UTC 2016


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch master
in repository linux-base.

commit eafbc9da282f84909e1770c117fb6adbbf67ac2b
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Mon Jun 6 17:06:04 2016 +0100

    Override lintian warning and error for unusual debconf usage
---
 debian/changelog                    | 1 +
 debian/linux-base.lintian-overrides | 4 ++++
 debian/rules                        | 1 +
 3 files changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index ecc8036..0643162 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 linux-base (4.3) UNRELEASED; urgency=medium
 
   * Add linux-check-removal command for use by package prerm scripts
+    - Override lintian warning and error for this unusual debconf usage
 
  -- Ben Hutchings <ben at decadent.org.uk>  Mon, 06 Jun 2016 04:10:01 +0100
 
diff --git a/debian/linux-base.lintian-overrides b/debian/linux-base.lintian-overrides
new file mode 100644
index 0000000..b04cdf8
--- /dev/null
+++ b/debian/linux-base.lintian-overrides
@@ -0,0 +1,4 @@
+# The debconf templates are used by linux-check-removal
+linux-base: no-debconf-config
+# linux-check-removal is called from other packages' maintainer scripts
+linux-base: debconf-is-not-a-registry usr/bin/linux-check-removal
diff --git a/debian/rules b/debian/rules
index 1deeeba..5ce1af4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,6 +22,7 @@ binary-indep:
 	dh_installdebconf
 	dh_installchangelogs
 	dh_installdocs
+	dh_lintian
 	dh_strip
 	dh_compress
 	dh_fixperms

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux-base.git



More information about the Kernel-svn-changes mailing list