Author: piotr Date: 2010-07-01 19:28:48 +0000 (Thu, 01 Jul 2010) New Revision: 4975
Modified: trunk/packages/mgltools/opengltk/trunk/debian/changelog trunk/packages/mgltools/opengltk/trunk/debian/control trunk/packages/mgltools/opengltk/trunk/debian/rules Log: * Build extension for all supported Python versions (closes: #586843) * drop DH_PYCENTRAL="nomove" Modified: trunk/packages/mgltools/opengltk/trunk/debian/changelog =================================================================== --- trunk/packages/mgltools/opengltk/trunk/debian/changelog 2010-07-01 19:15:14 UTC (rev 4974) +++ trunk/packages/mgltools/opengltk/trunk/debian/changelog 2010-07-01 19:28:48 UTC (rev 4975) @@ -7,6 +7,13 @@ -- Andreas Tille <[email protected]> Fri, 16 Oct 2009 22:47:50 +0200 +mgltools-opengltk (1.5.4.cvs.20090603-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Build extension for all supported Python versions (closes: #586843) + + -- Piotr Ożarowski <[email protected]> Wed, 30 Jun 2010 21:21:01 +0200 + mgltools-opengltk (1.5.4.cvs.20090603-1) unstable; urgency=low * New upstream version. Modified: trunk/packages/mgltools/opengltk/trunk/debian/control =================================================================== --- trunk/packages/mgltools/opengltk/trunk/debian/control 2010-07-01 19:15:14 UTC (rev 4974) +++ trunk/packages/mgltools/opengltk/trunk/debian/control 2010-07-01 19:28:48 UTC (rev 4975) @@ -6,9 +6,9 @@ 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), python2.5-dev, swig (>= 1.3.20), libglu1-mesa-dev, mesa-common-dev, tk8.4-dev|tk8.5-dev|tk-dev, libxmu-dev, python-numpy +Build-Depends: debhelper (>= 7), python-central (>= 0.5.6), cdbs (>= 0.4), python-all-dev, swig (>= 1.3.20), libglu1-mesa-dev, mesa-common-dev, tk8.4-dev|tk8.5-dev|tk-dev, libxmu-dev, python-numpy Standards-Version: 3.8.3 -XS-Python-Version: 2.5 +XS-Python-Version: >= 2.5 Homepage: http://mgltools.scripps.edu/ Package: mgltools-opengltk Modified: trunk/packages/mgltools/opengltk/trunk/debian/rules =================================================================== --- trunk/packages/mgltools/opengltk/trunk/debian/rules 2010-07-01 19:15:14 UTC (rev 4974) +++ trunk/packages/mgltools/opengltk/trunk/debian/rules 2010-07-01 19:28:48 UTC (rev 4975) @@ -10,7 +10,6 @@ #export DH_VERBOSE=1 export DEB_PYTHON_SYSTEM=pycentral -export DH_PYCENTRAL="nomove" include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/python-distutils.mk @@ -18,7 +17,7 @@ DEB_PYTHON_INSTALL_ARGS += --single-version-externally-managed -export DH_PYCENTRAL="nomove" clean:: find . -name CVS -a -type d| xargs -r rm -rf rm -rf build build-stamp debian/Pmv + cd opengltk/extent/ && rm -f gl_i.h.diff glext_mgltools_i.h.diff glextlib.py.diff glextlib_wrap.c.diff gllib.py.diff gllib_wrap.c.diff glu_i.h.diff glulib.py.diff glulib_wrap.c.diff glx_i.h.diff glxlib.py.diff glxlib_wrap.c.diff utillib.py.diff utillib_wrap.c.diff _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
