[debhelper-devel] [debhelper] 01/01: Set PKG_CONFIG for makefile buildsystems

Niels Thykier nthykier at moszumanska.debian.org
Sat Feb 18 17:51:58 UTC 2017


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

nthykier pushed a commit to branch master
in repository debhelper.

commit 68cc5f58ef61a74c78e5337bd836c7cc3670147d
Author: Niels Thykier <niels at thykier.net>
Date:   Sat Feb 18 17:50:37 2017 +0000

    Set PKG_CONFIG for makefile buildsystems
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 Debian/Debhelper/Buildsystem/makefile.pm | 5 +++--
 debian/changelog                         | 7 +++++++
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/Debian/Debhelper/Buildsystem/makefile.pm b/Debian/Debhelper/Buildsystem/makefile.pm
index 6ea8e39..42b184e 100644
--- a/Debian/Debhelper/Buildsystem/makefile.pm
+++ b/Debian/Debhelper/Buildsystem/makefile.pm
@@ -12,8 +12,9 @@ use Debian::Debhelper::Dh_Lib qw(dpkg_architecture_value escape_shell clean_jobs
 use parent qw(Debian::Debhelper::Buildsystem);
 
 my %DEB_DEFAULT_TOOLS = (
-	'CC'	=> 'gcc',
-	'CXX'	=> 'g++',
+	'CC'		=> 'gcc',
+	'CXX'		=> 'g++',
+	'PKG_CONFIG'	=> 'pkg-config',
 );
 
 # make makes things difficult by not providing a simple way to test
diff --git a/debian/changelog b/debian/changelog
index 9a1fc10..8b5cf60 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+debhelper (10.2.6) UNRELEASED; urgency=medium
+
+  * Supply PKG_CONFIG for cross compilation with the makefile buildsystem.
+    (Closes: #853881)
+
+ -- Helmut Grohne <helmut at subdivi.de>  Sat, 18 Feb 2017 17:49:08 +0000
+
 debhelper (10.2.5) unstable; urgency=medium
 
   [ Translations ]

-- 
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