start releasing tarballs

Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
Dustin Kirkland 2009-04-27 21:55:23 -05:00
commit 454bd151b5

5
debian/release.sh vendored
View file

@ -24,6 +24,8 @@ ver=`expr $curver + 1`
dch -v "1.$ver" "UNRELEASED"
sed -i "s/1.$ver) jaunty;/1.$ver) unreleased;/" debian/changelog
gpg --armor --sign --detach-sig ../screen-profiles_*.orig.tar.gz
echo
echo
echo "To test:"
@ -36,4 +38,7 @@ echo "To commit and push:"
echo " bzr diff"
echo " bzr commit && bzr push"
echo
echo "Publish tarball at:"
echo " https://launchpad.net/screen-profiles/trunk/+addrelease"
echo
echo