change the version number with sed instead of debchange, which always adds a new changelog...

This commit is contained in:
Antoine Beaupré 2008-04-15 16:23:11 +00:00
parent eff216a5dc
commit 34e28495a5
1 changed files with 1 additions and 1 deletions

2
debian/rules vendored
View File

@ -153,4 +153,4 @@ 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} && debuild
cd ../alternc-${VERSION} && sed -i -e '0,/UNRELEASED/s/)/~svn${REV}/' debian/changelog && debuild