diff options
author | Paul Tagliamonte <paultag@debian.org> | 2015-08-14 21:26:09 +0200 |
---|---|---|
committer | Niels Thykier <niels@thykier.net> | 2015-08-14 21:28:59 +0200 |
commit | f56ad0aa8ec940280eb1d7ab8b3d8de1a0eab1c8 (patch) | |
tree | 204890a08483756a52dabcc48fe0ef39bfaad7d6 /dh_gencontrol | |
parent | 5b0c5a648db0e1729714db18eb8128569758df6f (diff) | |
download | debhelper-f56ad0aa8ec940280eb1d7ab8b3d8de1a0eab1c8.tar.gz |
dh_gencontrol: Move debug debs back into section 'debug'
Signed-off-by: Niels Thykier <niels@thykier.net>
Diffstat (limited to 'dh_gencontrol')
-rwxr-xr-x | dh_gencontrol | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_gencontrol b/dh_gencontrol index d05cd6d1..1abf91c7 100755 --- a/dh_gencontrol +++ b/dh_gencontrol @@ -87,7 +87,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) { # Remove and override more or less every standard field. my @ddeb_options = (qw( -UPre-Depends -URecommends -USuggests -UEnhances -UProvides -UEssential - -UConflicts -DPriority=extra -DSection=debugsym + -UConflicts -DPriority=extra -DSection=debug ), "-DPackage=${package}-dbgsym", "-DDepends=${package} (= \${binary:Version})", |