From d18a7ffa2684085793f88df788222b7b5b25c860 Mon Sep 17 00:00:00 2001 From: Travis Cross Date: Fri, 22 Jun 2012 16:11:47 +0000 Subject: [PATCH] Bundle .version file with debian nightlies This adds the .version file to nightlies produced with debian/util.sh. --- debian/util.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/util.sh b/debian/util.sh index 69a0ee6387..e1f60e247c 100755 --- a/debian/util.sh +++ b/debian/util.sh @@ -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 \