From: Alex Mestiasvhili <alex@biotec.tu-dresden.de>
Subject: use debian specific path for the module
--- pyscanfcs.orig/bin/pyscanfcs
+++ pyscanfcs/bin/pyscanfcs
@@ -13,6 +13,10 @@
 elif [ -f "../lib/python2.7/site-packages/pyscanfcs/PyScanFCS.py" ]
 then
     python ../lib/python2.7/site-packages/pyscanfcs/PyScanFCS.py
+# debian
+elif [ -f "/usr/lib/python2.7/dist-packages/pyscanfcs/PyScanFCS.py" ]
+then
+    python /usr/lib/python2.7/dist-packages/pyscanfcs/PyScanFCS.py
 else
     echo "Could not find PyScanFCS. Please notify the author."
 fi
