]> err.no Git - dpkg/commit
Dpkg::Source::Archive/Patch: small tweaks
authorRaphael Hertzog <hertzog@debian.org>
Sun, 24 Feb 2008 20:48:34 +0000 (21:48 +0100)
committerRaphael Hertzog <hertzog@debian.org>
Sun, 24 Feb 2008 20:48:34 +0000 (21:48 +0100)
commit0b9601ef293d0a5db49c5bf19e83e04717c7d864
treebdb16a5c8b0f87c29e0a7e6a149a162d09d1817c
parent2bcb104ad94d3cd07a1b9e228feab7259756c53c
Dpkg::Source::Archive/Patch: small tweaks

* scripts/Dpkg/Source/Archive.pm (create): Offer possibility to chdir
before calling tar. This is required to create tar achives that do not
encode the full path to the location of the directory that we want to
integrate.
* scripts/Dpkg/Source/Patch.pm (apply): Make sure to remove
POSIXLY_CORRECT while calling patch to avoid unexpected changes
in his behaviour.
scripts/Dpkg/Source/Archive.pm
scripts/Dpkg/Source/Patch.pm