[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 1c43f62534e159be5bcd4dea259d2f2f11b9004d
Author: Rafael Laboissiere <rafael at debian.org>
Date:   Sun Apr 26 10:10:40 2009 +0200

    Fix Lintian warnings debhelper-but-no-misc-depends

diff --git a/debian/changelog b/debian/changelog
index de3f29e..e2cd532 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,7 @@ jed (1:0.99.18+dfsg.1-11) UNPUBLISHED; urgency=medium (?)
   * debian/jed.prerm, debian/xjed.prerm: Set the -e flag which ensures
     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]
 
  -- Günter Milde <milde at users.sf.net>  Mon, 10 Nov 2008 14:53:34 +0100
 
diff --git a/debian/control b/debian/control
index 9786d7c..e5750ab 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-jed/jed.git
 
 Package: jed
 Architecture: any
-Depends: ${shlibs:Depends}, jed-common (>= ${source:Version})
+Depends: ${misc:Depends}, ${shlibs:Depends}, jed-common (>= ${source:Version})
 Suggests: gpm [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64]
 Provides: info-browser, mail-reader, editor
 Description: editor for programmers (textmode version)
@@ -43,7 +43,7 @@ Description: editor for programmers (textmode version)
 
 Package: xjed
 Architecture: any
-Depends: ${shlibs:Depends}, jed-common (>= ${source:Version})
+Depends: ${misc:Depends}, ${shlibs:Depends}, jed-common (>= ${source:Version})
 Provides: info-browser, mail-reader, editor
 Description: editor for programmers (x11 version)
  Jed is a small, fast (faster startup than xterm with bash),
@@ -77,7 +77,7 @@ Architecture: all
 Replaces: jed-sl
 Conflicts: jed-sl, jed (<< ${source:Version}), xjed (<< ${source:Version})
 Recommends: jed | xjed
-Depends: findutils (>= 4.1.20-6), debconf | debconf-2.0
+Depends: ${misc:Depends}, findutils (>= 4.1.20-6), debconf | debconf-2.0
 Description: S-Lang runtime files for jed and xjed
  Jed is a small, fast and powerful text editor.
  .

-- 
Debian packaging of JED



More information about the Pkg-jed-commit mailing list