-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 16 Sep 2017 15:43:46 +0300 Source: offlineimap Binary: offlineimap Architecture: source all Version: 7.0.12+dfsg1-2~bpo8+1 Distribution: jessie-backports Urgency: medium Maintainer: Ilias Tsitsimpis <i.tsitsimpis@gmail.com> Changed-By: Ilias Tsitsimpis <iliastsi@debian.org> Description: offlineimap - IMAP/Maildir synchronization and reader support Closes: 343924 629264 648862 648863 655721 664369 669428 670120 670761 671087 671271 671279 677166 679975 680856 681494 715516 728445 745822 747033 760960 785594 809402 809676 810307 812108 837904 839862 845531 Changes: offlineimap (7.0.12+dfsg1-2~bpo8+1) jessie-backports; urgency=medium . * Rebuild for jessie-backports. . offlineimap (7.0.12+dfsg1-2) unstable; urgency=medium . * Backport upstream patch to fix Blinkenlights UI. Fix the Blinkenlights UI where the terminal is garbled and eventually OfflineIMAP crashes. . offlineimap (7.0.12+dfsg1-1) unstable; urgency=medium . * New upstream release. . offlineimap (7.0.10+dfsg1-1) unstable; urgency=medium . * New upstream release. * Update patches to apply cleanly on new upstream. . offlineimap (7.0.9+dfsg1-1) unstable; urgency=medium . * New upstream release (Closes: #845531, #809676, #671087). . offlineimap (7.0.8+dfsg1-1) unstable; urgency=medium . * New upstream release (Closes: #839862) . offlineimap (7.0.7+dfsg1-1) unstable; urgency=medium . * New upstream release . offlineimap (7.0.6+dfsg1-1) unstable; urgency=medium . * New upstream release (Closes: #837904, #648862, #681494, #671271) * Install the systemd unit files provided by upstream, as examples * Add python-six to package dependencies * Bump versioned dependency on python-imaplib2 to (>= 2.55) * Update d/patches - Drop Use-imaplib2-package-instead-of-embedded-copy.patch There's a new virtual module to use distro-shipped imaplib2 vs. embedded one. - Drop Remove-unused-imports.patch, fixed upstream. - Update patches to apply cleanly on new upstream. * Update Files-Excluded field in d/copyright. The embedded copy of imaplib2 has been renamed to 'bundled_imaplib2.py'. * Update d/copyright file (bump Copyright years) * Document changes in d/NEWS - The sqlite database is the default. - Passwords are now expected in Unicode. - The PID file is no longer used. . offlineimap (6.7.0.3+dfsg1-1) unstable; urgency=medium . * New upstream release * Add patch that removes unused import of six package * Patch the manpage to document the configuration options. Document the available configuration option, by pointing to the /usr/share/doc/offlineimap/examples/offlineimap.conf.gz file. . offlineimap (6.7.0.1+dfsg1-1) unstable; urgency=medium . * New upstream release * Bump Standards-Version to 3.9.8, no changes needed . offlineimap (6.7.0+dfsg1-1) unstable; urgency=low . * New upstream release (Closes: #809402) * Bump Standards-Version to 3.9.7, no changes needed * Remove doc-base from suggested packages. The Debian offlineimap package does not include the OfflineIMAP documentation anymore. * Update d/copyright file (bump Copyright years) * Remove patches that have been applied upstream - Remove 'Abort-after-three-Ctrl-C-keystrokes' patch - Remove 'Fix-typos-in-offlineimap-1-manpage' patch * Detail the use of '--migrate-fmd5-using-nametrans' in d/NEWS. OfflineIMAP version 6.3.5 introduced a regression, and the above option can be used to migrate to newer versions. (Closes: #812108) * Update d/watch file to use the version 4 format . offlineimap (6.6.1+dfsg1-2) unstable; urgency=low . * Recommend python-socks instead of python-pysocks. Both provide the same module and the first has been marked for removal. (Closes: #810307) * Use 'https://' instead of 'git://' in Vcs-Git field * Prevent a2x from connecting to the Internet * Add faketime to build dependencies * Improve reproducibility of documentation build. Patch a2x tool to use the date of the latest entry in d/changelog file for the generated documentation. . offlineimap (6.6.1+dfsg1-1) unstable; urgency=medium . * New upstream release (Closes: #677166) * Add missing docbook-xsl build dependency * Update patches to apply cleanly on new upstream . offlineimap (6.6.0~rc3+dfsg1-1) unstable; urgency=medium . [ Ilias Tsitsimpis ] * New upstream release (Closes: #747033, #629264, #745822, #760960, #785594, #648863, #343924) * Update build dependencies - Add dh-python and python-setuptools, required to build Python modules - Remove python-sphinx, since we are not shipping documentation anymore - Add asciidoc, xsltproc, docbook-xml and libxml2-utils, required to build the manpages (Closes: #680856) * Add X-Python-Version field in d/control * Bump Standards Version to 3.9.6. No changes to the source package. * Convert d/copyright to DEP-5 and update its entries (Closes: #655721) * Update d/watch file according to wiki.d.o/watch * Create a DFSG version of the package - Remove non free IETF documents - Remove embedded copy of imaplib2 * Remove improve_man_page patch. Manpages have been rewritten. * Don't use embedded copy of imaplib2 (Closes: #728445) * Add python-imaplib2 to package dependencies * Install offlineimapui.7 manpage * d/patches: Fix typos in offlineimap(1) manpage * Update d/rules to build newer version - Use pybuild instead of python_distutils. - Don't export OfflineIMAP's Python modules Python applications should ship only private modules, according to the Debian Python Policy. - Disable tests since they require a valid IMAP account. * Don't install documentation. OfflineIMAP's manual and FAQ have been moved by upstream to another package (OfflineIMAP/offlineimap.github.io). Only developer's documentation is included, which is not needed to be installed alongside this package. * Remove python-sqlite from the recommended packages. OfflineIMAP uses sqlite3 to access the sqlite database which is provided by Python itself. (Closes: #715516) * Add python-pysocks to the recommended packages * d/patches: Abort after three Ctrl-C keystrokes. Thanks to Wouter Verhelst for the patch (Closes: #679975) * Document changes in NEWS * Add Vcs-Git and Vcs-Browser fields in d/control . [ Dimitri John Ledkov ] * Set Ilias as maintainer, mark myself as uploader. * Add versioned dependency on python-imaplib2, to pull a version that re-exports zlib module. . offlineimap (6.5.5-0.1) unstable; urgency=low . * Non-maintainer upload * New upstream release * Update download's URL * Bump standards to 3.9.5 * Remove patch to include a missing import, applied upstream * Remove patch to treat SIGHUP to gracefully terminate, applied upstream * Refresh improve_man_page.patch . offlineimap (6.5.4-2) unstable; urgency=low . * Set myself as a maintainer * Add patch to include a missing import (Closes: #671279) * Add patch to treat SIGHUP to gracefully terminate (Closes: #670120) . offlineimap (6.5.4-1) unstable; urgency=low . * New upstream release. * debian/control: Add python-sqlite to recommends (Closes: #664369) * debian/watch: Update download's URL . offlineimap (6.5.3.1-2) unstable; urgency=low . * Add NEWS entry about name translation (Closes: #670761) . offlineimap (6.5.3.1-1) unstable; urgency=low . * New upstream release. (Closes: #669428) * Add myself as uploader. Checksums-Sha1: 07a41acc904bf4a85e22a673abf6aef74f01b912 2179 offlineimap_7.0.12+dfsg1-2~bpo8+1.dsc 24f8a61829686a5d15805646d79503b0e3254c54 23172 offlineimap_7.0.12+dfsg1-2~bpo8+1.debian.tar.xz 1045f5a5a768e2e9cfca1881f142b1862996a787 163814 offlineimap_7.0.12+dfsg1-2~bpo8+1_all.deb Checksums-Sha256: 1eb50dd81363a2c3a18f8bace6bbcb6a20a81e943d155e119e7f9994cda542de 2179 offlineimap_7.0.12+dfsg1-2~bpo8+1.dsc 9f82e7dc684aa92b2497b9f4e0678a0ae5a49d4992905c6502d2980d76797909 23172 offlineimap_7.0.12+dfsg1-2~bpo8+1.debian.tar.xz bef53fa34f99baf874d6d7155d71f6b923709be970faaf4249d0b94e5477b625 163814 offlineimap_7.0.12+dfsg1-2~bpo8+1_all.deb Files: bfdc23b1f2755e947a32aa1c346614ef 2179 mail optional offlineimap_7.0.12+dfsg1-2~bpo8+1.dsc d14c1c15d2a6ef6f6cb5ac11c96a545d 23172 mail optional offlineimap_7.0.12+dfsg1-2~bpo8+1.debian.tar.xz c33bdc2964fda2c9fc95fd96b9b8fb43 163814 mail optional offlineimap_7.0.12+dfsg1-2~bpo8+1_all.deb -----BEGIN PGP SIGNATURE----- iQJIBAEBCgAyFiEEJ9c8pfW11+AaUTb116hngMxkQDwFAlm9ImEUHGlsaWFzdHNp QGRlYmlhbi5vcmcACgkQ16hngMxkQDx7uQ/9FbwW8MLnGtrt74E7tfsKLbBWYxJ6 NQFJ5QvzyMmS9TGVV9WyH3qSJVA9Mvltcf5zCnO60mViAeMlVupx0mEJlBS93Exj /iY9l0dtVPCtLxBRo2Vv+sAA48y52xbgZsnwfsvQeT7UeJfZPyzPDC5jSo5GsoYc tpSDDRPmNNp17/2VlkbVAUCO6RwYjWAIwfKs7AeRyUcVWgF8qvpQQzVZ0DC0Bo2w QZZIpEpwwCOPzBtHTacM+AeYdhApn/RNmwjCGjApTAkS4UOL8R2KLARbt3uZWXyo wsUpM62/rC2cYvKRrDlK3rfuWnHy3DOxmEJVQu5n+bK+3w9ocLZb40Mn1mxiUjKr BDknzNhLgKvkuL01ym9gFEgZTOpRfrF1SGa5Z2reh+jm3QpSVQdGiwxN6PDcGiW4 AwRvTxQ4ZrysQcXDpegy4GERc5TFObjp35Qsc9rFgVFlWjx9j+2UmZrjG64AytTj LHfUDpD00oCoTh4hp9jcQxTjNKnOXM1W2fxp7wh1EhbexqHWmeFD6bSnedJNrWTi KKR9S+Fu9bjPel3m1cY90Xnh4Zd6ICGF6t+ponzXQTTnErfuJyVM8vVyxKCfAWRQ aJTewRUMFmZG69JHYAR63Tt1q88uXitf0H3+SIqXmj57ID8J6ejae6IoHyOeCWH1 G305l+oXRvvumwg= =QFck -----END PGP SIGNATURE-----