dpkg-genchanges was wrongly trying to ignore XC- fields (which was a no-op,
those being handled already) when it should have been ignoring XB-.
+2007-08-30 Guillem Jover <guillem@debian.org>
+
+ * scripts/dpkg-genchanges.pl: Ignore XB- fields instead of XC- fields
+ from control file binary package stanzas.
+
2007-08-28 Guillem Jover <guillem@debian.org>
* scripts/update-alternatives.pl: Fix regression introduced on commit
* Fix perl warnings:
- When removing a non diverted file with dpkg-divert. Closes: #438416
* Implement support for Homepage field. Closes: #142324
+ * Ignore XB- fields instead of XC- fields from control file binary package
+ stanzas in dpkg-genchanges.
[ Updated scripts translations ]
* French (Frédéric Bothamy, Christian Perrier).
push(@archvalues,$v) unless !$v || $archadded{$v}++;
} elsif (m/^(Package|Essential|Pre-Depends|Depends|Provides)$/ ||
m/^(Recommends|Suggests|Enhances|Optional|Conflicts|Breaks|Replaces)$/ ||
- m/^X[CS]+-/i) {
+ m/^X[BS]+-/i) {
} else {
&unknown(_g("package's section of control info file"));
}