[debhelper-devel] [debhelper] 01/01: Change X-Build-Ids to Build-Ids

Niels Thykier nthykier at moszumanska.debian.org
Tue Aug 25 14:08:15 UTC 2015


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

nthykier pushed a commit to branch master
in repository debhelper.

commit a43757f3c6620fd9fd3b31db1f9d5831cc5247c4
Author: Paul Tagliamonte <tag at pault.ag>
Date:   Tue Aug 25 16:07:24 2015 +0200

    Change X-Build-Ids to Build-Ids
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 dh_gencontrol | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dh_gencontrol b/dh_gencontrol
index 2a00951..38221b4 100755
--- a/dh_gencontrol
+++ b/dh_gencontrol
@@ -96,7 +96,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 			 "-DPackage=${package}-dbgsym",
 			 "-DDepends=${package} (= \${binary:Version})",
 			 "-DDescription=Debug symbols for ${package}",
-			 "-DX-Build-Ids=${build_ids}",
+			 "-DBuild-Ids=${build_ids}",
 		);
 		# Disable multi-arch unless the original package is an
 		# multi-arch: same package.  In all other cases, we do not
@@ -124,7 +124,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 	} elsif ($build_ids) {
 		# Only include the build-id if there is no ddeb (if there is a
 		# ddeb, the build-ids into the ddeb's control file)
-		push(@debug_info_params, "-DX-Build-Ids=${build_ids}");
+		push(@debug_info_params, "-DBuild-Ids=${build_ids}");
 	}
 
 	# Generate and install control file.

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




More information about the debhelper-devel mailing list