[Pkg-jed-commit] [SCM] slcfitsio branch, master, updated. dd725d59823c2ae0fb8d6255613964dfa1e46db3

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


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

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

diff --git a/debian/changelog b/debian/changelog
index bb312ab..06fef35 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ slcfitsio (0.3.8+nosvn-3) UNRELEASED; urgency=low
   * debian/control:
     + 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
   * debian/rules: Use debian/clean instead of manually cleaning files
   * debian/compat, debian/control: Bump build-dependency on debhelper to
     >= 7.0.0, otherwise debian/clean is moot
diff --git a/debian/control b/debian/control
index 52c79f4..4d0251a 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-jed/slcfitsio.git
 
 Package: slang-cfitsio
 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: read and write FITS files from S-Lang
  The CFITSIO library consists of a set of functions for reading and

-- 
slcfitsio



More information about the Pkg-jed-commit mailing list