Author: piotr Date: 2010-07-01 19:58:37 +0000 (Thu, 01 Jul 2010) New Revision: 4978
Modified: trunk/packages/mgltools/viewerframework/trunk/debian/changelog trunk/packages/mgltools/viewerframework/trunk/debian/control Log: Allow byte-compilation for Python >= 2.5 (closes: #586850) Modified: trunk/packages/mgltools/viewerframework/trunk/debian/changelog =================================================================== --- trunk/packages/mgltools/viewerframework/trunk/debian/changelog 2010-07-01 19:49:41 UTC (rev 4977) +++ trunk/packages/mgltools/viewerframework/trunk/debian/changelog 2010-07-01 19:58:37 UTC (rev 4978) @@ -1,3 +1,10 @@ +mgltools-viewerframework (1.5.4.cvs.20090603-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Allow byte-compilation for Python >= 2.5 (closes: #586850) + + -- Piotr Ożarowski <[email protected]> Wed, 30 Jun 2010 22:38:16 +0200 + mgltools-viewerframework (1.5.4.cvs.20090603-1) unstable; urgency=low * New upstream version. Modified: trunk/packages/mgltools/viewerframework/trunk/debian/control =================================================================== --- trunk/packages/mgltools/viewerframework/trunk/debian/control 2010-07-01 19:49:41 UTC (rev 4977) +++ trunk/packages/mgltools/viewerframework/trunk/debian/control 2010-07-01 19:58:37 UTC (rev 4978) @@ -5,9 +5,9 @@ DM-Upload-Allowed: yes XS-Autobuild: yes Uploaders: Steffen Moeller <[email protected]>, Sargis Dallakyan <[email protected]> -Build-Depends: debhelper (>= 5.0.38), python-central (>= 0.5.6), cdbs (>= 0.4), python2.5-dev +Build-Depends: debhelper (>= 5.0.38), python-central (>= 0.5.6), cdbs (>= 0.4), python Standards-Version: 3.8.1 -XS-Python-Version: 2.5 +XS-Python-Version: >= 2.5 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/viewerframework/trunk/?rev=0&sc=0 Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/mgltools/viewerframework/trunk/ Homepage: http://mgltools.scripps.edu/ _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
