[javatools] 05/07: Drop build-dep on libtest-simpler-perl and fix broken tests
tony mancill
tmancill at debian.org
Sun Mar 11 19:30:32 GMT 2018
This is an automated email from the git hooks/post-receive script.
tmancill pushed a commit to branch master
in repository javatools.
commit 76598208c91a7c129755d1d50bd75e0d117ff1f3
Author: tony mancill <tmancill at debian.org>
Date: Sun Mar 11 11:23:09 2018 -0700
Drop build-dep on libtest-simpler-perl and fix broken tests
---
debian/control | 1 -
lib/Debian/Javahelper/Java.pm | 2 +-
t/critic.t | 1 -
3 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index fa3d0db..fbe6133 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,6 @@ Build-Depends:
libarchive-zip-perl (>= 1.30-6~),
libtest-minimumversion-perl,
libtest-perl-critic-perl,
- libtest-simple-perl (>= 0.93),
libtest-strict-perl,
markdown,
perl
diff --git a/lib/Debian/Javahelper/Java.pm b/lib/Debian/Javahelper/Java.pm
index 1d6c94f..3c67fc1 100644
--- a/lib/Debian/Javahelper/Java.pm
+++ b/lib/Debian/Javahelper/Java.pm
@@ -112,7 +112,7 @@ sub scan_javadoc{
my @packages = slurp_file("$docloc/package-list");
# For each package in package-list (replacing "." with "/")
foreach my $pack ( map { s@\.@/@go; $_; } @packages) {
- if ("unnamed package" eq $pack) {
+ if ('unnamed package' eq $pack) {
next;
}
opendir(my $dir, "$docloc/$pack");
diff --git a/t/critic.t b/t/critic.t
index 6871f07..e7f9432 100755
--- a/t/critic.t
+++ b/t/critic.t
@@ -18,7 +18,6 @@ diag('libppix-regexp-perl is needed to enable some checks') if $@;
Test::Perl::Critic->import( -profile => '.perlcriticrc' );
all_critic_ok('.');
-done_testing;
sub should_skip {
my $skip = 1;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/javatools.git
More information about the pkg-java-commits
mailing list