1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
$ rm debian/source/local-options.ex
$ vim debian/source/local-options
... hack, hack, hack, ...
$ cat debian/source/local-options
single-debian-patch
auto-commit
$ mv debian/source/local-patch-header.ex debian/source/local-patch-header
$ vim debian/source/local-patch-header
... hack, hack, hack, ...
$ cat debian/source/local-patch-header
== Patch applied strategy (merge) ==
The source outside of debian/ directory is modified by maintainer and
different from the upstream one:
* Workflow using dpkg-source commit (commit all to VCS after dpkg-source co...
https://www.debian.org/doc/manuals/debmake-doc/ch04.en.html#dpkg-source...
* Workflow described in dgit-maint-merge(7)
Keep this file after updating its content if you use this strategy
A single combined diff, containing all the changes, follows.
===
|