[debhelper-devel] [debhelper] 01/01: meson.pm: Add missing import of generating_file

Niels Thykier nthykier at moszumanska.debian.org
Thu Oct 26 17:53:37 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 4f749cbe0988d0c311bd54c74d1c7efb2eeaf4fd
Author: Niels Thykier <niels at thykier.net>
Date:   Thu Oct 26 17:52:25 2017 +0000

    meson.pm: Add missing import of generating_file
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 debian/changelog                          | 7 +++++++
 lib/Debian/Debhelper/Buildsystem/meson.pm | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index f08c04d..dcc901e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+debhelper (10.10.5) UNRELEASED; urgency=medium
+
+  * meson.pm: Add missing import of generated_file that broke
+    cross building.
+
+ -- Niels Thykier <niels at thykier.net>  Thu, 26 Oct 2017 17:46:14 +0000
+
 debhelper (10.10.4) unstable; urgency=medium
 
   * meson.pm: Keep the meson cross file until dh_clean is
diff --git a/lib/Debian/Debhelper/Buildsystem/meson.pm b/lib/Debian/Debhelper/Buildsystem/meson.pm
index 252b4e5..58abd5b 100644
--- a/lib/Debian/Debhelper/Buildsystem/meson.pm
+++ b/lib/Debian/Debhelper/Buildsystem/meson.pm
@@ -7,7 +7,7 @@ package Debian::Debhelper::Buildsystem::meson;
 
 use strict;
 use warnings;
-use Debian::Debhelper::Dh_Lib qw(dpkg_architecture_value is_cross_compiling doit warning error);
+use Debian::Debhelper::Dh_Lib qw(dpkg_architecture_value is_cross_compiling doit warning error generated_file);
 use parent qw(Debian::Debhelper::Buildsystem::ninja);
 
 sub DESCRIPTION {

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