aboutsummaryrefslogtreecommitdiffstats
path: root/debian/patches/01_fetchmailconf.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/01_fetchmailconf.patch')
-rwxr-xr-xdebian/patches/01_fetchmailconf.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/patches/01_fetchmailconf.patch b/debian/patches/01_fetchmailconf.patch
new file mode 100755
index 00000000..24557339
--- /dev/null
+++ b/debian/patches/01_fetchmailconf.patch
@@ -0,0 +1,14 @@
+Description: Remove header from fetchmailconf.py since it is a library.
+Author: Hector Garcia <hector@debian.org>
+
+Remove header from fetchmailconf.py since it is a library.
+Index: fetchmail-6.3.13/fetchmailconf.py
+===================================================================
+--- fetchmail-6.3.13.orig/fetchmailconf.py 2009-09-24 01:11:14.000000000 +0200
++++ fetchmail-6.3.13/fetchmailconf.py 2010-02-01 16:33:46.000000000 +0100
+@@ -1,5 +1,3 @@
+-#!/usr/bin/env python
+-#
+ # A GUI configurator for generating fetchmail configuration files.
+ # by Eric S. Raymond, <esr@snark.thyrsus.com>,
+ # Matthias Andree <matthias.andree@gmx.de>