This is an automated email from the git hooks/post-receive script. tomasz pushed a commit to branch master in repository mothur.
commit 1e3d3dbd16f5d19eb50511c692f432a2f7cfabcd Author: Tomasz Buchert <[email protected]> Date: Sun Dec 18 12:18:27 2016 +0100 d/*: w&s --- debian/control | 14 +++++--------- debian/copyright | 6 +++--- debian/mothur.install | 4 ++-- 3 files changed, 10 insertions(+), 14 deletions(-) diff --git a/debian/control b/debian/control index 2e9d87c..63c2849 100644 --- a/debian/control +++ b/debian/control @@ -7,11 +7,11 @@ Uploaders: Steffen Moeller <[email protected]>, Section: science Priority: optional Build-Depends: debhelper (>= 10), - libreadline-dev, gfortran, + libboost-iostreams-dev, libopenmpi-dev, - zlib1g-dev, - libboost-iostreams-dev + libreadline-dev, + zlib1g-dev Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/mothur.git Vcs-Git: https://anonscm.debian.org/git/debian-med/mothur.git @@ -19,8 +19,7 @@ Homepage: http://www.mothur.org Package: mothur Architecture: any -Depends: ${shlibs:Depends}, - ${misc:Depends} +Depends: ${misc:Depends}, ${shlibs:Depends} Conflicts: uchime Provides: uchime Description: sequence analysis suite for research on microbiota @@ -33,10 +32,7 @@ Description: sequence analysis suite for research on microbiota Package: mothur-mpi Architecture: any -Depends: ${shlibs:Depends}, - ${misc:Depends}, - mothur, - openmpi-bin +Depends: mothur, openmpi-bin, ${misc:Depends}, ${shlibs:Depends} Description: mpi-enabled binary for mothur Mothur seeks to develop a single piece of open-source, expandable software to fill the bioinformatics needs of the microbial ecology diff --git a/debian/copyright b/debian/copyright index 1a12ef5..5221340 100644 --- a/debian/copyright +++ b/debian/copyright @@ -2,7 +2,7 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Mothur Upstream-Contact: Patrick D. Schloss <[email protected]> Source: http://www.mothur.org/wiki/Download_mothur - + Files: * Copyright: © 2009-2012 Schloss Lab UMASS Amhers., Patrick Schloss <[email protected]> License: GPL-3+ @@ -59,8 +59,8 @@ License: BSD-3-clause notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . - 3. The names of its contributors may not be used to endorse or promote - products derived from this software without specific prior written + 3. The names of its contributors may not be used to endorse or promote + products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS diff --git a/debian/mothur.install b/debian/mothur.install index e5b62b0..1249f52 100644 --- a/debian/mothur.install +++ b/debian/mothur.install @@ -1,4 +1,4 @@ -mothur /usr/bin -uchime /usr/bin # XXX: there are no PAT files in the new release # lookupFiles/* /usr/share/mothur +mothur /usr/bin +uchime /usr/bin -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/mothur.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
