[med-svn] [relion] 05/05: Initial debian/control

Roland Fehrenbacher rfehren-guest at moszumanska.debian.org
Thu Oct 9 19:53:37 UTC 2014


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

rfehren-guest pushed a commit to branch master
in repository relion.

commit d446b4a34af6948f295ac7bfd3bae37a6d76af4b
Author: Roland Fehrenbacher <rf at q-leap.de>
Date:   Tue Jul 29 19:54:04 2014 +0200

    Initial debian/control
---
 debian/control | 82 ++++++++++++++++++++++++++++++++++++++++++++++++++++------
 1 file changed, 74 insertions(+), 8 deletions(-)

diff --git a/debian/control b/debian/control
index ef35e75..12d8ac7 100644
--- a/debian/control
+++ b/debian/control
@@ -1,13 +1,79 @@
 Source: relion
-Section: <set section>
+Section: science
 Priority: optional
 Maintainer: Q-Leap Debian Packaging Team <dpkg-team at q-leap.de>
-Uploaders: Roland Fehrenbacher <rf at q-leap.de>
-Build-Depends: debhelper (>= 9), ql-deb-utils
+Uploaders: Roland Fehrenbacher <rf at q-leap.de>,
+           Navid Fehrenbacher <nf at q-leap.de>,
+           Andreas Tille <tille at debian.org>
+Build-Depends: debhelper (>= 9), ql-deb-utils, libfltk1.3-dev, libfftw3-dev
 Standards-Version: 3.9.5
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-med/relion.git
+Vcs-Git: git://anonscm.debian.org/debian-med/relion.git
+Homepage: http://www2.mrc-lmb.cam.ac.uk/relion/index.php/Main_Page
 
-Package: relion
-Architecture: all
-Depends: 
-Description: ...
- ...
+Package: relion-bin
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: toolkit for 3D reconstructions in cryo-electron microscopy
+ RELION (for REgularised LIkelihood OptimisatioN) is a stand-alone computer program
+ for Maximum A Posteriori refinement of (multiple) 3D reconstructions or 2D class
+ averages in cryo-electron microscopy. 
+ .
+ RELION provides a GUI, several command-line tools in parallel (MPI) and serial
+ versions as well as a C++ API.
+ .
+ relion-bin provides the serial command-line tools
+
+Package: relion-bin-mpi
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: parallel toolkit for 3D reconstructions in cryo-electron microscopy
+ RELION (for REgularised LIkelihood OptimisatioN) is a stand-alone computer program
+ for Maximum A Posteriori refinement of (multiple) 3D reconstructions or 2D class
+ averages in cryo-electron microscopy. 
+ .
+ RELION provides a GUI, several command-line tools in parallel (MPI) and serial
+ versions as well as a C++ API.
+ .
+ relion-bin-mpi provides the parallel command-line tools based on OpenMPI.
+
+Package: relion-gui
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: parallel toolkit for 3D reconstructions in cryo-electron microscopy
+ RELION (for REgularised LIkelihood OptimisatioN) is a stand-alone computer program
+ for Maximum A Posteriori refinement of (multiple) 3D reconstructions or 2D class
+ averages in cryo-electron microscopy. 
+ .
+ RELION provides a GUI, several command-line tools in parallel (MPI) and serial
+ versions as well as a C++ API.
+ .
+ relion-gui provides the graphical user interface
+
+Package: librelion-dev
+Architecture: any
+Section: libdevel
+Depends: librelion1.3 (= ${binary:Version}), ${misc:Depends}
+Description: C++ API for RELION (3D reconstructions in cryo-electron microscopy)
+ RELION (for REgularised LIkelihood OptimisatioN) is a stand-alone computer program
+ for Maximum A Posteriori refinement of (multiple) 3D reconstructions or 2D class
+ averages in cryo-electron microscopy. 
+ .
+ RELION provides a GUI, several command-line tools in parallel (MPI) and serial
+ versions as well as a C++ API.
+ .
+ This is the developers API package.
+
+Package: librelion1.3
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: RELION dynnamic library (3D reconstructions in cryo-electron microscopy)
+ RELION (for REgularised LIkelihood OptimisatioN) is a stand-alone computer program
+ for Maximum A Posteriori refinement of (multiple) 3D reconstructions or 2D class
+ averages in cryo-electron microscopy. 
+ .
+ RELION provides a GUI, several command-line tools in parallel (MPI) and serial
+ versions as well as a C++ API.
+ .
+ This is the runtime library.

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



More information about the debian-med-commit mailing list