Author: piotr Date: 2010-07-09 22:13:22 +0000 (Fri, 09 Jul 2010) New Revision: 5016
Modified: trunk/packages/mgltools/networkeditor/trunk/debian/changelog trunk/packages/mgltools/networkeditor/trunk/debian/control Log: * Non-maintainer upload. * Allow byte-compilation for Python >= 2.5 (closes: 586842) Modified: trunk/packages/mgltools/networkeditor/trunk/debian/changelog =================================================================== --- trunk/packages/mgltools/networkeditor/trunk/debian/changelog 2010-07-08 21:44:41 UTC (rev 5015) +++ trunk/packages/mgltools/networkeditor/trunk/debian/changelog 2010-07-09 22:13:22 UTC (rev 5016) @@ -1,3 +1,10 @@ +mgltools-networkeditor (1.5.4.cvs.20090603-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Allow byte-compilation for Python >= 2.5 (closes: 586842) + + -- Piotr Ożarowski <[email protected]> Sat, 10 Jul 2010 00:00:55 +0200 + mgltools-networkeditor (1.5.4.cvs.20090603-1) unstable; urgency=low * New upstream version. Modified: trunk/packages/mgltools/networkeditor/trunk/debian/control =================================================================== --- trunk/packages/mgltools/networkeditor/trunk/debian/control 2010-07-08 21:44:41 UTC (rev 5015) +++ trunk/packages/mgltools/networkeditor/trunk/debian/control 2010-07-09 22:13:22 UTC (rev 5016) @@ -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/networkeditor/trunk/?rev=0&sc=0 Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/mgltools/networkeditor/trunk/ Homepage: http://mgltools.scripps.edu/ _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
