Author: piotr Date: 2010-07-01 18:12:02 +0000 (Thu, 01 Jul 2010) New Revision: 4969
Modified: trunk/packages/mgltools/pybabel/trunk/debian/changelog trunk/packages/mgltools/pybabel/trunk/debian/control Log: * Non-maintainer upload. * Allow byte-compilation for Python >= 2.5 (closes: #586845) Modified: trunk/packages/mgltools/pybabel/trunk/debian/changelog =================================================================== --- trunk/packages/mgltools/pybabel/trunk/debian/changelog 2010-06-30 20:19:27 UTC (rev 4968) +++ trunk/packages/mgltools/pybabel/trunk/debian/changelog 2010-07-01 18:12:02 UTC (rev 4969) @@ -1,3 +1,10 @@ +mgltools-pybabel (1.5.4.cvs.20090603-1.2) unstable; urgency=low + + * Non-maintainer upload. + * Allow byte-compilation for Python >= 2.5 (closes: #586845) + + -- Piotr Ożarowski <[email protected]> Wed, 30 Jun 2010 22:17:42 +0200 + mgltools-pybabel (1.5.4.cvs.20090603-1) unstable; urgency=low * New upstream version. Modified: trunk/packages/mgltools/pybabel/trunk/debian/control =================================================================== --- trunk/packages/mgltools/pybabel/trunk/debian/control 2010-06-30 20:19:27 UTC (rev 4968) +++ trunk/packages/mgltools/pybabel/trunk/debian/control 2010-07-01 18:12:02 UTC (rev 4969) @@ -1,13 +1,13 @@ Source: mgltools-pybabel Section: non-free/science Priority: optional -Maintainer: Debian Med Packaging Team <[email protected]> +Maintainer: Debian-Med Packaging Team <[email protected]> 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/pybabel/trunk/?rev=0&sc=0 Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/mgltools/pybabel/trunk/ Homepage: http://mgltools.scripps.edu/ _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
