[med-svn] [bambamc] 01/02: cme fix dpkg-control
Andreas Tille
tille at debian.org
Sun Apr 13 07:09:12 UTC 2014
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository bambamc.
commit da4cfe4538f81bd1cd3444fa7d501624ddc4b821
Author: Andreas Tille <tille at debian.org>
Date: Sun Apr 13 08:46:10 2014 +0200
cme fix dpkg-control
---
debian/control | 22 ++++++++++++++++------
1 file changed, 16 insertions(+), 6 deletions(-)
diff --git a/debian/control b/debian/control
index ab583fe..786bb1c 100644
--- a/debian/control
+++ b/debian/control
@@ -1,27 +1,37 @@
Source: bambamc
-Section: science
-Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Andreas Tille <tille at debian.org>,
German Tischler <gt1 at sanger.ac.uk>
+Section: science
+Priority: optional
+Build-Depends: debhelper (>= 9),
+ autoconf,
+ automake,
+ libtool,
+ pkg-config,
+ zlib1g-dev
Standards-Version: 3.9.5
-Build-Depends: debhelper (>= 9), autoconf (>= 2.61), automake (>= 1.10), libtool (>= 2.2.6), pkg-config (>= 0.22), zlib1g-dev (>= 1.2.3)
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-med/bambamc.git
Vcs-Git: git://anonscm.debian.org/debian-med/bambamc.git
Homepage: https://github.com/gt1/bambamc
Package: libbambamc
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
Description: Runtime library for reading and writing BAM (genome alignment) files
The BAM Format is a binary format for storing sequence data. This is a
lightweight C implementation of the read name collation code from the
larger bambam C++ project to handle BAM file input and BAM file output.
Package: libbambamc-dev
-Section: libdevel
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libbambamc (= ${binary:Version}), pkg-config (>= 0.22), zlib1g-dev (>= 1.2.3)
+Section: libdevel
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ libbambamc (= ${binary:Version}),
+ pkg-config,
+ zlib1g-dev
Description: Development files for reading and writing BAM (genome alignment) files
The BAM Format is a binary format for storing sequence data. This is a
lightweight C implementation of the read name collation code from the
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/bambamc.git
More information about the debian-med-commit
mailing list