change the version number with sed instead of debchange, which always adds a new changelog...
This commit is contained in:
parent
eff216a5dc
commit
34e28495a5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue