Codebase list gradle-debian-helper / 9417606
Running tests automatically for debhelper compat levels > 12 only to prevent unexpected FTBFSes of old packages. Andrius Merkys 4 years ago
1 changed file(s) with 4 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
55 package Debian::Debhelper::Buildsystem::gradle;
66
77 use strict;
8 use Debian::Debhelper::Dh_Lib;
89 use Dpkg::Control;
910 use base 'Debian::Debhelper::Buildsystem';
1011
6263 sub test {
6364 my $this=shift;
6465
66 # Running tests automatically for debhelper compat levels > 12 only to prevent unexpected FTBFSes of old packages
67 return if compat(12, 1);
68
6569 if (!@_) {
6670 push(@_, "test");
6771 }