Author: piotr Date: 2010-07-01 18:48:37 +0000 (Thu, 01 Jul 2010) New Revision: 4972
Modified: trunk/packages/mgltools/dejavu/trunk/debian/changelog trunk/packages/mgltools/dejavu/trunk/debian/control Log: Allow byte-compilation for Python >= 2.5 (closes: #586837) Modified: trunk/packages/mgltools/dejavu/trunk/debian/changelog =================================================================== --- trunk/packages/mgltools/dejavu/trunk/debian/changelog 2010-07-01 18:17:06 UTC (rev 4971) +++ trunk/packages/mgltools/dejavu/trunk/debian/changelog 2010-07-01 18:48:37 UTC (rev 4972) @@ -7,6 +7,13 @@ -- Andreas Tille <[email protected]> Fri, 16 Oct 2009 22:15:05 +0200 +mgltools-dejavu (1.5.4.cvs.20090603-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Allow byte-compilation for Python >= 2.5 (closes: #586837) + + -- Piotr Ożarowski <[email protected]> Wed, 30 Jun 2010 22:23:39 +0200 + mgltools-dejavu (1.5.4.cvs.20090603-1) unstable; urgency=low * New upstream version. Modified: trunk/packages/mgltools/dejavu/trunk/debian/control =================================================================== --- trunk/packages/mgltools/dejavu/trunk/debian/control 2010-07-01 18:17:06 UTC (rev 4971) +++ trunk/packages/mgltools/dejavu/trunk/debian/control 2010-07-01 18:48:37 UTC (rev 4972) @@ -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, mesa-common-dev, x11proto-core-dev, libx11-dev, python-numpy +Build-Depends: debhelper (>= 7), python-central (>= 0.5.6), cdbs (>= 0.4), python, mesa-common-dev, x11proto-core-dev, libx11-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/dejavu/trunk/?rev=0&sc=0 Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/mgltools/dejavu/trunk/ Homepage: http://mgltools.scripps.edu/ _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
