Uploaded package after misc. improvements.
authorCharles Plessy <charles@anx178.gsc.riken.jp>
Wed, 18 Nov 2009 05:31:10 +0000 (14:31 +0900)
committerCharles Plessy <charles@anx178.gsc.riken.jp>
Wed, 18 Nov 2009 05:31:10 +0000 (14:31 +0900)
  - Updated debian/copyright.
  - Polished and install new razip manual page.
  - Better clean the example directory to make the source package
    buildable twice in a row.

debian/changelog
debian/copyright
debian/razip.1
debian/rules
debian/samtools.manpages

index fc387c81fb81bb332ca22687783ed3d1df37b130..96ad453934f7dfc3fdfccab0d3124bd6520e213b 100644 (file)
@@ -1,9 +1,12 @@
-samtools (0.1.7a~dfsg-1) UNRELEASED; urgency=low
+samtools (0.1.7a~dfsg-1) unstable; urgency=low
 
   * New upstream release: new script sam2vcf.pl, and many other changes.
   * Package converted to the format ‘3.0 (quilt)’ (debian/source/format).
+  * Wrote a manual page for razip (debian/razip.1).
+  * Better clean the example directory to make the source package
+    buildable twice in a row (debian/rules).
 
- -- Charles Plessy <plessy@debian.org>  Mon, 16 Nov 2009 14:25:41 +0900
+ -- Charles Plessy <plessy@debian.org>  Tue, 17 Nov 2009 21:38:24 +0900
 
 samtools (0.1.6~dfsg-1) unstable; urgency=low
 
index 0aa176c6b76dcbb9f5e285a70eb80423f0b972fe..d5d88d706ef2d3b1355da281997c7c6b0123ff54 100644 (file)
@@ -3,7 +3,7 @@ Machine-readable license summary, see ‘http://dep.debian.net/deps/dep5/’.
 
 Name      :  SAMtools
 Contact   :  SAMtools mailing list <samtools-help@lists.sourceforge.net>
-Source    :  http://qa.debian.org/watch/sf.php/samtools/samtools-0.1.7.tar.bz2
+Source    :  http://qa.debian.org/watch/sf.php/samtools/samtools-0.1.7a.tar.bz2
 
 
 Copyright :  © 2008–2009, Genome Research Ltd.
index 5f0abc7ca04e38b58ce5c75f7c35fa78170d2141..aa062836bda0fd3746cf65632bf996164b29d3d9 100644 (file)
@@ -1,4 +1,5 @@
 .\" Generated by help2man 1.36 and edited later with vi.
+.\" This manual page was forwarded upstream on November 17th, 2009.
 .TH RAZIP "1" "November 2009" "razip " "Bioinformatics tools"
 .SH NAME
 razip \- Compress and decompress files in RAZip format
index ee5c351837f5e41fbfb82fd3c62be5d5d0d7fb61..ac35c570acc45407aba80341e83751426b706ba5 100755 (executable)
@@ -7,3 +7,6 @@ CFLAGS += -fPIC
 
 DEB_MAKE_BUILD_TARGET = all all-recur razip lib
 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
index 8c4cbfe1372317c65bd618eb743764545ada1023..18d2896b1e7865327ed42d6dbc9942998edb906d 100644 (file)
@@ -1 +1,2 @@
 samtools.1
+debian/razip.1