[Pkg-jed-commit] [deb-pkg] slcurl branch, master, updated. b15eb0ec33caa893dd0f6c4718532c28cec8b9a4

Rafael Laboissiere rafael at debian.org
Sat Apr 25 22:35:38 UTC 2009


The following commit has been merged in the master branch:
commit 7e203870b4ff0bec2ceb46944ef103eeca7faa7a
Author: Rafael Laboissiere <rafael at debian.org>
Date:   Sun Apr 26 00:22:19 2009 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 8753393..697aed2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ slcurl (0.2.1-4) 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 00:20:08 +0200
 
diff --git a/debian/control b/debian/control
index 1c507b9..42bacef 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Vcs-Browser: http://git.debian.org/?p=users/rafael/deb-pkg/slcurl.git
 
 Package: slang-curl
 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: transfer files using HTTP and FTP from S-Lang
  The S-Lang curl module makes use of the cURL library to provide the

-- 
slcurl



More information about the Pkg-jed-commit mailing list