[Reproducible-commits] [debhelper] 21/56: dh_gencontrol: Add Auto-Built-Package field in ddeb control files

Mattia Rizzolo mattia at mapreri.org
Sun Oct 4 17:06:15 UTC 2015


This is an automated email from the git hooks/post-receive script.

mapreri-guest pushed a commit to branch master
in repository debhelper.

commit 1f231086d682ee45c9f8f85b25e6c7d02d319007
Author: Niels Thykier <niels at thykier.net>
Date:   Tue Aug 25 16:26:35 2015 +0200

    dh_gencontrol: Add Auto-Built-Package field in ddeb control files
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 dh_gencontrol | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dh_gencontrol b/dh_gencontrol
index 38221b4..a8e5826 100755
--- a/dh_gencontrol
+++ b/dh_gencontrol
@@ -92,6 +92,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 		my @ddeb_options = (qw(
 			-UPre-Depends -URecommends -USuggests -UEnhances -UProvides -UEssential
 			-UConflicts -DPriority=extra -DSection=debug
+			-DAuto-Built-Package=debug-symbols
 			),
 			 "-DPackage=${package}-dbgsym",
 			 "-DDepends=${package} (= \${binary:Version})",

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/debhelper.git



More information about the Reproducible-commits mailing list