[med-svn] r2821 - trunk/packages/insighttoolkit/trunk/debian
smr at alioth.debian.org
smr at alioth.debian.org
Sat Dec 20 06:21:43 UTC 2008
Author: smr
Date: 2008-12-20 06:21:42 +0000 (Sat, 20 Dec 2008)
New Revision: 2821
Modified:
trunk/packages/insighttoolkit/trunk/debian/changelog
trunk/packages/insighttoolkit/trunk/debian/control
trunk/packages/insighttoolkit/trunk/debian/rules
Log:
Fix lintian warnings.
Remove Gavin Baker from uploaders (no activity and not a DD anyway).
Target for unstable as previous upstream (3.8) is already there
whereas testing contains 3.6.
Modified: trunk/packages/insighttoolkit/trunk/debian/changelog
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/changelog 2008-12-20 05:22:36 UTC (rev 2820)
+++ trunk/packages/insighttoolkit/trunk/debian/changelog 2008-12-20 06:21:42 UTC (rev 2821)
@@ -1,4 +1,4 @@
-insighttoolkit (3.10.1-1) experimental; urgency=low
+insighttoolkit (3.10.1-1) unstable; urgency=low
* New upstream version.
- patches/nifti-versioning.patch: Remove. Applied upstream.
Modified: trunk/packages/insighttoolkit/trunk/debian/control
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/control 2008-12-20 05:22:36 UTC (rev 2820)
+++ trunk/packages/insighttoolkit/trunk/debian/control 2008-12-20 06:21:42 UTC (rev 2821)
@@ -3,7 +3,7 @@
Section: science
Priority: optional
Maintainer: Debian-Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Gavin Baker <gavinb at antonym.org>, Steve M. Robbins <smr at debian.org>
+Uploaders: Steve M. Robbins <smr at debian.org>
Build-Depends: cdbs (>= 0.4.49), quilt, debhelper (>= 7), cmake, cableswig, gccxml (>= 0.9.0+cvs20080525),
zlib1g-dev (>= 1.2.2), libpng12-dev, libtiff4-dev (>= 3.7.3), python-support (>= 0.6.4), python-dev,
python-numarray, libfftw3-dev, tcl8.4-dev, tk8.4-dev, uuid-dev
@@ -15,7 +15,7 @@
Package: libinsighttoolkit3.10
Section: libs
Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Image processing toolkit for registration and segmentation - runtime
ITK is an open-source software toolkit for performing registration and
segmentation. Segmentation is the process of identifying and
@@ -32,7 +32,7 @@
Package: python-insighttoolkit3
Section: python
Architecture: any
-Depends: ${python:Depends}, ${shlibs:Depends}
+Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
Conflicts: python-insighttoolkit
Replaces: python-insighttoolkit
XB-Python-Version: ${python:Versions}
@@ -52,7 +52,7 @@
Package: tcl8.4-insighttoolkit3
Section: interpreters
Architecture: any
-Depends: ${shlibs:Depends}, tcl8.4, tk8.4
+Depends: ${shlibs:Depends}, ${misc:Depends}, tcl8.4, tk8.4
Description: Image processing toolkit for registration and segmentation - Tcl bindings
ITK is an open-source software toolkit for performing registration and
segmentation. Segmentation is the process of identifying and
@@ -69,7 +69,7 @@
Package: libinsighttoolkit3-dev
Section: libdevel
Architecture: any
-Depends: libinsighttoolkit3.10 (= ${binary:Version}), libfftw3-dev
+Depends: ${misc:Depends}, libinsighttoolkit3.10 (= ${binary:Version}), libfftw3-dev
Conflicts: libinsighttoolkit-dev
Replaces: libinsighttoolkit-dev
Suggests: insighttoolkit3-examples
@@ -90,7 +90,7 @@
Package: insighttoolkit3-examples
Section: devel
Architecture: all
-Depends: ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
Suggests: libinsighttoolkit3-dev
Conflicts: insighttoolkit-examples
Replaces: insighttoolkit-examples
Modified: trunk/packages/insighttoolkit/trunk/debian/rules
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/rules 2008-12-20 05:22:36 UTC (rev 2820)
+++ trunk/packages/insighttoolkit/trunk/debian/rules 2008-12-20 06:21:42 UTC (rev 2821)
@@ -57,7 +57,7 @@
echo "$(pkg_tcl): non-dev-pkg-with-shlib-symlink" > debian/$(pkg_tcl).lintian-overrides
echo "$(pkg_tcl): package-name-doesnt-match-sonames" >> debian/$(pkg_tcl).lintian-overrides
echo "$(pkg_python): non-dev-pkg-with-shlib-symlink" > debian/$(pkg_python).lintian-overrides
- echo "$(pkg_python): package-name-doesnt-match-sonames" > debian/$(pkg_python).lintian-overrides
+ echo "$(pkg_python): package-name-doesnt-match-sonames" >> debian/$(pkg_python).lintian-overrides
echo "$(pkg_lib): package-name-doesnt-match-sonames" > debian/$(pkg_lib).lintian-overrides
dh_lintian
More information about the debian-med-commit
mailing list