Ancient Patches
There are about 250 old patches from early development of Ubuntu whose status is unclear. Many are probably obsolete, some have been submitted to the Debian BTS but not merged yet, and so on.
For each of these patches, we will:
- Check if it is still relevant to Debian, and if it is:
- Update the patch if it no longer applies cleanly
- Attach the patch to a bug in the BTS if it is not already there
- This is very simple using the submittodebian script
- Upload the patch to Debian where appropriate
How to help
- Ask to join the DEX Alioth project (but go ahead and start hacking, don't wait!)
- Install the
python-matplotlibpackage - Load up the status page
git clone git+ssh://git.debian.org/git/dex/web.git dexwebcd dexweb/ubuntu/ancient-patches- Edit
status.txtto update the status of each patch you review. Tab-separated columns are:Owner- you can set this to your name (informational only)Still relevant?- yes/noDebian bug number- corresponding to this issue (may or may not be the exact same patch)Notes- free-form text
make # will download ~50M of debbugs indexes the first timegit commit -agit push- once you have commit access
Progress
Patch status
Todo list
Get the old patch repository back online (Launchpad bug 273921)Set up basic workflow for tracking patch statusCross-reference CVEs in hopes of crossing those all off the listCross-reference against BTS where a bug number is in the filenameCheck the rest manually, and file bugs for any outstanding patches- Get any outstanding patches merged into Debian