From 78bfc80042c1cf4b66ca2a188bdd149a86387dc8 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Sat, 6 Jun 2009 20:30:32 +0100 Subject: [PATCH] Override warning and error about using debconf in postinst not config --- debian/changelog | 1 + debian/ion3.install | 1 + debian/overrides/ion3 | 4 ++++ 3 files changed, 6 insertions(+) create mode 100644 debian/overrides/ion3 diff --git a/debian/changelog b/debian/changelog index be458ad..55ec810 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ ion3 (20090110-2) unstable; urgency=low * Fix/ignore issues reported by lintian: - Install libextl-mkexports as executable - Add ${misc:Depends} to ion3-dev + - Ignore necessary use of debconf in postinst -- Ben Hutchings Sat, 13 Jun 2009 05:17:15 +0100 diff --git a/debian/ion3.install b/debian/ion3.install index 8f7c28e..d2046fc 100644 --- a/debian/ion3.install +++ b/debian/ion3.install @@ -3,3 +3,4 @@ debian/default etc debian/watch usr/share/ion3/debian debian/install-ion3-cfg usr/sbin debian/cfg_kludge_flash.lua etc/X11/ion3 +debian/overrides/ion3 usr/share/lintian/overrides diff --git a/debian/overrides/ion3 b/debian/overrides/ion3 new file mode 100644 index 0000000..cd0081b --- /dev/null +++ b/debian/overrides/ion3 @@ -0,0 +1,4 @@ +# We prompt the user if this version is out of date. The version check +# requires uscan, so we do it in postinst rather than config. +ion3: no-debconf-config +ion3: postinst-uses-db-input -- 2.39.2