From eff216a5dc3625b2f2fa26e2f9b8ac4272f02df8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Tue, 15 Apr 2008 16:09:15 +0000 Subject: [PATCH] more snapshot fixes: update before snapshot. don't put a new changelog entry with debchange. --- debian/rules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 65e3fe36..c680f85e 100755 --- a/debian/rules +++ b/debian/rules @@ -151,5 +151,6 @@ binary: binary-common 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} "Automatic build of SVN version ${REV}" && debuild + cd ../alternc-${VERSION} && debchange -D UNRELEASED -v ${VERSION} && debuild