[Pkg-jed-commit] [SCM] slwildcard branch, master, updated. a27b40ebde1872e845c3d79a973d8ba2725abbf2

Rafael Laboissiere rafael at debian.org
Sun Apr 26 09:18:33 UTC 2009


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

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

diff --git a/debian/changelog b/debian/changelog
index 490e273..81c0f42 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ slwildcard (0.5.0-2) 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
 
  -- Rafael Laboissiere <rafael at debian.org>  Sun, 26 Apr 2009 11:13:31 +0200
 
diff --git a/debian/control b/debian/control
index a1f130a..e7b42cd 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-jed/slwildcard.git
 
 Package: slang-wildcard
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${misc:Depends},  ${shlibs:Depends}
 Suggests: slsh (>= 2.0) | jed (>= 0.99.17) | slrn (>= 0.9.8.1pl1-4)
 Description: adds a wildcard match function to S-Lang
  The S-Lang module contained in this package provides a

-- 
slwildcard



More information about the Pkg-jed-commit mailing list