Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
Do not strip debug package
Browse files Browse the repository at this point in the history
  • Loading branch information
forgerpl committed Jul 11, 2017
1 parent 571406e commit d5e49c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.git
.cargo
target
.jenkins
tmp
Expand Down
4 changes: 4 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1

.PHONY: override_dh_auto_clean override_dh_auto_build override_dh_strip

%:
dh $@ --parallel

Expand All @@ -18,3 +20,5 @@ override_dh_auto_build:
CARGO_HOME=.cargo cargo build
CARGO_HOME=.cargo cargo build --release

override_dh_strip:
dh_strip -Nhyena-dbg -phyena

0 comments on commit d5e49c8

Please sign in to comment.