]> err.no Git - dpkg/commit
Dpkg::Source::Patch: New module to generate and apply patches
authorRaphael Hertzog <hertzog@debian.org>
Fri, 22 Feb 2008 00:25:38 +0000 (01:25 +0100)
committerRaphael Hertzog <hertzog@debian.org>
Fri, 22 Feb 2008 00:25:38 +0000 (01:25 +0100)
commit7352704c7079c6a290085265cd5e0cfe702cbf13
tree26b90d59a6721100b2f865e0363fe4e5cabf23f6
parentce7a4c8bb43051b98bf6e42c512b11f653c100e6
Dpkg::Source::Patch: New module to generate and apply patches

* scripts/Dpkg/Source/Patch.pm: New module that is able to
generate patches (between files or between directories). It's
also able to apply patches. Built on CompressedFile, it
handles compression/decompression of patches files on the fly.
It still lack some functionalities of dpkg-source (patch
analysis and pre-creation of new directories before patch
application).
* scripts/dpkg-source.pl: Replaced big chunks of the code by
some usage of Dpkg::Source::Patch. More to come later.
* scripts/Makefile.am, scripts/po/POTFILES.in: Register the new
module file.
scripts/Dpkg/Source/Patch.pm [new file with mode: 0644]
scripts/Makefile.am
scripts/dpkg-source.pl
scripts/po/POTFILES.in