Description: Setting correct Python3 shebang, as dh-python somewhy replaces
 it with /usr/bin/python2.
Author: Andrius Merkys <merkys@debian.org>
Forwarded: not-needed
--- a/bin/feff8l
+++ b/bin/feff8l
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 """
 Feff85L monolithic main program.
 
