[Pkg-jed-commit] [SCM] Debian packaging of JED branch, master, updated. 1%3A0.99.18+dfsg.1-10-15-g0b309bd

Rafael Laboissiere rafael at debian.org
Sun Apr 26 08:54:48 UTC 2009


The following commit has been merged in the master branch:
commit 0b309bd2ba5c57d495b0efd6521c9fbded388c7b
Author: Rafael Laboissiere <rafael at debian.org>
Date:   Sun Apr 26 10:46:38 2009 +0200

    Add overrid for Lintian warning spelling-error-in-readme-debian

diff --git a/debian/changelog b/debian/changelog
index e2cd532..663a77a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,10 @@ jed (1:0.99.18+dfsg.1-11) UNPUBLISHED; urgency=medium (?)
     that the script's execution is aborted when any executed command
     fails (fix Lintian warning) [RL]
   * debian/control: Fix Lintian warnings debhelper-but-no-misc-depends [RL]
+  * debian/jed-common.lintian-overrides: Add override for Lintian warning
+    about spelling error in README.  The word "XWINDOWS" appears in a code
+    fragment and this is not a spelling error. [RL]
+  * debian/rules: Call dh_lintian for jed-common package [RL]
 
  -- Günter Milde <milde at users.sf.net>  Mon, 10 Nov 2008 14:53:34 +0100
 
diff --git a/debian/jed-common.lintian-overrides b/debian/jed-common.lintian-overrides
new file mode 100644
index 0000000..51f68b7
--- /dev/null
+++ b/debian/jed-common.lintian-overrides
@@ -0,0 +1 @@
+jed-common: spelling-error-in-readme-debian xwindows X
diff --git a/debian/rules b/debian/rules
index 1a6c573..8626f38 100755
--- a/debian/rules
+++ b/debian/rules
@@ -102,6 +102,9 @@ binary-indep: config.status
 	dh_installexamples -pjed-common lib/jed.conf \
 	    $(jed-common)/usr/share/jed/lib/jed.rc
 
+	# install Lintian override
+	dh_lintian -pjed-common
+
 	# install *.sl files
 	dh_install -pjed-common debian/defaults.sl usr/share/jed/lib/
 	rm $(jed-common)/usr/share/jed/lib/jed.rc # it's moved to examples above

-- 
Debian packaging of JED



More information about the Pkg-jed-commit mailing list