Author: Tatiana Malygina <merlettaia@gmail.com>
Last-Update: 2016-06-15
Description: this fix prevents debug-file-with-no-debug-symbols warning from 
appearing during lintian run

--- a/build_config.py
+++ b/build_config.py
@@ -58,7 +58,7 @@
 #Set to True to build compiled extentions with debug headers.
 #Defaults to False
 
-#DEBUG=True
+DEBUG=True
 
 #CXXFLAGS
 #Set to add extra CXX flags to the build.
@@ -78,4 +78,4 @@
 # Requires swig on the the user path.
 # Defaults to False
 
-#REBUILD_SWIG=True
\ No newline at end of file
+#REBUILD_SWIG=True
