Josselin Mouette wrote: > Well, the patch is trivial for each of dh_python, dh_pycentral and > dh_pysupport, so we just need a synchronized upload. What are we waiting > for?
Well, I'm still waiting to hear from Doko.. However, if I don't soon, I guess we can NMU. I've attached dh_python's side of the changes. Since the freeze starts on the 18th, everything needs to be uploaded by at least the 8th to get in; the 6th would be safer. So my plan is to use the delayed upload queue, and upload debhelper with the appropriate delay that will get it in on the 6th, and python-central and python-support should also be uploaded. And once we have the set of debs we should do as many test builds as we can of python packages to make sure nothing is breaking.. I've uploaded debhelper to the 5 day delayed queue now. -- see shy jo
Index: dh_python =================================================================== --- dh_python (revision 1940) +++ dh_python (working copy) @@ -69,6 +69,13 @@ init(); +if (-e "debian/pycompat") { + warning("Doing nothing since dh_pycompat exists; dh_pysupport or dh_pycentral should do the work. You can remove dh_python from your rules file."); + exit 0; +} + +warning("This program is deprecated, you should use dh_pysupport or dh_pycentral instead."); + my $python = 'python'; # The current python major version
signature.asc
Description: Digital signature