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 [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

