From fc7e46b1215ea2b4cc138ed77d8eaa122369b15f Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Tue, 23 Aug 2011 20:10:14 -0600 Subject: [PATCH 1/1] turn off auto-tagging during Debian build --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 1353321d..028b548f 100755 --- a/debian/rules +++ b/debian/rules @@ -12,7 +12,7 @@ prebuild: git log > ChangeLog git commit -n ChangeLog debian/changelog \ -m "update changelogs for Debian build" - git tag debian/$(DEB_VERSION) +# git tag debian/$(DEB_VERSION) # git push --tags origin master configure: configure-stamp -- 2.30.2