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

Rafael Laboissiere rafael at debian.org
Mon Jun 22 05:32:06 UTC 2009


The following commit has been merged in the master branch:
commit 82664f2552b038d94e6393da4f7ce5f35f3b4c6e
Author: Rafael Laboissiere <rafael at debian.org>
Date:   Sun Jun 21 23:57:25 2009 +0200

    Remove calls to install-info from postinst and prerm scripts

diff --git a/debian/changelog b/debian/changelog
index 4391ee6..cdd3816 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ jed (1:0.99.18+dfsg.1-13) UNRELEASED; urgency=low
   * debian/rules: Add info-dir-section and menu entry to jed.info (closes:
     #528877)
   * debian/info-dir: New file containing the information above
+  * debian/jed-common.{postinst, prerm}: Remove calls to install-info, as
+    per the dpkg -> GNU install-info transition
 
  -- Rafael Laboissiere <rafael at debian.org>  Sat, 16 May 2009 18:31:36 +0200
 
diff --git a/debian/jed-common.postinst b/debian/jed-common.postinst
index 0b475b0..cee4a29 100644
--- a/debian/jed-common.postinst
+++ b/debian/jed-common.postinst
@@ -5,8 +5,6 @@
 case "$1" in
   configure)
 
-	install-info --quiet --section Editors Editors --description='Programmers editor.' /usr/share/info/jed.info.gz;
-
 	TEMP=$(tempfile)
 
 	printf "Running /usr/share/jed/compile/jed-common..."
diff --git a/debian/jed-common.prerm b/debian/jed-common.prerm
index 4fad505..296fd78 100644
--- a/debian/jed-common.prerm
+++ b/debian/jed-common.prerm
@@ -5,10 +5,6 @@ set -e
 case "$1" in
     remove|upgrade|deconfigure)
 
-        # jeds info file is broken. debhelper cannot handle it
-        # (this used to be the case, I haven't check with woody dh yet)
-        install-info --quiet --remove /usr/share/info/jed.info.gz
-
         TEMP=$(tempfile)
         printf "Running /usr/share/jed/compile/jed-common..."
         RET=0

-- 
Debian packaging of JED



More information about the Pkg-jed-commit mailing list