[package-plan] 03/03: Fix detection of archive versions without dots.
Joachim Breitner
nomeata at moszumanska.debian.org
Sat Jul 18 07:30:51 UTC 2015
This is an automated email from the git hooks/post-receive script.
nomeata pushed a commit to branch master
in repository package-plan.
commit cf495cbcc761562ca6471753d17c0725b116d265
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Sat Jul 18 09:30:20 2015 +0200
Fix detection of archive versions without dots.
---
test-packages.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test-packages.pl b/test-packages.pl
index db2bc6a..e1b6933 100755
--- a/test-packages.pl
+++ b/test-packages.pl
@@ -102,7 +102,7 @@ close LTS;
print "Reading available versions...\n";
-open AVAILABLE, "-|", "apt-cache dumpavail | grep-dctrl -F GHC-Package . -s GHC-Package -n" or die $!;
+open AVAILABLE, "-|", "apt-cache dumpavail | grep-dctrl -F GHC-Package -r . -s GHC-Package -n" or die $!;
while (<AVAILABLE>) {
chomp;
unless (m/^(.*)-([0-9\.]*)-([a-f0-9]*?)$/) {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/package-plan.git
More information about the Pkg-haskell-commits
mailing list