[Pkg-jed-commit] [SCM] Debian packaging of JED branch, jo-0.99.19, updated. 1%3A0.99.18+dfsg.1-10-291-ga668a94

Jörg Sommer joerg at alea.gnuu.de
Sat Nov 21 22:27:27 UTC 2009


The following commit has been merged in the jo-0.99.19 branch:
commit 2d35ba7b529cc476e81b41963e541d337dc088ec
Author: Jörg Sommer <joerg at alea.gnuu.de>
Date:   Sat Nov 21 21:46:36 2009 +0100

    New dpatch to add missing informations to info pages
    
    Lintian requests (otherwise it's an error) the informations
    START-INFO-DIR-ENTRY and INFO-DIR-SECTION to be in every info page. But
    this doesn't hold for the upstream info pages. Therefore add the missing
    informations.
    
    Refer to lintian message info-document-missing-dir-section and
    info-document-missing-dir-entry.

diff --git a/debian/changelog b/debian/changelog
index e531737..372b98f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -39,6 +39,9 @@ jed (1:0.99.19~pre210-1) UNRELEASED; urgency=low
   * Removed lintian override for spelling-error-in-readme-debian,
     because this error doesn't exist anymore.
 
+  * New dpatch improve-info-files to add INFO-DIR-SECTION and
+    INFO-DIR-ENTRY to info pages.
+
  -- Jörg Sommer <joerg at alea.gnuu.de>  Thu, 01 Jan 1970 00:00:00 +0000
 
 jed (1:0.99.19~pre175-1) experimental; urgency=low
diff --git a/debian/patches/00list b/debian/patches/00list
index 322f487..25c3409 100644
--- a/debian/patches/00list
+++ b/debian/patches/00list
@@ -1,3 +1,4 @@
 50_README
 50_jed-manpage
 config.guess+sub
+improve-info-files
diff --git a/debian/patches/improve-info-files.dpatch b/debian/patches/improve-info-files.dpatch
new file mode 100755
index 0000000..f6b4ca1
--- /dev/null
+++ b/debian/patches/improve-info-files.dpatch
@@ -0,0 +1,54 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## improve-info-files.dpatch by Jörg Sommer <joerg at alea.gnuu.de>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: The (abandoned) info pages shipped by upstream miss the informations
+## DP: INFO-DIR-SECTION and INFO-DIR-ENTRY. This patch adds these
+## DP: informations.
+
+ at DPATCH@
+
+diff --git a/info/jed.1in b/info/jed.1in
+--- a/info/jed.1in
++++ b/info/jed.1in
+@@ -1,3 +1,8 @@
++INFO-DIR-SECTION Editors
++START-INFO-DIR-ENTRY
++* JED: (jed).         The JED editor
++END-INFO-DIR-ENTRY
++
+ 
+ File: jed.info,  Node: Top,  Next: Introduction,  Up: (dir)
+ 
+diff --git a/info/jed.2in b/info/jed.2in
+--- a/info/jed.2in
++++ b/info/jed.2in
+@@ -1,3 +1,8 @@
++INFO-DIR-SECTION Editors
++START-INFO-DIR-ENTRY
++* JED: (jed).         The JED editor
++END-INFO-DIR-ENTRY
++
+ 
+ File: jed.info,  Node: Tab Issues.,  Next: Searching,  Prev: Marking Text (Point and Mark),  Up: Basic Editing
+ 
+diff --git a/info/jed.3in b/info/jed.3in
+--- a/info/jed.3in
++++ b/info/jed.3in
+@@ -1,3 +1,8 @@
++INFO-DIR-SECTION Editors
++START-INFO-DIR-ENTRY
++* JED: (jed).         The JED editor
++END-INFO-DIR-ENTRY
++
+ 
+ File: jed.info,  Node: Setting Keys,  Next: Predefined Variables,  Up: Customization
+ 
+diff --git a/info/jed.info b/info/jed.info
+--- a/info/jed.info
++++ b/info/jed.info
+@@ -1,3 +1,4 @@
++INFO-DIR-SECTION Editors
+ START-INFO-DIR-ENTRY
+ * JED: (jed).         The JED editor
+ END-INFO-DIR-ENTRY

-- 
Debian packaging of JED



More information about the Pkg-jed-commit mailing list