debian: output the correct name of the .changes file

This commit is contained in:
Travis Cross 2012-06-02 15:17:10 +00:00
parent 73b34cb373
commit 337c9d4365
1 changed files with 1 additions and 1 deletions

2
debian/util.sh vendored
View File

@ -277,7 +277,7 @@ build_debs () {
--hookdir "$hookdir" \
--buildresult ../
} 1>&2
echo ${dsc}_${arch}.changes
echo ${dsc%.dsc}_${arch}.changes
}
build_all () {