[Git][haskell-team/package-plan][master] cosmetic fix
Clint Adams
gitlab at salsa.debian.org
Mon Apr 23 01:44:01 BST 2018
Clint Adams pushed to branch master at Debian Haskell Group / package-plan
Commits:
7877daf9 by Clint Adams at 2018-04-22T20:43:53-04:00
cosmetic fix
- - - - -
1 changed file:
- test-packages.pl
Changes:
=====================================
test-packages.pl
=====================================
--- a/test-packages.pl
+++ b/test-packages.pl
@@ -318,7 +318,7 @@ __END__
}
my $cabalpath = sprintf "%s/%s/%s.cabal", $pkg, $version, $pkg;
unless ($tar->contains_file($cabalpath)) {
- printf "File %s not found in 00-index.tar\n", $cabalpath;
+ printf "File %s not found in ".$tarnumber."-index.tar\n", $cabalpath;
$error_count++;
next
}
@@ -331,7 +331,7 @@ __END__
chomp $patchfile;
my $patch;
run ["filterdiff", "-i", "*.cabal",
- "patches/$pkg/$version/$patchfile"], \"", \$patch;
+ "patches/$pkg/$version/$patchfile"], \"", \$patch;
if ($patch) {
$content = patch($content, $patch, STYLE => "Unified");
} else {
View it on GitLab: https://salsa.debian.org/haskell-team/package-plan/commit/7877daf9caa470cbff0c65bb44ec132c3dbee8c0
---
View it on GitLab: https://salsa.debian.org/haskell-team/package-plan/commit/7877daf9caa470cbff0c65bb44ec132c3dbee8c0
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20180423/bbb385ba/attachment.html>
More information about the Pkg-haskell-commits
mailing list