From: Bdale Garbee Date: Wed, 24 Aug 2011 02:10:14 +0000 (-0600) Subject: turn off auto-tagging during Debian build X-Git-Tag: 0.9.7.0~2 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=fc7e46b1215ea2b4cc138ed77d8eaa122369b15f;hp=998adccc1c4f8f6c44833bbf4a52d9441748b996 turn off auto-tagging during Debian build --- 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