← Back to team overview

ubuntu-packaging-guide-team team mailing list archive

[Bug 973884] Re: What's the relationship between patches-to-packages and udd-patchsys?

 

Sorry for not getting to this earlier.

The real issue is that udd-patchsys and patches-to-packages both take
fairly different approaches. We need to decide which we recommend.

udd-patchsys suggest hacking directly in the branch that exporting a
patch with `bzr diff -p "a/:b/"` Then importing that back with `quilt
import` and reverting the changes made directly to the files.

patches-to-packages uses the normal quilt workflow of `quilt new
patch.diff`, `quilt add src-file`, hack, `quilt refresh`

My thought is that patches-to-packages is closer to what we want. While
the way udd-patchsys recommends is pretty nifty, it seems to me that the
patches-to-packages pure quilt workflow  is more widely used. Anyone
else have any thoughts?

udd-patchsys also has some info on edit-patch which we should probably
retain (and maybe even expand a bit on using some of the old wiki
content).

-- 
You received this bug notification because you are a member of Ubuntu
Packaging Guide Team, which is subscribed to Ubuntu Packaging Guide.
https://bugs.launchpad.net/bugs/973884

Title:
  What's the relationship between patches-to-packages and udd-patchsys?

Status in Ubuntu Packaging Guide:
  In Progress

Bug description:
  Similar to LP: #942754

  I'm not sure that it makes much sense to have both articles. It could
  be confusing to new contributors.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-packaging-guide/+bug/973884/+subscriptions


Follow ups

References