]> err.no Git - dpkg/commit
Uniformize @argv parsing in source package formats
authorRaphael Hertzog <hertzog@debian.org>
Sun, 16 Mar 2008 18:03:59 +0000 (19:03 +0100)
committerRaphael Hertzog <hertzog@debian.org>
Sun, 16 Mar 2008 18:03:59 +0000 (19:03 +0100)
commita1dedd5997162bc0ef04a57871a677e6fe627c7c
treea2662da339553425faf38153971363127f57571d
parentcf7bc52ee1a8e59551a9002b9dd7bf628d5c9c0b
Uniformize @argv parsing in source package formats

* scripts/Dpkg/Source/Package/V2_0.pm: Improve error
message when we have too many arguments.
* scripts/Dpkg/Source/Package/V3_0/bzr.pm: Same here.
* scripts/Dpkg/Source/Package/V3_0/git.pm: Same here.
* scripts/Dpkg/Source/Package/V3_0/native.pm: Add check
of number of arguments.
* scripts/Dpkg/Source/Package/V1_0.pm: Make sure we're
not going to fail when we delegate to do_build() of
V3_0/native.pm.
scripts/Dpkg/Source/Package/V1_0.pm
scripts/Dpkg/Source/Package/V2_0.pm
scripts/Dpkg/Source/Package/V3_0/bzr.pm
scripts/Dpkg/Source/Package/V3_0/git.pm
scripts/Dpkg/Source/Package/V3_0/native.pm