After following the official guide for fixing a bug in Ubuntu I'm stuck at how to actually submit some existing work (in the form of local Git commits on an "ubuntu/devel" branch for a "main" pool* package). The guide seems to assume familiarity with Quilt and Debian packaging tools+infrastructure, since the first command to start actual work, edit-patch 99-new-patch
, fails with
No patchsystem detected, cannot create new patch (no dpatch/quilt/cdbs?)
which seems to be misleading. It also seems pretty complicated to map to version control systems (1, 2, 3).
So: Is there a complete and straightforward set of steps to submitting some Git commits for review?
* Is "pool" the right name? None of apt
, apt-cache
or dpkg
seem to tell.