[med-svn] r2891 - trunk/packages/minc/trunk/debian
smr at alioth.debian.org
smr at alioth.debian.org
Sat Jan 3 22:29:54 UTC 2009
Author: smr
Date: 2009-01-03 22:29:54 +0000 (Sat, 03 Jan 2009)
New Revision: 2891
Modified:
trunk/packages/minc/trunk/debian/changelog
trunk/packages/minc/trunk/debian/control
trunk/packages/minc/trunk/debian/rules
Log:
Use ${misc:Debian} since we use debhelper.
Do not install test code acr_test, dicom_test.
Modified: trunk/packages/minc/trunk/debian/changelog
===================================================================
--- trunk/packages/minc/trunk/debian/changelog 2009-01-03 22:19:51 UTC (rev 2890)
+++ trunk/packages/minc/trunk/debian/changelog 2009-01-03 22:29:54 UTC (rev 2891)
@@ -3,8 +3,12 @@
* debian/patches/05_parseargv.diff: New. Patch from upstream to fix arg
parsing on 64bits. Closes: #510629. This was also the root cause of
mincheader and mincdiff failing. Closes: #506276.
+
+ * debian/control: Add ${misc:Depends}, since we use debhelper.
+
+ * debian/rules: Do not install test code acr_test, dicom_test.
- -- Steve M. Robbins <smr at debian.org> Sat, 03 Jan 2009 16:16:47 -0600
+ -- Steve M. Robbins <smr at debian.org> Sat, 03 Jan 2009 16:29:06 -0600
minc (2.0.16-3) unstable; urgency=low
Modified: trunk/packages/minc/trunk/debian/control
===================================================================
--- trunk/packages/minc/trunk/debian/control 2009-01-03 22:19:51 UTC (rev 2890)
+++ trunk/packages/minc/trunk/debian/control 2009-01-03 22:29:54 UTC (rev 2891)
@@ -13,7 +13,7 @@
Package: minc-tools
Architecture: any
-Depends: ${shlibs:Depends}, csh | c-shell, netcdf-bin, libgetopt-tabular-perl, libtext-format-perl, imagemagick
+Depends: ${shlibs:Depends}, ${misc:Depends}, csh | c-shell, netcdf-bin, libgetopt-tabular-perl, libtext-format-perl, imagemagick
Description: MNI medical image format tools
This package contains tools to manipulate MINC files.
.
@@ -30,7 +30,7 @@
Package: libminc2-1
Section: libs
Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
Description: MNI medical image format library
This package contains the libraries libminc2 and libvolume_io2.
.
@@ -51,7 +51,7 @@
Replaces: libminc0-dev
Section: libdevel
Architecture: any
-Depends: libminc2-1 (= ${binary:Version}), libnetcdf-dev,
+Depends: ${misc:Depends}, libminc2-1 (= ${binary:Version}), libnetcdf-dev,
libhdf5-openmpi-dev [!arm !armel !hppa !mips !mipsel !s390],
libhdf5-lam-dev [ arm armel hppa mips mipsel s390]
Description: MNI medical image format development environment
Modified: trunk/packages/minc/trunk/debian/rules
===================================================================
--- trunk/packages/minc/trunk/debian/rules 2009-01-03 22:19:51 UTC (rev 2890)
+++ trunk/packages/minc/trunk/debian/rules 2009-01-03 22:29:54 UTC (rev 2891)
@@ -35,6 +35,8 @@
rm -f debian/tmp/usr/bin/mincexample?
rm -f debian/tmp/usr/bin/byte_swap
rm -f debian/tmp/usr/bin/extract
+ rm -f debian/tmp/usr/bin/acr_test
+ rm -f debian/tmp/usr/bin/dicom_test
dh_install -pminc-tools --autodest debian/tmp/usr/bin
dh_install -pminc-tools --autodest debian/tmp/usr/share/man
dh_link -pminc-tools \
More information about the debian-med-commit
mailing list