[SCM] ORSA packaging branch, master, updated. debian/0.7.0-12-3-gafb7238

Frank S. Thomas fst at debian.org
Wed Feb 18 18:40:00 UTC 2009


The following commit has been merged in the master branch:
commit afb7238ffcacff25ebb8af788db1c17e65c72756
Author: Frank S. Thomas <fst at debian.org>
Date:   Wed Feb 18 19:39:35 2009 +0100

    Added ${misc:Depends} to the packages' Depends.

diff --git a/debian/changelog b/debian/changelog
index 88b72d2..84bf353 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ orsa (0.7.0-13) UNRELEASED; urgency=low
   * debian/control:
     - Updated Maintainer and Vcs-* fields since ORSA is now in Git and
       maintained under the umbrella of debian-science.
+    - Added ${misc:Depends} to the packages' Depends field to appease Lintian.
 
  -- Frank S. Thomas <fst at debian.org>  Mon, 28 Apr 2008 22:21:36 +0200
 
diff --git a/debian/control b/debian/control
index bd2b0ed..47f9639 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Homepage: http://orsa.sourceforge.net/
 Package: xorsa
 Section: science
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: tool for Celestial Mechanics investigations
  Orbit Reconstruction, Simulation and Analysis (ORSA) is a framework
  for Celestial Mechanics investigations. The main goals of the project
@@ -34,7 +34,7 @@ Description: tool for Celestial Mechanics investigations
 Package: liborsa0c2a
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Conflicts: liborsa0
 Replaces: liborsa0
 Description: ORSA framework library
@@ -53,7 +53,7 @@ Section: libdevel
 Architecture: any
 Depends: liborsa0c2a (= ${binary:Version}), libgsl0-dev (>= 1.5),
  fftw-dev (>= 2.1), libcln-dev (>= 1.1.6), libginac-dev (>= 1.2.0),
- libgmp3-dev
+ libgmp3-dev, ${misc:Depends}
 Suggests: liborsa-doc (= ${source:Version})
 Description: ORSA framework library (development files)
  Orbit Reconstruction, Simulation and Analysis (ORSA) is a framework
@@ -68,6 +68,7 @@ Description: ORSA framework library (development files)
 Package: liborsa-doc
 Section: doc
 Architecture: all
+Depends: ${misc:Depends}
 Description: ORSA framework library documentation
  Orbit Reconstruction, Simulation and Analysis (ORSA) is a framework
  for Celestial Mechanics investigations. The main goals of the project

-- 
ORSA packaging



More information about the debian-science-commits mailing list