[med-svn] r16870 - trunk/packages/minc/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Mon May 5 09:25:23 UTC 2014


Author: tille
Date: 2014-05-05 09:25:23 +0000 (Mon, 05 May 2014)
New Revision: 16870

Modified:
   trunk/packages/minc/trunk/debian/changelog
   trunk/packages/minc/trunk/debian/control
Log:
cme fix dpkg-control


Modified: trunk/packages/minc/trunk/debian/changelog
===================================================================
--- trunk/packages/minc/trunk/debian/changelog	2014-05-05 09:23:32 UTC (rev 16869)
+++ trunk/packages/minc/trunk/debian/changelog	2014-05-05 09:25:23 UTC (rev 16870)
@@ -3,6 +3,7 @@
   * Apply patch provided by Alexander Ovchinnikov to build with clang
     (thanks to Alexander)
     Closes: 741744
+  * cme fix dpkg-control
 
  -- Andreas Tille <tille at debian.org>  Mon, 05 May 2014 11:21:48 +0200
 

Modified: trunk/packages/minc/trunk/debian/control
===================================================================
--- trunk/packages/minc/trunk/debian/control	2014-05-05 09:23:32 UTC (rev 16869)
+++ trunk/packages/minc/trunk/debian/control	2014-05-05 09:25:23 UTC (rev 16870)
@@ -1,18 +1,29 @@
 Source: minc
-Homepage: http://www.bic.mni.mcgill.ca/ServicesSoftware/HomePage
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Steve M. Robbins <smr at debian.org>,
+           Andreas Tille <tille at debian.org>
 Section: science
 Priority: optional
-Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Steve M. Robbins <smr at debian.org>
-Build-Depends: debhelper (>= 9), autotools-dev, dh-autoreconf,
-  libnetcdf-dev, zlib1g-dev, texlive-latex-base, libhdf5-dev
-Standards-Version: 3.9.2
-Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/minc/trunk/
-Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/minc/trunk/
+Build-Depends: debhelper (>= 9),
+               autotools-dev,
+               dh-autoreconf,
+               libnetcdf-dev,
+               zlib1g-dev,
+               texlive-latex-base,
+               libhdf5-dev
+Standards-Version: 3.9.5
+Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/minc/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/minc/trunk/
+Homepage: http://www.bic.mni.mcgill.ca/ServicesSoftware/HomePage
 
 Package: minc-tools
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, netcdf-bin, libgetopt-tabular-perl, libtext-format-perl, imagemagick
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         netcdf-bin,
+         libgetopt-tabular-perl,
+         libtext-format-perl,
+         imagemagick
 Description: MNI medical image format tools
  This package contains tools to manipulate MINC files.
  .
@@ -27,11 +38,12 @@
  to users.
 
 Package: libminc2-3
-Section: libs
 Architecture: any
 Multi-Arch: same
+Section: libs
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
 Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: MNI medical image format library
  This package contains the libraries libminc2 and libvolume_io2.
  .
@@ -48,11 +60,14 @@
  to users.
 
 Package: libminc-dev
+Architecture: any
+Section: libdevel
+Depends: ${misc:Depends},
+         libminc2-3 (= ${binary:Version}),
+         libnetcdf-dev,
+         libhdf5-dev
 Conflicts: libminc0-dev
 Replaces: libminc0-dev
-Section: libdevel
-Architecture: any
-Depends: ${misc:Depends}, libminc2-3 (= ${binary:Version}), libnetcdf-dev, libhdf5-dev
 Description: MNI medical image format development environment
  This package contains the library and headers for libminc2 and
  libvolume_io2.




More information about the debian-med-commit mailing list