DEP3-style patch formatting
Bug #460576 reported by
Jelmer Vernooij
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
bzr-builddeb |
Fix Released
|
Wishlist
|
Jelmer Vernooij |
Bug Description
affects bzr-builddeb
It would be nice if bzr-builddeb had some way (extra command, "bzr diff"
format?) to generate DEP3-style patches.
--
Jelmer Vernooij <email address hidden> - http://
Jabber: <email address hidden>
Related branches
lp://staging/~jelmer/bzr-builddeb/dep3-patch
- James Westby: Approve
-
Diff: 647 lines (+578/-2)8 files modified__init__.py (+1/-0)
cmds.py (+70/-0)
debian/changelog (+7/-0)
dep3.py (+177/-0)
tests/__init__.py (+1/-0)
tests/blackbox/__init__.py (+1/-2)
tests/blackbox/test_dep3.py (+104/-0)
tests/test_dep3.py (+217/-0)
Changed in bzr-builddeb: | |
status: | Triaged → Fix Committed |
assignee: | nobody → Jelmer Vernooij (jelmer) |
milestone: | none → 2.8 |
Changed in bzr-builddeb: | |
milestone: | 2.8 → 2.7.5 |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
How would this be used? I mean, builddeb is all about not needing to drop to patches isn't it?