aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorTaylor Holberton <taylorcholberton@gmail.com>2017-05-23 20:53:26 -0700
committerGitHub <noreply@github.com>2017-05-23 20:53:26 -0700
commit967ca5ca87d1372da69c6944734ab802ebc996df (patch)
treec0df7ab9b86784ec6477940d299ba63c6ed5b6c8 /debian/rules
parent3a4402855c144db0ffe649604e239e0490233e45 (diff)
parente57b43b93a2a7ca7c9ae096571d83292d629bf8c (diff)
Merge pull request #97 from xpahos/master
Debian debug package
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules5
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 92623f9..7daeb27 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,6 +23,11 @@ override_dh_auto_install: $(PREPROCESS_FILES:.in=)
.PHONY: override_dh_auto_test
override_dh_auto_test:
+
+.PHONY: override_dh_strip
+override_dh_strip:
+ dh_strip --dbg-package=libtinyalsa-dbg
+
%:
dh $@