X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=samtools.git;a=blobdiff_plain;f=debian%2Frules;h=d6d4267cbfce61ec4091a4dcf229af7028cd4df6;hp=3605b20bc981cf33522c4e01119f03acea2a3bd0;hb=2347ad62090e036841008e054c234868e21f7a80;hpb=e2bd290b8643f0a728c282a8b825392307750210 diff --git a/debian/rules b/debian/rules index 3605b20..d6d4267 100755 --- a/debian/rules +++ b/debian/rules @@ -2,6 +2,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/makefile.mk +include /usr/share/cdbs/1/rules/patchsys-quilt.mk CFLAGS += -fPIC @@ -15,6 +16,7 @@ clean:: 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 binary-fixup/samtools:: sed -i 's|^#!/software/bin/python|#!/usr/bin/python|' $(CURDIR)/debian/samtools/usr/share/samtools/varfilter.py