more snapshot fixes: update before snapshot. don't put a new changelog entry with debchange.

This commit is contained in:
Antoine Beaupré 2008-04-15 16:09:15 +00:00
parent 71bda92a12
commit eff216a5dc
1 changed files with 2 additions and 1 deletions

3
debian/rules vendored
View File

@ -151,5 +151,6 @@ binary: binary-common
build-snapshot:
@echo "building a package based on the current snapshot (${VERSION})"
svn update || true
svn export . ../alternc-${VERSION}
cd ../alternc-${VERSION} && debchange -D UNRELEASED -v ${VERSION} "Automatic build of SVN version ${REV}" && debuild
cd ../alternc-${VERSION} && debchange -D UNRELEASED -v ${VERSION} && debuild