debian: put proper distribution in debian changelog

This commit is contained in:
Sage Weil 2010-05-14 09:43:31 -07:00
parent 33bf1a2bc2
commit 7be27f435d

View File

@ -74,7 +74,7 @@ do
if [ -n "$comment" ]; then
cd ceph-$finalvers
DEBEMAIL="sage@newdream.net" dch -b -v "$dvers" "$comment"
DEBEMAIL="sage@newdream.net" dch -D $dist --force-distribution -b -v "$dvers" "$comment"
cd ..
fi