diff options
| author | Ondřej Surý <ondrej@sury.org> | 2011-02-14 16:49:24 +0100 |
|---|---|---|
| committer | Ondřej Surý <ondrej@sury.org> | 2011-02-14 16:49:24 +0100 |
| commit | 1c3d301f91f813cd7dbe4f0cd3d1bd544a9f967c (patch) | |
| tree | 9edb92741d8ef350351469a73a94e953c54ba536 | |
| parent | 8ec6ab170b404b48ee37993aea71666bcb02cd90 (diff) | |
| download | golang-1c3d301f91f813cd7dbe4f0cd3d1bd544a9f967c.tar.gz | |
Don't strip govet
| -rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index a7122a9c0..d70f82fba 100755 --- a/debian/rules +++ b/debian/rules @@ -52,7 +52,7 @@ override_dh_install: dh_install --fail-missing override_dh_strip: - dh_strip -X".a" -Xgoinstall -Xgodoc -Xgoyacc -Xbin/cgo -Xebnflint -Xgofmt + dh_strip -X".a" -Xgoinstall -Xgodoc -Xgoyacc -Xbin/cgo -Xebnflint -Xgofmt -Xgovet debian/build.stamp: rm -f debian/build.stamp |
