Author: tille Date: 2011-04-07 10:37:11 +0000 (Thu, 07 Apr 2011) New Revision: 6484
Added: trunk/packages/mgltools/bhtree/trunk/debian/source/ trunk/packages/mgltools/bhtree/trunk/debian/source/format Removed: trunk/packages/mgltools/bhtree/trunk/debian/pycompat Modified: trunk/packages/mgltools/bhtree/trunk/debian/changelog trunk/packages/mgltools/bhtree/trunk/debian/compat trunk/packages/mgltools/bhtree/trunk/debian/control trunk/packages/mgltools/bhtree/trunk/debian/rules Log: Try to switch to dh_python2 (but not yet completed - needs consultation) Modified: trunk/packages/mgltools/bhtree/trunk/debian/changelog =================================================================== --- trunk/packages/mgltools/bhtree/trunk/debian/changelog 2011-04-07 10:26:29 UTC (rev 6483) +++ trunk/packages/mgltools/bhtree/trunk/debian/changelog 2011-04-07 10:37:11 UTC (rev 6484) @@ -1,3 +1,15 @@ +mgltools-bhtree (1.5.4.cvs.20100912-2) UNRELEASED; urgency=low + + * Debhelper 8 (control+compat) + * debian/source/format: 3.0 (quilt) + * debian/control: Build-Depends: python (>= 2.6) to enable + python-support2 + * debian/rules: switch to short dh syntax which makes + dh_python2 easy + Closes: #616887 + + -- Andreas Tille <[email protected]> Thu, 07 Apr 2011 12:27:24 +0200 + mgltools-bhtree (1.5.4.cvs.20100912-1) unstable; urgency=low * New upstream version. Modified: trunk/packages/mgltools/bhtree/trunk/debian/compat =================================================================== --- trunk/packages/mgltools/bhtree/trunk/debian/compat 2011-04-07 10:26:29 UTC (rev 6483) +++ trunk/packages/mgltools/bhtree/trunk/debian/compat 2011-04-07 10:37:11 UTC (rev 6484) @@ -1 +1 @@ -7 +8 Modified: trunk/packages/mgltools/bhtree/trunk/debian/control =================================================================== --- trunk/packages/mgltools/bhtree/trunk/debian/control 2011-04-07 10:26:29 UTC (rev 6483) +++ trunk/packages/mgltools/bhtree/trunk/debian/control 2011-04-07 10:37:11 UTC (rev 6484) @@ -6,15 +6,14 @@ XS-Autobuild: yes Uploaders: Steffen Moeller <[email protected]>, Sargis Dallakyan <[email protected]>, Andreas Tille <[email protected]> -Build-Depends: debhelper (>= 7), python-central (>= 0.5.6), cdbs (>= 0.4), python-all-dev, python-numpy, swig (>= 1.3.20) -Standards-Version: 3.9.1.0 +Build-Depends: debhelper (>= 8), python-dev (>= 2.6), python-numpy, swig (>= 1.3.20) +Standards-Version: 3.9.1 XS-Python-Version: >= 2.5 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/bhtree/trunk/?rev=0&sc=0 Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/mgltools/bhtree/trunk/ Homepage: http://mgltools.scripps.edu/ Package: mgltools-bhtree -XB-Python-Version: ${python:Versions} Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} Enhances: autodocktools Deleted: trunk/packages/mgltools/bhtree/trunk/debian/pycompat =================================================================== --- trunk/packages/mgltools/bhtree/trunk/debian/pycompat 2011-04-07 10:26:29 UTC (rev 6483) +++ trunk/packages/mgltools/bhtree/trunk/debian/pycompat 2011-04-07 10:37:11 UTC (rev 6484) @@ -1 +0,0 @@ -2 Modified: trunk/packages/mgltools/bhtree/trunk/debian/rules =================================================================== --- trunk/packages/mgltools/bhtree/trunk/debian/rules 2011-04-07 10:26:29 UTC (rev 6483) +++ trunk/packages/mgltools/bhtree/trunk/debian/rules 2011-04-07 10:37:11 UTC (rev 6484) @@ -1,20 +1,14 @@ #!/usr/bin/make -f # -*- makefile -*- -# Sample debian/rules that uses debhelper. -# This file was originally written by Joey Hess and Craig Small. -# As a special exception, when this file is copied by dh-make into a -# dh-make output file, you may use that output file without restriction. -# This special exception was added by Craig Small in version 0.37 of dh-make. +# debian/rules for mgltools-bhtree # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -export DEB_PYTHON_SYSTEM=pycentral +%: + dh $@ --with python2 -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/python-distutils.mk -#include /usr/share/cdbs/1/rules/simple-patchsys.mk - -clean:: +override_dh_clean: + dh_clean find . -name CVS -a -type d| xargs -r rm -r rm -rf build build-stamp debian/Pmv Added: trunk/packages/mgltools/bhtree/trunk/debian/source/format =================================================================== --- trunk/packages/mgltools/bhtree/trunk/debian/source/format (rev 0) +++ trunk/packages/mgltools/bhtree/trunk/debian/source/format 2011-04-07 10:37:11 UTC (rev 6484) @@ -0,0 +1 @@ +3.0 (quilt) _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
