From 936fee7c40f67805ef34bfb137f47d0dc6a3834d Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Fri, 19 Jan 2007 16:08:10 +0000 Subject: [PATCH] * Use /usr/bin/python interpreter instead of wrapped call to python by /usr/bin/env --- debian/changelog | 2 ++ debian/patches/00list | 1 + ...{X00_rigid_python24.dpatch => X00_rigid_usrbinpython.dpatch} | 0 3 files changed, 3 insertions(+) rename debian/patches/{X00_rigid_python24.dpatch => X00_rigid_usrbinpython.dpatch} (100%) diff --git a/debian/changelog b/debian/changelog index 6571b563..236cea1a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ fail2ban (0.7.6-3) unstable; urgency=low * Synchronized action.d/iptables-* rules from upstream SVN (closes: #407561) * Minor: options renames in the comments to be in sync with upstream + * Use /usr/bin/python interpreter instead of wrapped call to python by + /usr/bin/env -- Yaroslav Halchenko Fri, 19 Jan 2007 10:43:59 -0500 diff --git a/debian/patches/00list b/debian/patches/00list index 0bf25c50..b624df20 100644 --- a/debian/patches/00list +++ b/debian/patches/00list @@ -1,3 +1,4 @@ +X00_rigid_usrbinpython 00_iptables-mports 00_iptables_NEW 00_mail-whois-lines diff --git a/debian/patches/X00_rigid_python24.dpatch b/debian/patches/X00_rigid_usrbinpython.dpatch similarity index 100% rename from debian/patches/X00_rigid_python24.dpatch rename to debian/patches/X00_rigid_usrbinpython.dpatch