tag 616025 patch
thanks

Attached is a patch to fix this.


Don Armstrong

-- 
Miracles had become relative common-places since the advent of
entheogens; it now took very unusual circumstances to attract public
attention to sightings of supernatural entities. The latest miracle
had raised the ante on the supernatural: the Virgin Mary had
manifested herself to two children, a dog, and a Public Telepresence
Point.
 -- Bruce Sterling, _Holy Fire_ p228

http://www.donarmstrong.com              http://rzlab.ucr.edu
diff -Nru samtools-0.1.12a/debian/changelog samtools-0.1.12a/debian/changelog
--- samtools-0.1.12a/debian/changelog	2010-12-02 21:07:47.000000000 -0800
+++ samtools-0.1.12a/debian/changelog	2011-03-01 14:41:42.000000000 -0800
@@ -1,3 +1,9 @@
+samtools (0.1.12a-2) unstable; urgency=low
+
+  * Do not link bcftools manpage to samtools
+
+ -- Don Armstrong <[email protected]>  Tue, 01 Mar 2011 14:41:42 -0800
+
 samtools (0.1.12a-1) unstable; urgency=low
 
   * New upstream release.
diff -Nru samtools-0.1.12a/debian/rules samtools-0.1.12a/debian/rules
--- samtools-0.1.12a/debian/rules	2010-12-02 21:06:46.000000000 -0800
+++ samtools-0.1.12a/debian/rules	2011-03-01 14:48:18.000000000 -0800
@@ -15,7 +15,7 @@
 
 binary-install/samtools::
 	install -m 644 bcftools/README $(CURDIR)/debian/samtools/usr/share/doc/samtools/README.bcftools
-	ln -s samtools.1.gz $(CURDIR)/debian/samtools/usr/share/man/man1/bcftools.1.gz
+	gzip -c $(CURDIR)/bcftools/bcftools.1 > $(CURDIR)/debian/samtools/usr/share/man/man1/bcftools.1.gz
 
 binary-fixup/samtools::
 	sed -i 's|^#!/software/bin/python|#!/usr/bin/python|' $(CURDIR)/debian/samtools/usr/share/samtools/varfilter.py

Reply via email to