random
[rrq/newlisp/alsa-dispatcher.git] / debian / rules
index 9e711eb57c70544e0b4ea0ef1182bd1764a1837a..94ab3f29442289423c1e7bdac532d3db489b3714 100755 (executable)
 # package maintainers to append LDFLAGS
 #export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
-
 %:
        dh $@
 
+override_dh_strip:
+       :
+
+#-# The following is some useful documentation that I want to keep
+#-# exampe for override targets generated by dh_make
+#-# override_dh_auto_configure:
+#-#    dh_auto_configure -- \
+#-#    -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)
 
-# dh_make generated override targets
-# This is example for Cmake (See https://bugs.debian.org/641051 )
-#override_dh_auto_configure:
-#      dh_auto_configure -- \
-#      -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)