3 # exit if any test fails
7 DSC
=$
(ls -1 ..
/*.dsc |
sort |
tail -1)
9 echo no .dsc
file found
13 DEB
=$
(ls -1 ..
/*.deb |
sort |
tail -1)
14 if [ -z "$DEB" ]; then
15 echo no .deb
file found
19 echo using .dsc
file $DSC
20 echo using .deb
file $DEB
23 dscverify
--keyring ~
/.gnupg
/pubring.gpg
$DSC
24 sudo pbuilder build
$DSC