[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

patch to fix issue blocking upgrade powell to squeeze



Hi,

The attached patch fixes an issue blocking the upgrade of powell to squeeze.
Please commit the patch to git://anonscm.debian.org/webwml/packages.git .

Regards,

Bart Martens
diff -ru ../orig/packages/bin/parse-packages ./bin/parse-packages
--- ../orig/packages/bin/parse-packages	2011-10-26 16:22:12.931783856 +0000
+++ ./bin/parse-packages	2011-10-26 16:31:21.434178614 +0000
@@ -72,7 +72,8 @@
                 print "\tseems not to exist, skipping...\n";
                 next;
         }
-	open PKG, "zcat $TOPDIR/archive/$archive/$suite/$what/{,debian-installer/}binary-*/Packages.gz|";
+	open PKG, "zcat $TOPDIR/archive/$archive/$suite/$what/binary-*/Packages.gz"
+		.     " $TOPDIR/archive/$archive/$suite/$what/debian-installer/binary-*/Packages.gz|";
 	while (<PKG>) {
 		next if /^\s*$/;
 		my $data = "";

Reply to: