diff options
author | ale <ale@incal.net> | 2020-08-23 17:24:15 +0100 |
---|---|---|
committer | ale <ale@incal.net> | 2020-08-23 17:24:15 +0100 |
commit | 74e5aaf573232bb7b5117d94fdcb80a48256b609 (patch) | |
tree | 479014629635903cc0f3f54c52c202b2e0dcba54 /debian/rules | |
parent | d771e9f916a5d8241564625f3dc29fc3db884001 (diff) | |
download | crawl-74e5aaf573232bb7b5117d94fdcb80a48256b609.tar.gz crawl-74e5aaf573232bb7b5117d94fdcb80a48256b609.zip |
Minor fixes to Debian packaging
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 42ec02a..c4ce9ad 100755 --- a/debian/rules +++ b/debian/rules @@ -3,6 +3,7 @@ export DH_GOPKG = git.autistici.org/ale/crawl export DH_GOLANG_EXCLUDES = vendor +export DEB_BUILD_OPTIONS = nostrip %: dh $@ --with=golang --buildsystem=golang |