[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:08 UTC 2009


The following commit has been merged in the master branch:
commit 4c2cd1a49b74c7b3b0d3e27d1faa1e1dbc4aa326
Author: Rafael Laboissiere <rafael at debian.org>
Date:   Mon Jun 22 00:00:20 2009 +0200

    Add dependency on install-info

diff --git a/debian/changelog b/debian/changelog
index de03aa6..25e7862 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ jed (1:0.99.18+dfsg.1-13) UNRELEASED; urgency=low
   * 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
+  * Add dependency on install-info to jed and xjed.  Thanks to Norbert
+    Preining (closes: #532590, #532595)
   * debian/control: Suggests info-browser
 
  -- Rafael Laboissiere <rafael at debian.org>  Sat, 16 May 2009 18:31:36 +0200
diff --git a/debian/control b/debian/control
index 9458334..dc1b7b5 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,8 @@ Vcs-Browser: http://git.debian.org/?p=pkg-jed/jed.git
 
 Package: jed
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, jed-common (>= ${source:Version})
+Depends: ${misc:Depends}, ${shlibs:Depends}, jed-common (>= ${source:Version}),
+ install-info
 Suggests: gpm [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64]
 Provides: info-browser, mail-reader, editor
 Description: editor for programmers (textmode version)
@@ -43,7 +44,8 @@ Description: editor for programmers (textmode version)
 
 Package: xjed
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, jed-common (>= ${source:Version})
+Depends: ${misc:Depends}, ${shlibs:Depends}, jed-common (>= ${source:Version}),
+ install-info
 Provides: info-browser, mail-reader, editor
 Description: editor for programmers (x11 version)
  Jed is a small, fast (faster startup than xterm with bash),

-- 
Debian packaging of JED



More information about the Pkg-jed-commit mailing list