debian/0000755000000000000000000000000012140556240007165 5ustar debian/source.lintian-overrides0000644000000000000000000000010612140467446014053 0ustar mpop source: binaries-have-file-conflict mpop mpop-gnome usr/bin/mpop debian/mpop-gnome.preinst0000644000000000000000000000041111511113506012640 0ustar #!/bin/sh set -e # Divert mpop to mpop.orig so the binary from mpop-gnome can replace it. if [ "$1" = install ] || [ "$1" = upgrade ] ; then dpkg-divert --add --package mpop-gnome --rename \ --divert /usr/bin/mpop.orig /usr/bin/mpop fi #DEBHELPER# exit 0 debian/mpop-gnome.links0000644000000000000000000000005411511113506012277 0ustar usr/share/doc/mpop usr/share/doc/mpop-gnome debian/watch0000644000000000000000000000006111511113506010206 0ustar version=3 http://sf.net/mpop/mpop-(.*)\.tar\.bz2 debian/mpop.dirs0000644000000000000000000000006311511113506011015 0ustar usr/share/vim/addons/syntax usr/share/vim/registry debian/control0000644000000000000000000000626512140467432010605 0ustar Source: mpop Section: mail Priority: extra Maintainer: Emmanuel Bouthenot Build-Depends: debhelper (>= 9), autotools-dev, libgsasl7-dev, libidn11-dev, libgnutls-dev, libkrb5-dev, libgnome-keyring-dev Standards-Version: 3.9.3 Homepage: http://mpop.sourceforge.net Vcs-Git: git://anonscm.debian.org/users/kolter/mpop.git Vcs-Browser: http://anonscm.debian.org/git/users/kolter/mpop.git Package: mpop Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Description: POP3 mail retriever mpop is a fast and simple fetchmail replacement to retrieve mail from POP3 servers. Its main features are header based mail filtering, multiple authentication methods, TLS encrypted connections or delivery. . There are a few things mpop can do that fetchmail can't or that it does better: - mpop never ever tries to parse mail information except for the envelope-from address, which is the bare minimum that it has to do. - mpop never ever alters mail messages except for adding a "Received" header, which is the bare minimum that it has to do. - mpop uses several techniques (including pipelining) to reduce the POP3 protocol overhead. It is therefore much faster than fetchmail. - By default, mpop stores the mail UIDs (unique ids) in one file per account. You can poll different mail accounts in parallel. - The progress output is nicer ;-) - You can pipe the headers of a mail through a filter that decides if the mail should be downloaded, skipped, or deleted. This allows one to delete junk mail from a POP3 server without downloading the entire message. - mpop can deliver mails directly to mbox and maildir mail folders. . This package is compiled with GSASL and TLS/SSL support. Package: mpop-gnome Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, mpop (= ${binary:Version}), seahorse Recommends: python-gnomekeyring Description: POP3 mail retriever - with GNOME keyring support mpop is a fast and simple fetchmail replacement to retrieve mail from POP3 servers. Its main features are header based mail filtering, multiple authentication methods, TLS encrypted connections or delivery. . There are a few things mpop can do that fetchmail can't or that it does better: - mpop never ever tries to parse mail information except for the envelope-from address, which is the bare minimum that it has to do. - mpop never ever alters mail messages except for adding a "Received" header, which is the bare minimum that it has to do. - mpop uses several techniques (including pipelining) to reduce the POP3 protocol overhead. It is therefore much faster than fetchmail. - By default, mpop stores the mail UIDs (unique ids) in one file per account. You can poll different mail accounts in parallel. - The progress output is nicer ;-) - You can pipe the headers of a mail through a filter that decides if the mail should be downloaded, skipped, or deleted. This allows one to delete junk mail from a POP3 server without downloading the entire message. - mpop can deliver mails directly to mbox and maildir mail folders. . This package is compiled with GSASL and TLS/SSL support, and additionally with GNOME keyring support. debian/mpop.info0000644000000000000000000000001611511113506011005 0ustar doc/mpop.info debian/mpop.docs0000644000000000000000000000004111511113506011000 0ustar AUTHORS NEWS NOTES README THANKS debian/mpop-gnome.install0000644000000000000000000000014311511113506012624 0ustar build-gnome/src/mpop usr/bin scripts/mpop-gnome-tool/mpop-gnome-tool.py usr/share/doc/mpop/scripts debian/mpop.install0000644000000000000000000000021511511113506011521 0ustar debian/tmp/usr/bin/mpop debian/tmp/usr/share/locale scripts/vim/mpop.vim usr/share/vim/addons/syntax debian/mpop.yaml usr/share/vim/registry debian/source/0000755000000000000000000000000011557235761010502 5ustar debian/source/options0000644000000000000000000000005211557235761012115 0ustar unapply-patches abort-on-upstream-changes debian/source/format0000644000000000000000000000001411511114016011663 0ustar 3.0 (quilt) debian/mpop-gnome.postrm0000644000000000000000000000026211511113506012504 0ustar #!/bin/sh set -e if [ "$1" = remove ] ; then dpkg-divert --remove --package mpop-gnome --rename \ --divert /usr/bin/mpop.orig /usr/bin/mpop fi #DEBHELPER# exit 0 debian/README.Debian0000644000000000000000000000231311557223435011235 0ustar GNOME keyring usage (mpop-gnome): ================================= To manage the mpop accounts settings into the GNOME keyring a python script is available: /usr/share/doc/mpop-gnome/scripts/mpop-gnome-tool.py It needs the following package to be present on your system: python-gnomekeyring (This package should be installed as a « Recommends ») This tool permits one to list, edit, modify, delete your mpop account settings. For more information on how to use it, execute the following command: # python /usr/share/doc/mpop-gnome/scripts/mpop-gnome-tool.py --help Vim syntax for mpop configuration files: ======================================== This feature is shipped with the mpop package and available through the Vim addons manager. To enable it as a user setting: # vim-addons install mpop To enable it as a system setting (as root): # vim-addons -w install mpop (you will need to install the package: vim-addon-manager) Once the mpop addon is enabled, you can use it with Vim thanks to the following command: :set filetype=mpop or :set ft=mpop It you want this feature to be always enabled in Vim, you should add the following rule in your ~/.vimrc: autocmd BufRead ~/.mpoprc set filetype=mpop debian/changelog0000644000000000000000000001477312140555610011053 0ustar mpop (1.0.28-1) unstable; urgency=low * New upstream release * Move to Debhelper dependency >=9 * Remove deprecated copy/delete of config.{sub,guess} in debian/rules -- Emmanuel Bouthenot Thu, 02 May 2013 18:45:17 +0000 mpop (1.0.27-1) unstable; urgency=low * New upstream release * Update Vcs-* fields * Bump Standards-Version to 3.9.3 * Add a lintian override about 'binaries-have-file-conflict' (false positive) -- Emmanuel Bouthenot Sat, 05 May 2012 08:04:15 +0000 mpop (1.0.26-1) unstable; urgency=low * New upstream release -- Emmanuel Bouthenot Sat, 28 Jan 2012 14:53:37 +0000 mpop (1.0.25-2) unstable; urgency=low * Switch debhelper compat to v9 -- Emmanuel Bouthenot Sun, 30 Oct 2011 09:39:07 +0000 mpop (1.0.25-1) unstable; urgency=low * New upstream release. * Update copyright file (syntax errors). -- Emmanuel Bouthenot Tue, 25 Oct 2011 20:09:35 +0000 mpop (1.0.24-2) unstable; urgency=low * Update debian/copyright to reflect licensing changes * Do not rely on default configure options while building mpop without GNOME keyring support (avoid mpop to be linked with some GNOME libs). -- Emmanuel Bouthenot Mon, 02 May 2011 18:57:16 +0200 mpop (1.0.24-1) unstable; urgency=low * New upstream release: - fix usage of deprecated GnuTLS functions (Closes: #624048) * Remove patch fix_hyphen_manpage (merged upstream) * Bump Standards-Version to 3.9.2 * Switch debian/copyright to DEP5 format * Remove deprecated override on mpop-gnome manpage -- Emmanuel Bouthenot Sun, 01 May 2011 08:50:53 +0000 mpop (1.0.23-1) unstable; urgency=low * New upstream release. * Convert patches to dep3 format. -- Emmanuel Bouthenot Fri, 04 Mar 2011 12:26:40 +0000 mpop (1.0.22-1) unstable; urgency=low * New upstream release * Fix Vcs-Browser field * Bump Standards-Version to 3.9.1 * Update copyright file (new year changes) * Add a patch to fix hyphen used as minus sign in manpage. -- Emmanuel Bouthenot Wed, 05 Jan 2011 16:07:35 +0000 mpop (1.0.21-1) unstable; urgency=low * New upstream release * Tiny debian/copyright updates * Fix typo in README.Debian * Bump Standards-Version to 3.9.0 (no changes) * Switch to dpkg-source 3.0 (quilt) format -- Emmanuel Bouthenot Thu, 22 Jul 2010 22:57:57 +0200 mpop (1.0.20-1) unstable; urgency=low * New upstream release * A python script to manage mpop accounts into the GNOME keyring is now shipped with the package (Closes: #556520) - Add a README.Debian to describe this script - Add a Recommends on python-gnomekeyring (needed to use this script) * Add vim syntax file for mpop through the Vim addons manager. -- Emmanuel Bouthenot Sat, 20 Mar 2010 16:50:26 +0000 mpop (1.0.19-2) unstable; urgency=low * Fix a FTBFS with recent versions of debhelper (Closes: #571347) * Maintainer became Debian Developer: adjust email, VCS and DM fields. * Bump Standards-Version to 3.8.4 (no changes). -- Emmanuel Bouthenot Sat, 27 Feb 2010 13:08:49 +0000 mpop (1.0.19-1) unstable; urgency=low * New upstream release * Remove the patch about hyphens in manpage (merged upstream). -- Emmanuel Bouthenot Wed, 28 Oct 2009 05:38:15 +0000 mpop (1.0.18-2) unstable; urgency=low * Update debian/control: change Section field to 'mail' which is more appropriate than 'net'. * seahorse will replace gnome-keyring-manager: adjust depends accordingly (Closes: #549072) * Add file README.source. -- Emmanuel Bouthenot Thu, 01 Oct 2009 03:53:52 +0000 mpop (1.0.18-1) unstable; urgency=low * New upstream release * Improve long descriptions following the suggestion of Gerfried Fuchs (Closes: #544897) * Bump Standards-Version to 3.8.3. * Refresh patches. -- Emmanuel Bouthenot Sat, 19 Sep 2009 11:40:48 +0000 mpop (1.0.17-1) unstable; urgency=low * New upstream release (Closes: #513223) * Adopting the package: setting me as maintainer (Closes: #484735). * Add a Homepage field. * Bump Standards-Version to 3.8.2. * Update debian/copyright: - point to the GPLv3 licence from /usr/share/common-licences instead of including the whole licence. - Add new copyright holders. - Cleaning and refactoring. * Add Vcs-Git and Vcs-Browser fields. * Switch packaging from CDBS to "plain debhelper". * Update debian/compat to version 7. * New binary package mpop-gnome (mpop with GNOME keyring support) which depends on "standard" mpop package and diverts /usr/bin/mpop. * Update patch which fixes lintian warnings about hyphens in mpop manpage. * Add DM-Upload-Allowed field. -- Emmanuel Bouthenot Fri, 14 Aug 2009 18:08:48 +0000 mpop (1.0.11-1) unstable; urgency=low * New Upstream Version * Updated debian/copyright * Remove mpop.html and mpop.pdf from package (Closes: #424583). -- Julien Louis Sat, 04 Aug 2007 09:14:35 +0200 mpop (1.0.10-1) unstable; urgency=low * New Upstream Version -- Julien Louis Tue, 12 Jun 2007 20:20:44 +0200 mpop (1.0.9-1) unstable; urgency=low * New Upstream Version -- Julien Louis Sun, 15 Apr 2007 21:36:39 +0200 mpop (1.0.8-1) unstable; urgency=low * New upstream release -- Julien Louis Sun, 01 Apr 2007 20:35:18 +0200 mpop (1.0.6-1) unstable; urgency=low [Julien Louis] * New upstream release [ Carlos Martín Nieto ] * Add patch to fix manpage output in utf-8 environment. -- Julien Louis Sat, 27 Jan 2007 10:28:17 +0100 mpop (1.0.5-1) unstable; urgency=low * New upstream release -- Julien Louis Sat, 18 Nov 2006 23:49:21 +0100 mpop (1.0.3-1) unstable; urgency=low * New upstream release (closes: #389284). * Fix long description formatting (closes: #389004). -- Julien Louis Mon, 25 Sep 2006 01:22:08 +0200 mpop (1.0.2-1) unstable; urgency=low * New upstream release * First upload into Debian, closes: #386138 [ Carlos Martín Nieto ] * Add the advantages of mpop over fetchmail in the description. -- Julien Louis Sat, 9 Sep 2006 16:37:36 +0200 mpop (1.0.1-1) unstable; urgency=low * Initial release -- Julien Louis Sun, 23 Jul 2006 08:24:48 +0200 debian/copyright0000644000000000000000000000653211647054453011140 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=174 Upstream-Name: mpop Upstream-Contact: Martin Lambers Source: http://mpop.sourceforge.net/ Files: * Copyright: 2000-2011, Martin Lambers License: GPL-3+ Files: src/mpop.c Copyright: 2008, Dimitrios Apostolou 2008, Jay Soffian 2008, Satoru SATOH 2010, Martin Stenberg License: GPL-3+ Files: src/pop3.c Copyright: 2008, Dimitrios Apostolou License: GPL-3+ Files: src/conf.c src/conf.h Copyright: 2010, Martin Stenberg License: GPL-3+ Files: src/netrc.c src/netrc.h Copyright: 1996, Gordon Matzigkeit 2001, Eric S. Raymond License: GPL-2+ Files: scripts/vim/mpop.vim Copyright: 2008, Simon Ruderich License: GPL-3+ Files: scripts/mpop-gnome-tool/mpop-gnome-tool.py Copyright: 2009, Gaizka Villate 2010, Emmanuel Bouthenot License: GPL-2+ Files: gnulib/* Copyright: 2004-2011, Free Software Foundation and others (sources of various origins) License: GPL-3+ or LGPL-3+ GNULib is a collection of unrelated source files. Each source file is provided under a different license (including GPL, LGPL, GFDL and others) and includes a license headers stating the terms that apply to that particular file. Files: debian/* Copyright: 2006-2007, Julien Louis 2006-2007, Carlos Martín Nieto 2009-2011, Emmanuel Bouthenot License: GPL-2+ License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. License: GPL-3+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . is distributed under the terms of the GNU General Public License, version 3 or later. . On Debian systems, the full text of the GNU General Public License version 3 can be found in the file `/usr/share/common-licenses/GPL-3'. debian/mpop-gnome.dirs0000644000000000000000000000003311511113506012115 0ustar usr/share/doc/mpop/scripts debian/mpop.manpages0000644000000000000000000000001311511113506011642 0ustar doc/mpop.1 debian/mpop.examples0000644000000000000000000000002311511113506011666 0ustar doc/mpoprc.example debian/compat0000644000000000000000000000000211653215250010364 0ustar 9 debian/mpop.yaml0000644000000000000000000000015511511113506011020 0ustar addon: mpop description: "allow syntax highlighting for mpop configuration files" files: - syntax/mpop.vim debian/rules0000755000000000000000000000207412140467365010261 0ustar #!/usr/bin/make -f CONFIGURE_COMMON_OPTS := --with-libgsasl --with-libidn --with-ssl=gnutls override_dh_auto_configure: # prepare first build: mpop mkdir -p build ln -s $(CURDIR)/debian build/debian ln -s $(CURDIR)/configure build/configure cd build && \ dh_auto_configure -- \ ${CONFIGURE_COMMON_OPTS} --without-gnome-keyring # prepare second build: mpop with GNOME Keyring support mkdir -p build-gnome ln -s $(CURDIR)/debian build-gnome/debian ln -s $(CURDIR)/configure build-gnome/configure cd build-gnome && \ dh_auto_configure -- \ ${CONFIGURE_COMMON_OPTS} --with-gnome-keyring override_dh_auto_build: $(MAKE) -C build $(MAKE) -C build-gnome override_dh_auto_install: $(MAKE) -C build install DESTDIR=$(CURDIR)/debian/tmp override_dh_compress: dh_compress -X mpop-gnome-tool.py override_dh_link: # hook to create a symlink between /usr/share/doc/mpop-gnome # and /usr/share/doc/mpop rm -rf $(CURDIR)/debian/mpop-gnome/usr/share/doc/mpop-gnome dh_link override_dh_auto_clean: rm -rf build build-gnome dh_clean %: dh $@ --with autotools_dev