fix autobuilder versionning

This commit is contained in:
Antoine Beaupré 2008-10-04 16:08:26 +00:00
parent 64732a75ee
commit 68b21e283a
1 changed files with 1 additions and 1 deletions

2
debian/rules vendored
View File

@ -143,4 +143,4 @@ build-snapshot:
@echo "building a package based on the current snapshot (${VERSION})" @echo "building a package based on the current snapshot (${VERSION})"
svn update || true svn update || true
svn export . ../alternc-${VERSION} svn export . ../alternc-${VERSION}
cd ../alternc-${VERSION} && sed -i -e '0,/UNRELEASED/s/)/~svn${REV})/' debian/changelog && debuild cd ../alternc-${VERSION} && sed -i -e '1s/)/~svn${REV})/' debian/changelog && debuild