[debhelper-devel] [debhelper] 01/02: Stop talking about Makefiles

Michael Biebl biebl at moszumanska.debian.org
Fri Mar 24 15:58:12 UTC 2017


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

biebl pushed a commit to branch biebl/meson
in repository debhelper.

commit ad840060ee079e73e1a9cd41c6e0e9704bc3a2db
Author: Michael Biebl <biebl at debian.org>
Date:   Fri Mar 24 16:46:38 2017 +0100

    Stop talking about Makefiles
---
 Debian/Debhelper/Buildsystem/ninja.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Debian/Debhelper/Buildsystem/ninja.pm b/Debian/Debhelper/Buildsystem/ninja.pm
index 81bc58c..55fb07b 100644
--- a/Debian/Debhelper/Buildsystem/ninja.pm
+++ b/Debian/Debhelper/Buildsystem/ninja.pm
@@ -28,7 +28,7 @@ sub check_auto_buildable {
 	if (-e $this->get_buildpath("build.ninja"))
 	{
 		# This is always called in the source directory, but generally
-		# Makefiles are created (or live) in the build directory.
+		# build.ninja files are created (or live) in the build directory.
 		return 1;
 	} elsif ($step eq "clean" && defined $this->get_builddir() &&
 	         $this->check_auto_buildable("configure"))
@@ -36,7 +36,7 @@ sub check_auto_buildable {
 		# Assume that the package can be cleaned (i.e. the build directory can
 		# be removed) as long as it is built out-of-source tree and can be
 		# configured. This is useful for derivative buildsystems which
-		# generate Makefiles.
+		# generate build.ninja files.
 		return 1;
 	}
 	return 0;

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