]> err.no Git - dpkg/commit
Each source package format can have its own command line options
authorRaphael Hertzog <hertzog@debian.org>
Sat, 15 Mar 2008 22:20:54 +0000 (23:20 +0100)
committerRaphael Hertzog <hertzog@debian.org>
Sun, 16 Mar 2008 14:41:28 +0000 (15:41 +0100)
commit6944852b169d3ab40a7a5adcba37d4bcf41a2293
tree468665284bd65aab2f383fc2b39b784aa855f4eb
parent824cb0bf7f05fba9ce05a1f73cb507f72396642b
Each source package format can have its own command line options

* scripts/Dpkg/Source/Package.pm (init_options): Provide default
values to various options in a format-specific way.
* scripts/Dpkg/Source/Package.pm (parse_cmdline_options,
parse_cmdline_option): New functions to handle command line options.
* scripts/dpkg-source.pl: Forward unknown options to the
source package object. Remove handling of all -s? options
and move it...
* scripts/Dpkg/Source/Package/V1_0.pm: ...here.
* scripts/Dpkg/Source/Package/V2_0.pm: Add support of options
--include-removal and --include-timestamp.
* scripts/Dpkg/Source/Package/V3_0/quilt.pm: Add support of option
--without-quilt.
scripts/Dpkg/Source/Package.pm
scripts/Dpkg/Source/Package/V1_0.pm
scripts/Dpkg/Source/Package/V2_0.pm
scripts/Dpkg/Source/Package/V3_0/quilt.pm
scripts/dpkg-source.pl