cme fix dpkg-control; I need this package for just injected fitgpc
authorAndreas Tille <tille@debian.org>
Fri, 7 Feb 2014 16:09:03 +0000 (17:09 +0100)
committerAndreas Tille <tille@debian.org>
Fri, 7 Feb 2014 16:09:03 +0000 (17:09 +0100)
debian/control

index 574899a1746d8d18ef966094e002aed9809df310..92a87a5c2e843e0170023c29606e0fdf0b84a2aa 100644 (file)
@@ -1,15 +1,17 @@
 Source: pysam
-Maintainer: Charles Plessy <plessy@debian.org>
+Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
+Uploaders: Charles Plessy <plessy@debian.org>,
+           Andreas Tille <tille@debian.org>
 Section: science
 Priority: optional
 Build-Depends: debhelper (>= 9),
                python-all-dev,
-               python-setuptools (>= 0.6c11),
-               cython (>= 0.12),
+               python-setuptools,
+               cython,
                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
+Standards-Version: 3.9.5
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-med/pysam.git
+Vcs-Git: git://anonscm.debian.org/debian-med/pysam.git
 Homepage: http://code.google.com/p/pysam/
 
 Package: python-pysam
@@ -21,4 +23,3 @@ Depends: ${shlibs:Depends},
 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. 
-