Author: tille Date: 2012-01-05 23:07:25 +0000 (Thu, 05 Jan 2012) New Revision: 9182
Modified: trunk/packages/macs/trunk/debian/changelog trunk/packages/macs/trunk/debian/control trunk/packages/macs/trunk/debian/rules Log: Use dh_python2 Modified: trunk/packages/macs/trunk/debian/changelog =================================================================== --- trunk/packages/macs/trunk/debian/changelog 2012-01-05 22:40:51 UTC (rev 9181) +++ trunk/packages/macs/trunk/debian/changelog 2012-01-05 23:07:25 UTC (rev 9182) @@ -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 <[email protected]> Thu, 05 Jan 2012 23:25:06 +0100 Modified: trunk/packages/macs/trunk/debian/control =================================================================== --- trunk/packages/macs/trunk/debian/control 2012-01-05 22:40:51 UTC (rev 9181) +++ trunk/packages/macs/trunk/debian/control 2012-01-05 23:07:25 UTC (rev 9182) @@ -6,15 +6,16 @@ Uploaders:Tim Booth <[email protected]>, H. Soon Gweon <[email protected]>, Andreas Tille <[email protected]> -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, Modified: trunk/packages/macs/trunk/debian/rules =================================================================== --- trunk/packages/macs/trunk/debian/rules 2012-01-05 22:40:51 UTC (rev 9181) +++ trunk/packages/macs/trunk/debian/rules 2012-01-05 23:07:25 UTC (rev 9182) @@ -6,7 +6,7 @@ #export DH_VERBOSE=1 %: - dh $@ + dh $@ --with python2 override_dh_auto_clean: dh_auto_clean _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
