[med-svn] [libvcflib] 01/07: cme fix dpkg-control
Andreas Tille
tille at debian.org
Wed Jun 22 15:05:02 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository libvcflib.
commit dfbb48a511a24916bef2e27344ddd2b4eb67e542
Author: Andreas Tille <tille at debian.org>
Date: Mon Jun 20 09:51:43 2016 +0200
cme fix dpkg-control
---
debian/control | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/debian/control b/debian/control
index 9bbb354..d1d2d23 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,20 @@
Source: libvcflib
-Section: science
-Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Andreas Tille <tille at debian.org>
+Section: science
+Priority: optional
Build-Depends: debhelper (>= 9),
python-markdown,
libtabixpp-dev
-Standards-Version: 3.9.6
+Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/libvcflib.git
-Vcs-Git: git://anonscm.debian.org/debian-med/libvcflib.git
+Vcs-Git: https://anonscm.debian.org/git/debian-med/libvcflib.git
Homepage: https://github.com/ekg/vcflib
Package: libvcflib
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
Description: C++ library for parsing and manipulating VCF files
The Variant Call Format (VCF) is a flat-file, tab-delimited textual format
intended to concisely describe reference-indexed variations between
@@ -28,4 +29,3 @@ Description: C++ library for parsing and manipulating VCF files
be described by the VCF format,
* and a collection of command-line utilities for executing complex
manipulations on VCF files.
-
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libvcflib.git
More information about the debian-med-commit
mailing list