[med-svn] [bamtools] 04/08: cme fix dpkg-control

Andreas Tille tille at debian.org
Wed Apr 2 13:31:05 UTC 2014


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch debian
in repository bamtools.

commit 11c5a1a10c412d6f3569561b1aea70c998fe3aff
Author: Andreas Tille <tille at debian.org>
Date:   Wed Apr 2 13:16:37 2014 +0200

    cme fix dpkg-control
---
 debian/control | 27 +++++++++++++++++----------
 1 file changed, 17 insertions(+), 10 deletions(-)

diff --git a/debian/control b/debian/control
index cd10f20..61b4842 100644
--- a/debian/control
+++ b/debian/control
@@ -1,18 +1,23 @@
 Source: bamtools
-Priority: optional
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
 Uploaders: Michael R. Crusoe <michael.crusoe at gmail.com>,
            Andreas Tille <tille at debian.org>
-Build-Depends: debhelper (>= 9.0.0), cmake, libz-dev, libjsoncpp-dev, help2man
-Standards-Version: 3.9.3
 Section: science
-Homepage: https://github.com/pezmaster31/bamtools/wiki
-Vcs-Git: git://anonscm.debian.org/debian-med/bamtools.git
+Priority: optional
+Build-Depends: debhelper (>= 9.0.0),
+               cmake,
+               libz-dev,
+               libjsoncpp-dev,
+               help2man
+Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-med/bamtools.git;a=shortlog;h=refs/heads/debian
+Vcs-Git: git://anonscm.debian.org/debian-med/bamtools.git
+Homepage: https://github.com/pezmaster31/bamtools/wiki
 
 Package: bamtools
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
 Description: C++ API for manipulating BAM (genome alignment) files
  BamTools facilitates research analysis and data management using BAM
  files.  It copes with the enormous amount of data produced by current
@@ -43,9 +48,10 @@ Description: C++ API for manipulating BAM (genome alignment) files
  stats    Prints some basic statistics from input BAM file(s)
 
 Package: libbamtools-dev
-Section: libdevel
 Architecture: any
-Depends: libbamtools2.2.0 (= ${binary:Version}), ${misc:Depends}
+Section: libdevel
+Depends: libbamtools2.2.0 (= ${binary:Version}),
+         ${misc:Depends}
 Description: C++ API for manipulating BAM (genome alignment) files 
  BamTools facilitates research analysis and data management using BAM 
  files.  It copes with the enormous amount of data produced by current
@@ -59,9 +65,10 @@ Description: C++ API for manipulating BAM (genome alignment) files
  This is the developers API package
 
 Package: libbamtools2.2.0
-Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Section: libs
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
 Description: Command-line toolkit for BAM (genome alignment) files
  BamTools facilitates research analysis and data management using BAM
  files.  It copes with the enormous amount of data produced by current

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/bamtools.git



More information about the debian-med-commit mailing list