From 83be2368972b8dd978e5030fab3b32e5c8224849 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Tue, 15 Apr 2008 16:24:22 +0000 Subject: [PATCH] add missing ) to version --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index ab5469d0..b5dfefe5 100755 --- a/debian/rules +++ b/debian/rules @@ -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} && 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