Author: moeller Date: 2011-08-26 15:12:27 +0000 (Fri, 26 Aug 2011) New Revision: 7557
Modified: trunk/packages/python-pynast/trunk/debian/changelog trunk/packages/python-pynast/trunk/debian/control Log: Tim pointed me to an oversight of mine. The license of python-cogent is indeed free now. No need for PyNAST to remain in contrib, then. I also put Tim's suggested name change in. I'll upload when there are no objections. Modified: trunk/packages/python-pynast/trunk/debian/changelog =================================================================== --- trunk/packages/python-pynast/trunk/debian/changelog 2011-08-26 13:24:12 UTC (rev 7556) +++ trunk/packages/python-pynast/trunk/debian/changelog 2011-08-26 15:12:27 UTC (rev 7557) @@ -1,3 +1,11 @@ +pynast (1.1-4) UNRELEASED; urgency=low + + * Moving pynast from contrib to main. The dependency cogent + got its non-freeness resolved. + * Changing name from python-pynast to pynast. + + -- Steffen Moeller <[email protected]> Fri, 26 Aug 2011 14:50:33 +0200 + python-pynast (1.1-3) unstable; urgency=low * Rendering Tim's fixes available for Debian Modified: trunk/packages/python-pynast/trunk/debian/control =================================================================== --- trunk/packages/python-pynast/trunk/debian/control 2011-08-26 13:24:12 UTC (rev 7556) +++ trunk/packages/python-pynast/trunk/debian/control 2011-08-26 15:12:27 UTC (rev 7557) @@ -1,5 +1,5 @@ -Source: python-pynast -Section: contrib/python +Source: pynast +Section: python Priority: extra Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Steffen Moeller <[email protected]>, Tim Booth <[email protected]> @@ -13,6 +13,8 @@ Package: pynast Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, ${misc:Depends}, ${python:Depends}, libjs-jquery +Replaces: python-pynast +Provides: python-pynast Description: alignment of short DNA sequences The package provices a reimplementation of the Nearest Alignment Space Termination tool in python. It was prepared for next generation _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
