[med-svn] [htslib] 06/08: Normalise source package control file (VCS-Browser, Pre-Depends).
Charles Plessy
plessy at moszumanska.debian.org
Wed Sep 24 12:34:59 UTC 2014
This is an automated email from the git hooks/post-receive script.
plessy pushed a commit to branch debian/unstable
in repository htslib.
commit 7fe3bb5d5137eff0b299ab81232f0aaf766ef884
Author: Charles Plessy <plessy at debian.org>
Date: Wed Sep 24 21:22:36 2014 +0900
Normalise source package control file (VCS-Browser, Pre-Depends).
---
debian/control | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index c336a32..4336ba8 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 9),
dh-exec,
zlib1g-dev
Standards-Version: 3.9.5
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-med/htslib.git
+Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/htslib.git
Vcs-Git: git://anonscm.debian.org/debian-med/htslib.git -b debian/unstable
Homepage: https://github.com/samtools/htslib
@@ -15,9 +15,9 @@ Package: libhts1
Architecture: any
Multi-Arch: same
Section: libs
-Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends},
${misc:Depends}
+Pre-Depends: ${misc:Pre-Depends}
Description: C library for high-throughput sequencing data formats
HTSlib is an implementation of a unified C library for accessing common file
formats, such as SAM (Sequence Alignment/Map), CRAM and VCF (Variant Call
@@ -48,7 +48,8 @@ Description: Test data for HTSlib
Package: tabix
Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends},
+ ${shlibs:Depends}
Description: generic indexer for TAB-delimited genome position files
Tabix indexes files where some columns indicate sequence coordinates: name
(usually a chromosme), start and stop. The input data file must be position
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/htslib.git
More information about the debian-med-commit
mailing list