[package-plan] 01/01: On the experimental branch, pass -t experimental

Joachim Breitner nomeata at moszumanska.debian.org
Fri Aug 21 14:41:37 UTC 2015


This is an automated email from the git hooks/post-receive script.

nomeata pushed a commit to branch experimental
in repository package-plan.

commit 8b133c6ddedbe6960e09298da4ca35bdd7639d9f
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Fri Aug 21 16:40:31 2015 +0200

    On the experimental branch, 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 3c92a3c..b154e95 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 -r . -s GHC-Package -n" or die $!;
+open AVAILABLE, "-|", "apt-cache -t experimental dumpavail | grep-dctrl -F GHC-Package -r . -s GHC-Package -n" or die $!;
 while (<AVAILABLE>) {
 	chomp;
 	unless (m/^(.*)-([0-9\.]*)-([a-f0-9]*?)$/) {
@@ -122,7 +122,7 @@ print "Reading available binary versions...\n";
 my %binavail;
 {
 	my $pkg;
-	open VERS, "-|", "apt-cache dumpavail | grep-dctrl -s Package,Version -n ." or die $!;
+	open VERS, "-|", "apt-cache -t experimental dumpavail | grep-dctrl -s Package,Version -n ." or die $!;
 	while (<VERS>) {
 		chomp;
 		if ($_ eq '') {

-- 
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