New upstream release, with among many changes a new python script.
authorCharles Plessy <plessy@debian.org>
Wed, 14 Jul 2010 05:19:47 +0000 (14:19 +0900)
committerCharles Plessy <plessy@debian.org>
Wed, 14 Jul 2010 05:19:47 +0000 (14:19 +0900)
debian/changelog
debian/control
debian/rules
debian/samtools.install

index 96ad453934f7dfc3fdfccab0d3124bd6520e213b..fbfe520f1be82e7540403ad2e51a4b5be9b790bd 100644 (file)
@@ -1,3 +1,14 @@
+samtools (0.1.8-1) unstable; urgency=low
+
+  * New upstream release.
+  * Updated the VCS fields to the current Git repository (debian/control).
+  * Install python scripts in usr/share/samtools, and suggest python
+    (debian/samtools.install, debian/rules, debian/control).
+  * Incremented Standards-Version to reflect conformance with Policy 3.9.0
+    (debian/control, no changes needed).
+
+ -- Charles Plessy <plessy@debian.org>  Wed, 14 Jul 2010 14:08:59 +0900
+
 samtools (0.1.7a~dfsg-1) unstable; urgency=low
 
   * New upstream release: new script sam2vcf.pl, and many other changes.
index e65161bc30aa707f7c062c65f5927f2d361ee21d..8bcae5cc8a016ddb7b7302d4b49f34467659d53f 100644 (file)
@@ -1,11 +1,11 @@
 Source: samtools
 Section: science
 Priority: optional
-Maintainer: Debian-Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
+Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
 DM-Upload-Allowed: yes
 Uploaders: Charles Plessy <plessy@debian.org>
 Build-Depends: debhelper (>= 7), cdbs, libncurses5-dev, zlib1g-dev
-Standards-Version: 3.8.3
+Standards-Version: 3.9.0
 Homepage: http://samtools.sourceforge.net
 Vcs-Browser: http://git.debian.org/?p=debian-med/samtools.git
 Vcs-Git: git://git.debian.org/debian-med/samtools.git
@@ -13,6 +13,7 @@ Vcs-Git: git://git.debian.org/debian-med/samtools.git
 Package: samtools
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Suggests: python
 Description: processing sequence alignments in SAM and BAM formats
  Samtools is a set of utilities that manipulate nucleotide sequence alignments
  in the binary BAM format. It imports from and exports to the ascii SAM
index ac35c570acc45407aba80341e83751426b706ba5..f5aaa941ac480eca83e1755e4d647648bbbbbedd 100755 (executable)
@@ -10,3 +10,6 @@ DEB_MAKE_CHECK_TARGET = -C examples all
 
 clean::
        $(RM) examples/calDepth examples/ex1.bam examples/ex1.bam.bai examples/ex1.fa.fai examples/ex1.glf examples/ex1.glfview.gz examples/ex1.pileup.gz examples/ex1a.bam examples/ex1b.bam examples/ex1f-rmduppe.bam examples/ex1f-rmdupse.bam examples/ex1f.bam examples/ex1f.rg
+
+binary-fixup/samtools::
+       sed -i 's|^#!/software/bin/python|#!/usr/bin/python|' $(CURDIR)/debian/samtools/usr/share/samtools/varfilter.py
index 17c8a41621b6a800ceb29622c419d0d368f1d5c1..a4bdb28a3e89f4cba02be01f0381969e35430a79 100644 (file)
@@ -2,6 +2,7 @@
 razip  usr/bin
 samtools       usr/bin
 misc/*.pl      usr/share/samtools
+misc/*.py      usr/share/samtools
 misc/wgsim     usr/lib/samtools
 misc/maq2sam-long      usr/lib/samtools
 misc/maq2sam-short     usr/lib/samtools