freedv debian rules: Fix indentation, permissions.
authorsjlongland <sjlongland@01035d8c-6547-0410-b346-abe4f91aad63>
Fri, 2 Oct 2015 23:02:40 +0000 (23:02 +0000)
committersjlongland <sjlongland@01035d8c-6547-0410-b346-abe4f91aad63>
Fri, 2 Oct 2015 23:02:40 +0000 (23:02 +0000)
Should be executable, and who-TF took out the tabs?!  Makefiles have
tabs.

git-svn-id: https://svn.code.sf.net/p/freetel/code@2411 01035d8c-6547-0410-b346-abe4f91aad63

freedv-dev/debian/rules [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 77176d3..ad89215
@@ -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