#!/bin/bash

cat /mit/debathena/apt/dists/{hardy,lucid,maverick,natty,lenny,squeeze}${1:--proposed}/*/*/Packages | grep ^Package | sort -u
