Normalised with config-model-edit.
authorCharles Plessy <plessy@debian.org>
Fri, 9 Aug 2013 09:36:51 +0000 (18:36 +0900)
committerCharles Plessy <plessy@debian.org>
Fri, 9 Aug 2013 09:36:51 +0000 (18:36 +0900)
debian/control

index 84d539025198a4484ab2f4d5c37bb655ceb7ceb0..f82330758bfd374f0f26ef5edb456777c8c906c3 100644 (file)
@@ -1,16 +1,24 @@
 Source: pysam
+Maintainer: Charles Plessy <plessy@debian.org>
 Section: science
 Priority: optional
-Maintainer: Charles Plessy <plessy@debian.org>
-Build-Depends: debhelper (>= 8~), python-all-dev, python-setuptools (>= 0.6c11), cython (>= 0.12), zlib1g-dev
-Standards-Version: 3.9.3
-Homepage: http://code.google.com/p/pysam/
-Vcs-Git: git://git.debian.org/debian-med/pysam.git
+Build-Depends: debhelper (>= 8~),
+               python-all-dev,
+               python-setuptools (>= 0.6c11),
+               cython (>= 0.12),
+               zlib1g-dev
+Standards-Version: 3.9.4
 Vcs-Browser: http://git.debian.org/?p=debian-med/pysam.git
+Vcs-Git: git://git.debian.org/debian-med/pysam.git
+Homepage: http://code.google.com/p/pysam/
 
 Package: python-pysam
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-pyrex
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         ${python:Depends},
+         python-pyrex
 Description: interface for the SAM/BAM sequence alignment and mapping format
  Pysam is a python module for reading and manipulating Samfiles. It's a
  lightweight wrapper of the samtools C-API. 
+