[med-svn] [macs] 06/12: Use dh_python2
Michael Crusoe
misterc-guest at moszumanska.debian.org
Sun Oct 4 23:33:02 UTC 2015
This is an automated email from the git hooks/post-receive script.
misterc-guest pushed a commit to annotated tag debian/2.0.9.1-1
in repository macs.
commit 12ed3cd25cfb781526718cdd6eefa60e434d591f
Author: Andreas Tille <tille at debian.org>
Date: Thu Jan 5 23:07:25 2012 +0000
Use dh_python2
---
changelog | 9 +++++++--
control | 5 +++--
rules | 2 +-
3 files changed, 11 insertions(+), 5 deletions(-)
diff --git a/changelog b/changelog
index 1b2b1cf..384d1d6 100644
--- a/changelog
+++ b/changelog
@@ -1,10 +1,15 @@
macs (2.0.9.1-1) UNRELEASED; urgency=low
- * debian/control: Adaptations to Debian Med team maintenance
+ * debian/control:
+ - Adaptations to Debian Med team maintenance
+ - X-Python-Version: >=2.7 because build fails
+ for Python 2.6
* debian/watch: Removed useless comments
* debian/README.*: Removed unused dh-make templates
* debian/copyright: Added some missing information
- * debian/rules: Removed useless dh-make comment
+ * debian/rules:
+ - Removed useless dh-make comment
+ - use dh_python2
-- Andreas Tille <tille at debian.org> Thu, 05 Jan 2012 23:25:06 +0100
diff --git a/control b/control
index a33d69c..d84858c 100644
--- a/control
+++ b/control
@@ -6,15 +6,16 @@ DM-Upload-Allowed: yes
Uploaders:Tim Booth <tbooth at ceh.ac.uk>,
H. Soon Gweon <hyugwe at ceh.ac.uk>,
Andreas Tille <tille at debian.org>
-Build-Depends: debhelper (>= 8.0.0), cython (>= 0.15), python-dev
+Build-Depends: debhelper (>= 8.0.0), cython (>= 0.15), python-dev (>= 2.6)
Standards-Version: 3.9.2
+X-Python-Version: >=2.7
Homepage: https://github.com/taoliu/MACS/
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/macs/trunk/
Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/macs/trunk/
Package: macs
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
Description: Model-based Analysis of ChIP-Seq on short reads sequencers
MACS empirically models the length of the sequenced ChIP fragments, which
tends to be shorter than sonication or library construction size estimates,
diff --git a/rules b/rules
index 27becd7..a5863c1 100755
--- a/rules
+++ b/rules
@@ -6,7 +6,7 @@
#export DH_VERBOSE=1
%:
- dh $@
+ dh $@ --with python2
override_dh_auto_clean:
dh_auto_clean
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/macs.git
More information about the debian-med-commit
mailing list