diff options
author | Bdale Garbee <bdale@gag.com> | 2011-08-23 20:10:14 -0600 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2011-08-23 20:10:14 -0600 |
commit | fc7e46b1215ea2b4cc138ed77d8eaa122369b15f (patch) | |
tree | fcab297d7a537b125ae99c2b3e49598a5871fecb /debian | |
parent | 998adccc1c4f8f6c44833bbf4a52d9441748b996 (diff) |
turn off auto-tagging during Debian build
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 2 |
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 |