add missing ) to version

This commit is contained in:
Antoine Beaupré 2008-04-15 16:24:22 +00:00
parent 34e28495a5
commit 83be236897
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})" @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 '0,/UNRELEASED/s/)/~svn${REV})/' debian/changelog && debuild