]> err.no Git - dpkg/commit
Use default ignore rules for source package with format >> 1.0
authorRaphael Hertzog <hertzog@debian.org>
Sun, 16 Mar 2008 14:29:13 +0000 (15:29 +0100)
committerRaphael Hertzog <hertzog@debian.org>
Sun, 16 Mar 2008 14:42:21 +0000 (15:42 +0100)
commitddf788627634080a39931061af354d8d8e15c433
tree8c22399c0b2d7086dc88c86592975e1782c15a61
parent4c22e31c78be4c11ac1f899b1217ea434c34869d
Use default ignore rules for source package with format >> 1.0

* scripts/dpkg-source.pl: Remove default ignore patterns
and move them...
* scripts/Dpkg/Source/Package.pm: ...here. The init_options()
method now will give default values to the corresponding
options.
* scripts/Dpkg/Source/Package/V2_0.pm (init_options): Call
the parent init_options() to get the default ignore rules.
* scripts/Dpkg/Source/Package/V1_0.pm: Don't call the
parent init_options() as we don't want default values
for format 1.0.
scripts/Dpkg/Source/Package.pm
scripts/Dpkg/Source/Package/V1_0.pm
scripts/Dpkg/Source/Package/V2_0.pm
scripts/dpkg-source.pl