[med-svn] r4617 - trunk/packages/ball/trunk/debian
Andreas Hildebrandt
anhi-guest at alioth.debian.org
Thu Feb 11 22:16:05 UTC 2010
Author: anhi-guest
Date: 2010-02-11 22:16:03 +0000 (Thu, 11 Feb 2010)
New Revision: 4617
Modified:
trunk/packages/ball/trunk/debian/control
Log:
Some lintian fixes for BALL
Modified: trunk/packages/ball/trunk/debian/control
===================================================================
--- trunk/packages/ball/trunk/debian/control 2010-02-11 21:24:17 UTC (rev 4616)
+++ trunk/packages/ball/trunk/debian/control 2010-02-11 22:16:03 UTC (rev 4617)
@@ -8,7 +8,7 @@
python-sip4-dev (>= 4.8.2), flex, bison, cmake, libglew1.5-dev|libglew-dev,
libfftw3-dev, libgsl0-dev, python-dev (>= 2.4), libxrender-dev,
libboost-dev, libboost-iostreams-dev, libboost-thread-dev,
- libboost-math-dev | libboost-dev (< 1.37), libboost-system-dev | libboost-dev (< 1.37),
+ libboost-math-dev | libboost-dev (<< 1.37), libboost-system-dev | libboost-dev (<< 1.37),
libasio-dev, libboost-regex-dev, libxmu-dev, doxygen, tidy,
texlive-base, texlive-latex-recommended, texlive-fonts-recommended, gs-common,
texlive-latex-extra, graphviz, chrpath, python-support (>= 0.90.0)
@@ -21,7 +21,7 @@
Package: libball1.3
Section: science
Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends} ${misc:Depends}
Description: Biochemical Algorithms Library
BALL (Biochemical Algorithms Library) is an application framework
in C++ that has been specifically designed for rapid software
@@ -41,7 +41,7 @@
Package: libball1.3-dev
Section: libdevel
Architecture: any
-Depends: libball1.3
+Depends: libball1.3 (= ${binary:Version}) ${misc:Depends}
Recommends: libball1.3-doc
Description: Header files for the Biochemical Algorithms Library
This package comprises the header files allowing to create
@@ -50,7 +50,7 @@
Package: libballview1.3
Section: science
Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends} ${misc:Depends}
Description: Biochemical Algorithms Library, VIEW framework
BALL (Biochemical Algorithms Library) is an application framework
in C++ that has been specifically designed for rapid software
@@ -69,7 +69,7 @@
Package: libballview1.3-dev
Section: libdevel
Architecture: any
-Depends: libballview1.3
+Depends: libballview1.3 (= ${binary:Version}) ${misc:Depends}
Recommends: libball1.3-doc
Description: Header files for the VIEW part of the Biochemical Algorithms Library
BALL (Biochemical Algorithms Library) is an application framework
@@ -82,7 +82,7 @@
Architecture: any
Section: python
Depends: ${shlibs:Depends}, ${python:Depends}, python-sip4 (>= 4.8.2),
- libball1.3
+ libball1.3 ${misc:Depends}
Description: Python bindings for the Biochemical Algorithms Library
BALL (Biochemical Algorithms Library) is an application framework
in C++ that has been specifically designed for rapid software
@@ -94,7 +94,7 @@
Architecture: any
Section: python
Depends: ${shlibs:Depends}, ${python:Depends}, python-sip4 (>= 4.8.2),
- libball1.3, libballview1.3
+ libball1.3, libballview1.3 ${misc:Depends}
Description: Python bindings for VIEW-parts of the Biochemical Algorithms Library
BALL (Biochemical Algorithms Library) is an application framework
in C++ that has been specifically designed for rapid software
@@ -106,7 +106,7 @@
Section: science
Architecture: any
Depends: ${shlibs:Depends}, libball1.3, libballview1.3, python-ball,
- python-ballview
+ python-ballview ${misc:Depends}
Description: A free molecular modeling and molecular graphics tool
BALLView provides fast OpenGL-based visualization of molecular structures,
molecular mechanics methods (minimization, MD simulation using the
@@ -128,7 +128,7 @@
Package: libball1.3-doc
Architecture: all
Section: doc
-Depends: libball1.3
+Depends: libball1.3 ${misc:Depends}
Description: Documentation for the BALL library
BALL (Biochemical Algorithms Library) is an application framework
in C++ that has been specifically designed for rapid software
More information about the debian-med-commit
mailing list