Author: piotr Date: 2010-07-01 19:36:30 +0000 (Thu, 01 Jul 2010) New Revision: 4976
Modified: trunk/packages/mgltools/pyglf/trunk/debian/changelog trunk/packages/mgltools/pyglf/trunk/debian/control Log: Build extension for all supported Python versions (closes: #586846) Modified: trunk/packages/mgltools/pyglf/trunk/debian/changelog =================================================================== --- trunk/packages/mgltools/pyglf/trunk/debian/changelog 2010-07-01 19:28:48 UTC (rev 4975) +++ trunk/packages/mgltools/pyglf/trunk/debian/changelog 2010-07-01 19:36:30 UTC (rev 4976) @@ -7,6 +7,13 @@ -- Andreas Tille <[email protected]> Fri, 16 Oct 2009 22:50:53 +0200 +mgltools-pyglf (1.5.4.cvs.20090603-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Build extension for all supported Python versions (closes: #586846) + + -- Piotr Ożarowski <[email protected]> Wed, 30 Jun 2010 22:32:52 +0200 + mgltools-pyglf (1.5.4.cvs.20090603-1) unstable; urgency=low * New upstream version. Modified: trunk/packages/mgltools/pyglf/trunk/debian/control =================================================================== --- trunk/packages/mgltools/pyglf/trunk/debian/control 2010-07-01 19:28:48 UTC (rev 4975) +++ trunk/packages/mgltools/pyglf/trunk/debian/control 2010-07-01 19:36:30 UTC (rev 4976) @@ -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, libxi-dev, swig, libglu1-mesa-dev, libxmu-dev, mesa-common-dev, libglut3-dev, python-numpy +Build-Depends: debhelper (>= 7), python-central (>= 0.5.6), cdbs (>= 0.4), python-all-dev, libxi-dev, swig, libglu1-mesa-dev, libxmu-dev, mesa-common-dev, libglut3-dev, python-numpy Standards-Version: 3.8.3 -XS-Python-Version: 2.5 +XS-Python-Version: >= 2.5 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/pyglf/trunk/?rev=0&sc=0 Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/mgltools/pyglf/trunk/ Homepage: http://mgltools.scripps.edu/ _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
