[SCM] KDE PIM module packaging branch, master, updated. debian/4.10.5-1-10-gd1ccdd8

Maximiliano Curia maxy at alioth.debian.org
Fri Aug 2 07:42:52 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-sc/kdepim.git;a=commitdiff;h=6696dd4

The following commit has been merged in the master branch:
commit 6696dd4652c55533e93e6a0566b39aaafa32fc00
Author: Maximiliano Curia <maxy at debian.org>
Date:   Tue Jul 16 18:45:11 2013 +0200

    New patch: spambayes.patch, thanks to Alexandre Fayolle <afayolle at debian.org>. (Closes: #602798)
---
 debian/changelog               |    3 ++-
 debian/patches/series          |    1 +
 debian/patches/spambayes.patch |   29 +++++++++++++++++++++++++++++
 3 files changed, 32 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 9be8477..2eccce8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 kdepim (4:4.10.5-2) UNRELEASED; urgency=low
 
-  * 
+  * New patch: spambayes.patch, thanks to Alexandre Fayolle
+    <afayolle at debian.org>. (Closes: #602798)
 
  -- Maximiliano Curia <maxy at debian.org>  Tue, 16 Jul 2013 18:42:40 +0200
 
diff --git a/debian/patches/series b/debian/patches/series
index 4235252..edf0c9a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 debianize_akregator_default.diff
+spambayes.patch
diff --git a/debian/patches/spambayes.patch b/debian/patches/spambayes.patch
new file mode 100644
index 0000000..f95284e
--- /dev/null
+++ b/debian/patches/spambayes.patch
@@ -0,0 +1,29 @@
+Description: change in spambayes executable name
+ Debian specific, script files in bin should not include a extension.
+Author: Alexandre Fayolle <afayolle at debian.org>
+Bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=602798
+Forwarded: no
+Reviewed-by: Maximiliano Curia <maxy at debian.org>
+Last-Update: 2013-07-16
+Index: kdepim/kmail/kmail.antispamrc
+===================================================================
+--- kdepim.orig/kmail/kmail.antispamrc	2013-07-16 18:30:16.986985116 +0200
++++ kdepim/kmail/kmail.antispamrc	2013-07-16 18:36:12.667243825 +0200
+@@ -97,13 +97,13 @@
+ Version=1
+ Priority=20
+ VisibleName=SpamBayes
+-Executable=sb_filter.py -h
++Executable=sb_filter -h
+ URL=http://spambayes.sourceforge.net
+ PipeFilterName=SpamBayes Check
+-PipeCmdDetect=sb_filter.py
++PipeCmdDetect=sb_filter
+ PipeCmdNoSpam=
+-ExecCmdSpam=sb_filter.py -s
+-ExecCmdHam=sb_filter.py -g
++ExecCmdSpam=sb_filter -s
++ExecCmdHam=sb_filter -g
+ DetectionHeader=X-Spambayes-Classification
+ DetectionPattern=spam
+ DetectionPattern2=unsure

-- 
KDE PIM module packaging



More information about the pkg-kde-commits mailing list