]> err.no Git - dpkg/commit
Allow deletion of files by patches in Format: 3.0 (quilt)
authorRaphael Hertzog <hertzog@debian.org>
Sat, 15 Mar 2008 14:31:02 +0000 (15:31 +0100)
committerRaphael Hertzog <hertzog@debian.org>
Sat, 15 Mar 2008 22:31:33 +0000 (23:31 +0100)
commit824cb0bf7f05fba9ce05a1f73cb507f72396642b
tree0527cbca2740103e2dda28aa164e1cb9c28df402
parent632c7ee03ebfd7a31bff486ae7f0cd43d4c0cfbf
Allow deletion of files by patches in Format: 3.0 (quilt)

* scripts/Dpkg/Source/Patch.pm (add_diff_directory): New option to
be able to generate a diff for a removed file (instead of ignoring
its deletion).
* scripts/Dpkg/Source/Patch.pm (apply): New option "add_options" to
add some options to the default set of options.
* scripts/Dpkg/Source/Package/V3_0/quilt.pm: Pass -E option to
patch when applying patches without quilt. This will remove
patched files which end up being empty.
scripts/Dpkg/Source/Package/V3_0/quilt.pm
scripts/Dpkg/Source/Patch.pm