XB-. They now get correctly suppressed. Closes: #374154
+2006-06-17 Frank Lichtenheld <djpig@debian.org>
+
+ * scripts/dpkg-source.pl: Fix typo in regex that caused
+ spurious warnings for user defined fields even though they
+ used the correct XB- syntax.
+
2006-06-16 Guillem Jover <guillem@debian.org>
* scripts/controllib.pl (parsechangelog): Move substvar initialization
* Add missing comment serving as documentation about abort-remove on
removal in dpkg.postinst (Justin Pryzby). Closes: #372145
* Fix typo in dpkg-deb manpage (Robert Luberda). Closes: #373999
+
+ [ Frank Lichtenheld ]
+ * dpkg-source issued spurious warnings about fields defined with
+ XB-. They now get correctly suppressed. Closes: #374154
[ Updated dpkg Translations ]
* Romanian (Eddy Petrişor).
} elsif (m/^(Package|Essential|Pre-Depends|Depends|Provides)$/i ||
m/^(Recommends|Suggests|Optional|Conflicts|Replaces)$/i ||
m/^(Enhances|Description|Section|Priority)$/i ||
- m/^X[CS]+-/i) {
+ m/^X[BC]+-/i) {
} else {
&unknown(_g("package's section of control info file"));
}