Bundle .version file with debian nightlies

This adds the .version file to nightlies produced with debian/util.sh.
This commit is contained in:
Travis Cross 2012-06-22 16:11:47 +00:00
parent b16821944e
commit d18a7ffa26

1
debian/util.sh vendored
View File

@ -176,6 +176,7 @@ create_orig () {
git add -f libs
fi
./build/set-fs-version.sh "$uver" && git add configure.in
echo "$uver" > .version && git add -f .version
git commit --allow-empty -m "nightly v$uver"
git archive -v \
--worktree-attributes \