]> err.no Git - dpkg/commit
Create Dpkg::Source::Package::V1_0::native
authorRaphael Hertzog <hertzog@debian.org>
Fri, 29 Feb 2008 22:27:30 +0000 (23:27 +0100)
committerRaphael Hertzog <hertzog@debian.org>
Sat, 1 Mar 2008 09:09:08 +0000 (10:09 +0100)
commitd3b6e4bca1dc499c61a177c72e6facdd3c0d9efa
tree1060024ac03c6de9ec2542632c80972820110c61
parent3b5dc12a4835d7d97542ebf5a5a346a96e0f567c
Create Dpkg::Source::Package::V1_0::native

* scripts/Dpkg/Source/Package/V1_0/native.pm: New module that
handles native source packages with any compression.
* scripts/Dpkg/Source/Package/V1_0.pm: Adjusted to use the previous
module when it comes to handle native packages. Simplified
several other code paths.
* scripts/Makefile.am, scripts/po/POTFILES.in: Add the new module.
* scripts/dpkg-source.pl: Add the new format as fallback to try
when building a source package. It will likely only be selected
when non-gzip compression has been requested.
scripts/Dpkg/Source/Package/V1_0.pm
scripts/Dpkg/Source/Package/V1_0/native.pm [new file with mode: 0644]
scripts/Makefile.am
scripts/dpkg-source.pl
scripts/po/POTFILES.in