#! /bin/sh /usr/share/dpatch/dpatch-run
## 000-Fix_schebangs by
## Josselin Mouette <joss@debian.org>
##
## DP: Use "#!/usr/bin/python" as shebang instead of "#!/usr/bin/env python"

diff -Nu nicotine+-1.2.6+svn.r139/nicotine nicotine+-1.2.6+svn.r139.new/nicotine
--- nicotine+-1.2.6+svn.r139/nicotine	2006-10-26 17:51:52.000000000 +0200
+++ nicotine+-1.2.6+svn.r139.new/nicotine	2006-10-26 18:29:03.000000000 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
 # Copyright (c) 2003-2004 Hyriand. All rights reserved.
 #
 # Based on code from PySoulSeek, original copyright note:

diff -Nu nicotine+-1.2.6+svn.r139/nicotine-import-winconfig nicotine+-1.2.6+svn.r139.new/nicotine-import-winconfig
--- nicotine+-1.2.6+svn.r139/nicotine-import-winconfig	2006-10-26 17:51:52.000000000 +0200
+++ nicotine+-1.2.6+svn.r139.new/nicotine-import-winconfig	2006-10-26 18:29:11.000000000 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
 
 # Import the windows slsk config files in Nicotine.
 # Geert Kloosterman <geertk@ai.rug.nl>
