freedv debian rules: Fix indentation, permissions.

Should be executable, and who-TF took out the tabs?!  Makefiles have
tabs.
pull/2/head
sjlongland 2015-10-02 23:02:40 +00:00
parent 472f9e94a0
commit 32e1422dcd
1 changed files with 5 additions and 5 deletions

10
debian/rules vendored 100644 → 100755
View File

@ -19,12 +19,12 @@ include /usr/share/dpkg/default.mk
# main packaging script based on dh7 syntax
%:
dh $@
dh $@
# debmake generated override targets
# This is example for Cmake (See http://bugs.debian.org/641051 )
override_dh_auto_configure:
dh_auto_configure -- \
-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) \
-DUSE_STATIC_CODEC2=FALSE \
-DUSE_STATIC_SPEEXDSP=FALSE
dh_auto_configure -- \
-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) \
-DUSE_STATIC_CODEC2=FALSE \
-DUSE_STATIC_SPEEXDSP=FALSE