+2006-02-28 Matt Kraai <kraai@ftbfs.org>
+
+ * scripts/dpkg-gencontrol.pl: Fix typo (occoured -> occurred).
+ * scripts/dpkg-source.pl: Likewise.
+
2006-02-19 Guillem Jover <guillem@debian.org>
* po/READNE.translators: Move to ...
[ Guillem Jover ]
* Add missing parentheses surrounding a man page section reference
in the dpkg-source man page (Matt Kraai). Closes: #353731
+ * Fix missspelling of "occurred" as "occoured" in dpkg-gencontrol and
+ dpkg-source (Matt Kraai). Closes: #353949
[ Updated man pages translations ]
* Polish (Robert Luberda). Closes: #353782
if (m/^(Package|Description|Essential|Optional)$/) {
} elsif (exists($pkg_dep_fields{$_})) {
my $dep = parsedep(substvars($v), 1, 1);
- &error("error occoured while parsing $_") unless defined $dep;
+ &error("error occurred while parsing $_") unless defined $dep;
$f{$_}= showdep($dep, 0);
} elsif (m/^Section$|^Priority$/) {
} elsif (m/^Architecture$/) {
elsif (m/^Uploaders$/i) { ($f{$_}= $v) =~ s/[\r\n]//g; }
elsif (m/^Build-(Depends|Conflicts)(-Indep)?$/i) {
my $dep = parsedep(substvars($v),1);
- &error("error occoured while parsing $_") unless defined $dep;
+ &error("error occurred while parsing $_") unless defined $dep;
$f{$_}= showdep($dep, 1);
}
elsif (s/^X[BC]*S[BC]*-//i) { $f{$_}= $v; }