[med-svn] [SCM] pysam branch, master, updated. upstream/0.3.1-8-gd3b27d0
Charles Plessy
plessy at debian.org
Thu Feb 3 04:01:49 UTC 2011
The following commit has been merged in the master branch:
commit ea9a36131ba321927693982e89f0dadbce22e613
Author: Charles Plessy <plessy at debian.org>
Date: Tue Feb 1 18:28:41 2011 +0900
# Using quilt as a patch system.
diff --git a/debian/control b/debian/control
index 4042b86..a7874f1 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: pysam
Section: science
Priority: optional
Maintainer: Charles Plessy <plessy at debian.org>
-Build-Depends: debhelper (>= 8), python-dev, cython, zlib1g-dev
+Build-Depends: debhelper (>= 8), quilt, python-dev, cython, zlib1g-dev
Standards-Version: 3.9.1
Homepage: http://code.google.com/p/pysam/
Vcs-Git: git://git.debian.org/debian-med/pysam.git
diff --git a/debian/rules b/debian/rules
index 4067ba0..baadecc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,4 @@
#!/usr/bin/make -f
%:
- dh $@
+ dh $@ --with-quilt
--
interface for the SAM/BAM sequence alignment and mapping format
More information about the debian-med-commit
mailing list