summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBdale Garbee <bdale@gag.com>2011-08-23 20:10:14 -0600
committerBdale Garbee <bdale@gag.com>2011-08-23 20:10:14 -0600
commitfc7e46b1215ea2b4cc138ed77d8eaa122369b15f (patch)
treefcab297d7a537b125ae99c2b3e49598a5871fecb
parent998adccc1c4f8f6c44833bbf4a52d9441748b996 (diff)
turn off auto-tagging during Debian build
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
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