[med-svn] [pbsuite] 01/02: cme fix dpkg-control

Andreas Tille tille at debian.org
Sat Dec 24 11:29:24 UTC 2016


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

tille pushed a commit to branch master
in repository pbsuite.

commit 51489bbb4fce3319c4e0a516f5008445bbb2233d
Author: Andreas Tille <tille at debian.org>
Date:   Sat Dec 24 12:27:05 2016 +0100

    cme fix dpkg-control
---
 debian/changelog |  1 +
 debian/control   | 86 +++++++++++++++++++++++++-------------------------------
 2 files changed, 40 insertions(+), 47 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 72f104c..fd8c21a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ pbsuite (15.8.24+dfsg-2) UNRELEASED; urgency=medium
   * Team upload.
   * Adapt to change of command line syntax of blasr
     Closes: #844034
+  * cme fix dpkg-control
 
  -- Andreas Tille <tille at debian.org>  Sat, 24 Dec 2016 12:20:46 +0100
 
diff --git a/debian/control b/debian/control
index 6b41c64..56944e8 100644
--- a/debian/control
+++ b/debian/control
@@ -1,25 +1,22 @@
 Source: pbsuite
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Afif Elghraoui <afif at debian.org>
 Section: science
 Priority: optional
-Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders:
-	Afif Elghraoui <afif at debian.org>
-Build-Depends:
-	debhelper (>= 9),
-	dh-python,
-	python-all,
-Standards-Version: 3.9.7
-Homepage: http://sourceforge.net/projects/pb-jelly
-Vcs-Git: https://anonscm.debian.org/git/debian-med/pbsuite.git
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python-all
+Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/pbsuite.git
+Vcs-Git: https://anonscm.debian.org/git/debian-med/pbsuite.git
+Homepage: http://sourceforge.net/projects/pb-jelly
 
 Package: pbsuite
-Section: metapackages
 Architecture: all
-Depends:
-	${misc:Depends},
-	pbjelly,
-	pbhoney,
+Section: metapackages
+Depends: ${misc:Depends},
+         pbjelly,
+         pbhoney
 Description: software for Pacific Biosciences sequencing data
  The PBSuite contains two projects created for analysis of
  Pacific Biosciences long-read sequencing data.
@@ -27,12 +24,11 @@ Description: software for Pacific Biosciences sequencing data
   * PBHoney - structural variation discovery
 
 Package: python-pbsuite-utils
-Section: python
 Architecture: all
-Depends:
-	${misc:Depends},
-	${python:Depends},
-	python-pysam (>= 0.8.0),
+Section: python
+Depends: ${misc:Depends},
+         ${python:Depends},
+         python-pysam (>= 0.8.0)
 Description: software for Pacific Biosciences sequencing data -- Python utilities
  The PBSuite currently contains two projects created and maintained
  by Adam English for analysis of Pacific Biosciences long-read
@@ -44,12 +40,11 @@ Description: software for Pacific Biosciences sequencing data -- Python utilitie
 
 Package: pbjelly
 Architecture: all
-Depends:
-	${misc:Depends},
-	${python:Depends},
-	python-pbsuite-utils (= ${source:Version}),
-	python-networkx,
-	blasr,
+Depends: ${misc:Depends},
+         ${python:Depends},
+         python-pbsuite-utils (= ${source:Version}),
+         python-networkx,
+         blasr
 Description: genome assembly upgrading tool
  PBJelly is a highly automated pipeline that aligns long sequencing
  reads (such as PacBio RS reads or long 454 reads in fasta format)
@@ -60,19 +55,17 @@ Description: genome assembly upgrading tool
 
 Package: pbhoney
 Architecture: all
-Depends:
-	${misc:Depends},
-	${python:Depends},
-	python-pbsuite-utils (= ${source:Version}),
-	python-pbbanana (= ${source:Version}),
-	python-pysam (>= 0.8.0),
-	python-networkx,
-	python-h5py (>= 2.0.1),
-	python-numpy,
-	blasr,
-	samtools,
-Recommends:
-	pbdagcon,
+Depends: ${misc:Depends},
+         ${python:Depends},
+         python-pbsuite-utils (= ${source:Version}),
+         python-pbbanana (= ${source:Version}),
+         python-pysam (>= 0.8.0),
+         python-networkx,
+         python-h5py,
+         python-numpy,
+         blasr,
+         samtools
+Recommends: pbdagcon
 Description: genomic structural variation discovery
  PBHoney is an implementation of two variant-identification
  approaches designed to exploit the high mappability of long reads
@@ -83,15 +76,14 @@ Description: genomic structural variation discovery
  PBHoney is part of the PBSuite.
 
 Package: python-pbbanana
-Section: python
-Depends:
-	${misc:Depends},
-	${python:Depends},
-	python-pbsuite-utils (= ${source:Version}),
-	python-networkx,
-	pbjelly (= ${source:Version}),
-	blasr,
 Architecture: all
+Section: python
+Depends: ${misc:Depends},
+         ${python:Depends},
+         python-pbsuite-utils (= ${source:Version}),
+         python-networkx,
+         pbjelly (= ${source:Version}),
+         blasr
 Description: additional utilities for the pbsuite
  PBBanana contains some assembly and consensus utilities
  for the PBSuite.

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



More information about the debian-med-commit mailing list