[debhelper-devel] [debhelper] 01/01: Add ninja to build systems and fix a test

Niels Thykier nthykier at moszumanska.debian.org
Tue Apr 4 06:51:09 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 3515d1861be6960037b848ce01c211c027d97547
Author: Niels Thykier <niels at thykier.net>
Date:   Tue Apr 4 06:49:59 2017 +0000

    Add ninja to build systems and fix a test
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 Debian/Debhelper/Dh_Buildsystems.pm | 1 +
 t/buildsystems/buildsystem_tests.t  | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/Debian/Debhelper/Dh_Buildsystems.pm b/Debian/Debhelper/Dh_Buildsystems.pm
index 8004dbd..12df33a 100644
--- a/Debian/Debhelper/Dh_Buildsystems.pm
+++ b/Debian/Debhelper/Dh_Buildsystems.pm
@@ -30,6 +30,7 @@ our @BUILDSYSTEMS = (
 	"qmake",
 	"qmake_qt4",
 	"meson",
+	"ninja",
 );
 
 our @THIRD_PARTY_BUILDSYSTEMS = (
diff --git a/t/buildsystems/buildsystem_tests.t b/t/buildsystems/buildsystem_tests.t
index 9d1c1aa..25a816f 100755
--- a/t/buildsystems/buildsystem_tests.t
+++ b/t/buildsystems/buildsystem_tests.t
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-use Test::More tests => 300;
+use Test::More tests => 310;
 
 use strict;
 use warnings;

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