[med-svn] [gadgetron] 03/03: d/control: early cme fix

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Fri Feb 20 20:52:44 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch master
in repository gadgetron.

commit e11b8d8a5faafcceb173cc5ebee963a5774fe72f
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Fri Feb 20 20:52:30 2015 +0000

    d/control: early cme fix
---
 debian/control | 63 ++++++++++++++++++++++++++--------------------------------
 1 file changed, 28 insertions(+), 35 deletions(-)

diff --git a/debian/control b/debian/control
index 7a9fa09..778b704 100644
--- a/debian/control
+++ b/debian/control
@@ -1,64 +1,57 @@
 Source: gadgetron
-Section: science
-Priority: optional
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
 Uploaders: Ghislain Antony Vaillant <ghisvail at gmail.com>
-Build-Depends:
- cmake,
- debhelper (>= 9),
- libace-dev,
- libarmadillo-dev,
- libboost-system-dev,
- libboost-thread-dev,
- libfftw3-dev,
- libismrmrd-dev,
- libxerces-c-dev,
- xsdcxx
-Build-Depends-Indep:
- doxygen 
-Standards-Version: 3.9.5
-Homepage: https://github.com/gadgetron/gadgetron
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-med/gadgetron.git
+Section: science
+Priority: optional
+Build-Depends: cmake,
+               debhelper (>= 9),
+               libace-dev,
+               libarmadillo-dev,
+               libboost-system-dev,
+               libboost-thread-dev,
+               libfftw3-dev,
+               libismrmrd-dev,
+               libxerces-c-dev,
+               xsdcxx
+Build-Depends-Indep: doxygen
+Standards-Version: 3.9.6
+Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/gadgetron.git
 Vcs-Git: git://anonscm.debian.org/debian-med/gadgetron.git
+Homepage: https://github.com/gadgetron/gadgetron
 
 Package: libgadgetron3.1
 Architecture: any
-Depends:
- ${misc:Depends},
- ${shlibs:Depends}
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
 Description: an open source framework for medical image reconstruction
  This package provides the shared libraries
 
 Package: libgadgetron-dev
 Architecture: any
-Depends:
- libgadgetron3.1 (= ${binary:Version}),
- ${misc:Depends},
- ${shlibs:Depends}
+Depends: libgadgetron3.1 (= ${binary:Version}),
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: an open source framework for medical image reconstruction
  This package provides the development files.
 
 Package: gadgetron-client
 Architecture: any
-Depends:
- libgadgetron3.1 (= ${binary:Version}),
- ${misc:Depends},
- ${shlibs:Depends}
+Depends: libgadgetron3.1 (= ${binary:Version}),
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: an open source framework for medical image reconstruction
  This package provides the client-side applications.
 
 Package: gadgetron-server
 Architecture: any
-Depends:
- libgadgetron3.1 (= ${binary:Version}),
- ${misc:Depends},
- ${shlibs:Depends}
+Depends: libgadgetron3.1 (= ${binary:Version}),
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: an open source framework for medical image reconstruction
  This package provides the server-side applications.
 
 Package: gadgetron-schema
 Architecture: all
-Depends:
- ${misc:Depends}
+Depends: ${misc:Depends}
 Description: an open source framework for medical image reconstruction
  This package provides the XML schema.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/gadgetron.git



More information about the debian-med-commit mailing list