[med-svn] [mash] 01/01: cme fix dpkg
Sascha Steinbiss
satta at debian.org
Tue Jul 19 12:53:58 UTC 2016
This is an automated email from the git hooks/post-receive script.
satta pushed a commit to branch master
in repository mash.
commit 4c6a0bc89eeba1fa3bdcbf57aa6a3edd307f1f90
Author: Sascha Steinbiss <satta at debian.org>
Date: Tue Jul 19 12:53:51 2016 +0000
cme fix dpkg
---
debian/control | 10 ++++++----
debian/copyright | 2 +-
debian/rules | 0
3 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/debian/control b/debian/control
index 6d3825e..9a6e4a3 100644
--- a/debian/control
+++ b/debian/control
@@ -1,8 +1,8 @@
Source: mash
-Section: science
-Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Sascha Steinbiss <satta at debian.org>
+Section: science
+Priority: optional
Build-Depends: debhelper (>= 9),
capnproto,
libcapnp-dev,
@@ -18,7 +18,8 @@ Homepage: https://mash.readthedocs.io
Package: mash
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
Description: fast genome and metagenome distance estimation using MinHash
Mash uses MinHash locality-sensitive hashing to reduce large biosequences to
a representative sketch and rapidly estimate pairwise distances between
@@ -42,7 +43,8 @@ Description: development headers and static library for Mash
Package: mash-doc
Architecture: all
Section: doc
-Depends: ${misc:Depends}, libjs-mathjax
+Depends: ${misc:Depends},
+ libjs-mathjax
Description: documentation for Mash
This package contains further documentation (tutorials, explanations,
etc.) for Mash, a MinHash based genome distance estimator.
diff --git a/debian/copyright b/debian/copyright
index cb0fa43..fa784e9 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Mash
Upstream-Contact: Adap Phillippy <adam.phillippy at nih.gov>
Source: https://github.com/marbl/Mash
diff --git a/debian/rules b/debian/rules
old mode 100755
new mode 100644
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/mash.git
More information about the debian-med-commit
mailing list