summaryrefslogtreecommitdiff
path: root/scripts/dpkg-gencontrol.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/dpkg-gencontrol.pl')
-rwxr-xr-xscripts/dpkg-gencontrol.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/dpkg-gencontrol.pl b/scripts/dpkg-gencontrol.pl
index 8ff8aee27..92052fc83 100755
--- a/scripts/dpkg-gencontrol.pl
+++ b/scripts/dpkg-gencontrol.pl
@@ -23,7 +23,7 @@ textdomain("dpkg-dev");
my @control_fields = (qw(Package Source Version Architecture Essential Origin
Bugs Maintainer Installed-Size), @pkg_dep_fields,
- qw(Section Priority Homepage Description));
+ qw(Section Priority Homepage Description Tag));
my $controlfile = 'debian/control';
my $changelogfile = 'debian/changelog';
@@ -161,7 +161,7 @@ for $_ (keys %fi) {
else { $_ = "C $_"; &unknown(_g('general section of control info file')); }
} elsif (s/^C$myindex //) {
#print STDERR "P key >$_< value >$v<\n";
- if (m/^(Package|Description|Homepage|Essential|Optional)$/) {
+ if (m/^(Package|Description|Homepage|Tag|Essential|Optional)$/) {
$f{$_}= $v;
} elsif (exists($pkg_dep_fields{$_})) {
# Delay the parsing until later