]> err.no Git - dpkg/commit
dpkg-source: factorize logic of copy of original tarballs
authorRaphael Hertzog <hertzog@debian.org>
Sun, 16 Mar 2008 12:34:46 +0000 (13:34 +0100)
committerRaphael Hertzog <hertzog@debian.org>
Sun, 16 Mar 2008 14:42:21 +0000 (15:42 +0100)
commit4c22e31c78be4c11ac1f899b1217ea434c34869d
treeb4c8ba3e957b75244e0db0f1b79b2ddecaab6537
parent5705e32f8e8be2ddfd60d914be125bb10a3ac05b
dpkg-source: factorize logic of copy of original tarballs

* scripts/Dpkg/Source/Package.pm (extract): Now handles copy
of original tarballs and addition of executable right to
debian/rules.
scripts/Dpkg/Source/Package/V1_0.pm (do_extract, parse_cmdline_option):
Don't copy the original tarball as it's already done by extract().
* scripts/dpkg-source.pl: New option --no-copy to not copy
the original tarballs. New option --no-check to not check signature
and checksum. Misc cleanup in the options handling code.
scripts/Dpkg/Source/Package.pm
scripts/Dpkg/Source/Package/V1_0.pm
scripts/dpkg-source.pl