summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-11-02 21:38:18 -0800
committerKeith Packard <keithp@keithp.com>2009-11-02 23:51:41 -0800
commit144db05f6b286a0450d486f69ce192632a2c0656 (patch)
treed30523ae45f96db1ffca15b842965ed9ff008ac3 /debian/rules
parent17611788aadc9460287145a340a7c18bf63766aa (diff)
Add two-point accelerometer calibration.
Calibration now uses two values, one upside right and the other upside down instead of a single horizontal value. This allows the use of other accelerometers and compensates for variations in the divider circuit to provide more accurate data.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index ac594c07..260ba773 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ DEB_VERSION := $(shell git describe | tr - +)
prebuild:
git-dch --release --new-version=$(DEB_VERSION)
git log > ChangeLog
- git commit ChangeLog debian/changelog \
+ git commit -n ChangeLog debian/changelog \
-m "update changelogs for Debian build"
git tag debian/$(DEB_VERSION)
git push --tags origin master