[Pkg-haskell-commits] [package-plan] 02/03: Do not pass -t experimental
Joachim Breitner
nomeata at moszumanska.debian.org
Mon Apr 27 11:56:47 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 d124216c6d5e3b561126c3e540fcf88d25a42975
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Mon Apr 27 13:37:41 2015 +0200
Do not pass -t experimental
---
test-packages.pl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/test-packages.pl b/test-packages.pl
index 266a75b..ec6eee9 100755
--- a/test-packages.pl
+++ b/test-packages.pl
@@ -73,7 +73,7 @@ while (<PACKAGES>) {
close PACKAGES;
print "Reading available versions...\n";
-open AVAILABLE, "-|", "apt-cache -t experimental dumpavail | grep-dctrl -F GHC-Package . -s GHC-Package -n" or die $!;
+open AVAILABLE, "-|", "apt-cache dumpavail | grep-dctrl -F GHC-Package . -s GHC-Package -n" or die $!;
while (<AVAILABLE>) {
chomp;
unless (m/^(.*)-([0-9\.]*)-([a-f0-9]*?)$/) {
@@ -91,7 +91,7 @@ close AVAILABLE;
print "Reading available binary versions...\n";
while ( my ($pkg, $bin) = each %binary ) {
- open VERS, "-|", "apt-cache -t experimental dumpavail | grep-dctrl -F Package -s Version -n -X $bin" or die $!;
+ open VERS, "-|", "apt-cache dumpavail | grep-dctrl -F Package -s Version -n -X $bin" or die $!;
while (<VERS>) {
chomp;
unless (m/^(?:.*:)?(.*)-(?:.*)$/) {
--
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