Samuel Thibault, le Tue 19 May 2009 22:23:02 +0200, a écrit :
> A more advanced way could be to use a perl regexp to check that all
> dependencies are suffixed with -udeb.

After some IRC perl/awk fight,

grep Depends: debian/brltty-udeb/DEBIAN/control | perl -ne 'map {unless 
(/-udeb/) {print $_; exit 1}} split /,/'

seems to do the job.

Samuel



--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to