From 68b21e283af2f173f0e10ceacfe71f6371c8d02b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Sat, 4 Oct 2008 16:08:26 +0000 Subject: [PATCH] fix autobuilder versionning --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index dbcd3c9e..bade9953 100755 --- a/debian/rules +++ b/debian/rules @@ -143,4 +143,4 @@ build-snapshot: @echo "building a package based on the current snapshot (${VERSION})" svn update || true 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