[Pkg-jed-commit] [SCM] slpvm branch, master, updated. b3a0313453f9581e90e34b65fc2bcaf348d03afa

Rafael Laboissiere rafael at debian.org
Sun Apr 26 11:58:49 UTC 2009


The following commit has been merged in the master branch:
commit 8219a226d7a94f9caeda453f336caf9c6657e278
Author: Rafael Laboissiere <rafael at debian.org>
Date:   Sun Apr 26 13:52:10 2009 +0200

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

diff --git a/debian/changelog b/debian/changelog
index a0eb4cc..65e1825 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ slpvm (0.1.5-12) 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>  Tue, 18 Mar 2008 18:21:59 +0100
 
diff --git a/debian/control b/debian/control
index 7c66b4a..d624370 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-jed/slpvm.git
 
 Package: slang-pvm
 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: PVM (Parallel Virtual Machine) interface for S-Lang
  PVM (Parallel Virtual Machine) is a software package which permits a

-- 
slpvm



More information about the Pkg-jed-commit mailing list