Revisions of pykolab (95)
Fix TypeError in logger
New upstream release with correct date in changelog
Eliminate bogus dates in changelog
Added new upstream patches, fixed dsc/spec files (they were still pointing to 0.8.15)
reaad --pidfile to first stop attempt, remove --user from 2nd stop attempt
removing --pidfile from do_stop()
fixed init scripts (stop/restart) didn't worked anymore for kolab-saslauthd and wallace
Require only python-mysqldb
Check in fixes for unicode in templates
Add hotfix for rejection of all senders (T5363)
Patch out manticore correctly
python->python2 under certain circumstances
Fix ubuntu 18.04 dependencies
attempt to fix issue with python-pymysql being a virtual package on Jessie, but being required on Xenial
Ubuntu Xenial: pykolab requires now python-pymysql because /usr/lib/postfix/kolab_smtp_access_policy needs module pymysql
Also patch the certificate location in guam's config
Add a patch that fixes setup-kolab again, error in call of subprocess for freshclam
Fix for Fedora 23 and higher, python-twisted buildrequires; Create /run directories for kolabd and wallaced services
Fix building of this package on openSUSE 13.2 (should also be fine with Leap)
wallace requires python-gnupg to be installed. avoid ImportError: No module named gnupg (Wed Mar 09 2016 Timotheus Pokorra <tp@tbits.net>) old: Kolab:Winterfell/pykolab new: home:hede:branches:Kolab:Winterfell/pykolab rev None Index: debian.control =================================================================== --- debian.control (revision 14) +++ debian.control (revision 2) @@ -102,6 +102,7 @@ Architecture: all Depends: pykolab (= ${binary:Version}), kolab-xml (= ${binary:Version}), + python-gnupg, python, ${misc:Depends}, lsb-base (>= 3.0-6),
Patch ID in before isadmin/get_sep()
wallace requires python-gnupg to be installed. avoid ImportError: No module named gnupg
Require python-augeas for building, too
Don't forget to drop the patches from debian.series as well
Submit pykolab to Winterfell