#!/bin/sh
# DocumentId:	$Id: dpsch-showfirstbinpkg,v 1.2 2001/09/01 15:12:51 ola Exp $
# Author:	$Author: ola $
#		Ola Lundqvist <opal@debian.org>
# Summary:
#	Print the first listed binary package in the control file to stdout.

dpsch-listbinpkgs | {
    read LINE
    echo $LINE
}
