[Pkg-jed-commit] [SCM] slhist branch, master, updated. 9d6297552298b29540bac3c51402ede25f59ee2a

Rafael Laboissiere rafael at debian.org
Sun Apr 26 09:34:59 UTC 2009


The following commit has been merged in the master branch:
commit 09daae7c92f1c6586b5c731440fc4ec371ed856f
Author: Rafael Laboissiere <rafael at debian.org>
Date:   Sun Apr 26 11:31:25 2009 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 908352d..064f4a7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ slhist (0.3.2a-3) UNRELEASED; urgency=low
     + Bump Standards-Version to 3.8.1 (no changes needed)
     + The package is now maintained with Git at alioth.debian.org.  Add
       Vcs-Git field and change Vcs-Browser accordingly.
+    + Fix Lintian warning debhelper-but-no-misc-depends
     + Bump build dependency on debhelper to >= 7
   * debian/compat: Set compatibility level of debhelper to 7
 
diff --git a/debian/control b/debian/control
index b2dcfd9..bfe2c52 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-jed/slhist.git
 
 Package: slang-histogram
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Suggests: slsh (>= 2.0) | jed (>= 0.99.17) | slrn (>= 0.9.8.1pl1-4),
  slang-gtk, slang-cfitsio
 Description: create and manipulate histograms from S-Lang

-- 
slhist



More information about the Pkg-jed-commit mailing list