Sync packaging with debian

This commit is contained in:
Nicolas Valcarcel 2008-09-06 15:54:39 -05:00
parent b88db6eda3
commit 8bf6ac3e86
2 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,27 @@
diff -Nur -x '*.orig' -x '*~' terminator-0.10/terminatorlib/configfile.py terminator-0.10.new/terminatorlib/configfile.py
--- terminator-0.10/terminatorlib/configfile.py 2008-08-28 09:17:49.000000000 -0500
+++ terminator-0.10.new/terminatorlib/configfile.py 2008-09-06 15:07:54.000000000 -0500
@@ -1,4 +1,4 @@
-#!/usr/local/bin/python
+#!/usr/bin/python
import re
from terminatorlib.config import dbg, debug
diff -Nur -x '*.orig' -x '*~' terminator-0.10/terminatorlib/debugserver.py terminator-0.10.new/terminatorlib/debugserver.py
--- terminator-0.10/terminatorlib/debugserver.py 2008-08-28 09:17:49.000000000 -0500
+++ terminator-0.10.new/terminatorlib/debugserver.py 2008-09-06 15:07:34.000000000 -0500
@@ -1,4 +1,4 @@
-#!/usr/local/bin/python
+#!/usr/bin/python
#
# Copyright (c) 2008, Thomas Hurst <tom@hur.st>
#
diff -Nur -x '*.orig' -x '*~' terminator-0.10/terminatorlib/freebsd.py terminator-0.10.new/terminatorlib/freebsd.py
--- terminator-0.10/terminatorlib/freebsd.py 2008-08-28 09:17:49.000000000 -0500
+++ terminator-0.10.new/terminatorlib/freebsd.py 2008-09-06 15:07:45.000000000 -0500
@@ -1,4 +1,4 @@
-#!/usr/local/bin/python
+#!/usr/bin/python
#
# Copyright (c) 2008, Thomas Hurst <tom@hur.st>
#

1
debian/pycompat vendored Normal file
View File

@ -0,0 +1 @@
2