[Python-apps-commits] r7700 - in packages/spambayes/trunk/debian (changelog rules)
afayolle at users.alioth.debian.org
afayolle at users.alioth.debian.org
Thu Oct 20 07:37:46 UTC 2011
Date: Thursday, October 20, 2011 @ 07:37:45
Author: afayolle
Revision: 7700
close #593977
Modified:
packages/spambayes/trunk/debian/changelog
packages/spambayes/trunk/debian/rules
Modified: packages/spambayes/trunk/debian/changelog
===================================================================
--- packages/spambayes/trunk/debian/changelog 2011-10-20 07:29:06 UTC (rev 7699)
+++ packages/spambayes/trunk/debian/changelog 2011-10-20 07:37:45 UTC (rev 7700)
@@ -3,6 +3,7 @@
* new upstream release (closes: #586802)
* update to modern packaging style, with dh_python2
- rebuild with python2.7 (closes: #427126)
+ * remove sb_notesfilter which only runs on Windows (closes: #593977)
-- Alexandre Fayolle <afayolle at debian.org> Wed, 19 Oct 2011 08:32:06 +0200
Modified: packages/spambayes/trunk/debian/rules
===================================================================
--- packages/spambayes/trunk/debian/rules 2011-10-20 07:29:06 UTC (rev 7699)
+++ packages/spambayes/trunk/debian/rules 2011-10-20 07:37:45 UTC (rev 7700)
@@ -34,6 +34,7 @@
# Install Python modules
python setup.py -q install --root=$(SB) --no-compile ${py_setup_install_args}
+ rm $(SB)/usr/bin/sb_notesfilter.py
prename "s/.py//" $(SB)/usr/bin/*.py
rm -f $(SB)/usr/bin/sb_pop3dnd
dh_install -A
More information about the Python-apps-commits
mailing list