[Pkg-jed-commit] [SCM] slexpat branch, master, updated. d1887d310a49ed6b896f4cb2dcfbeeb1cbbec117

Rafael Laboissiere rafael at debian.org
Sun Apr 26 09:00:35 UTC 2009


The following commit has been merged in the master branch:
commit 4e841a30a2231271417bf0361da804a72c3f58bf
Author: Rafael Laboissiere <rafael at debian.org>
Date:   Sun Apr 26 10:57:53 2009 +0200

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

diff --git a/debian/changelog b/debian/changelog
index f27889f..5917d8a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ slexpat (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 10:54:05 +0200
 
diff --git a/debian/control b/debian/control
index 99d556a..7128881 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-jed/slexpat.git
 
 Package: slang-expat
 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: S-Lang bindings for the expat XML parser
  The S-Lang module contained in this package provides bindings to the

-- 
slexpat



More information about the Pkg-jed-commit mailing list