[Pkg-jed-commit] [SCM] slsqlite branch, master, updated. da96c661fc283bbae244ee308476d3f8c9fdfe54

Rafael Laboissiere rafael at debian.org
Sun Apr 26 10:12:26 UTC 2009


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

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

diff --git a/debian/changelog b/debian/changelog
index 473447f..680358a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ slsqlite (0.4.0-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
 
  -- Rafael Laboissiere <rafael at debian.org>  Tue, 18 Mar 2008 18:20:25 +0100
 
diff --git a/debian/control b/debian/control
index a30b5ee..881635d 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-jed/slsqlite.git
 
 Package: slang-sqlite
 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 to the sqlite3 database library
  The S-Lang module contained in this package provides bindings to the

-- 
slsqlite



More information about the Pkg-jed-commit mailing list