diff options
author | Raphaël Hertzog <hertzog@debian.org> | 2011-04-01 21:26:02 +0200 |
---|---|---|
committer | Raphaël Hertzog <hertzog@debian.org> | 2011-04-01 21:26:02 +0200 |
commit | 1059a9f6ed8568032ae64aba72ef18c289d42dae (patch) | |
tree | 0aa5de39fc7bb56e9287b08fb747d0f72b5ccc53 /scripts/dpkg-source.pl | |
parent | bdcee319a90eee494af70e6725fed8b4e8f16584 (diff) | |
download | dpkg-1059a9f6ed8568032ae64aba72ef18c289d42dae.tar.gz |
dpkg-source: temporarily drop Package-List field generation
That way we can discuss it further until there's consensus on its design
and upload 1.16.0 immediately.
Diffstat (limited to 'scripts/dpkg-source.pl')
-rwxr-xr-x | scripts/dpkg-source.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/dpkg-source.pl b/scripts/dpkg-source.pl index eb020d065..76c701dfa 100755 --- a/scripts/dpkg-source.pl +++ b/scripts/dpkg-source.pl @@ -291,6 +291,7 @@ if ($options{'opmode'} =~ /^(-b|--print-format|--(before|after)-build)$/) { $src_sect, $src_prio, join(',', @sourcearch)); $fields->{'Package-List'} .= "\n" . join("\n", sort @pkglist); + delete $fields->{'Package-List'}; # Scan fields of dpkg-parsechangelog foreach $_ (keys %{$changelog}) { |