--- pop3browser-0.4.1.orig/debian/copyright +++ pop3browser-0.4.1/debian/copyright @@ -0,0 +1,11 @@ +Copyright 2001 by Christoph G. Baumann + +The GNU General Public License applies to the program pop3browser. + + +You should have received a copy of the GNU General Public License with +your Debian GNU system, in /usr/share/common-licenses/GPL, or with the +Debian GNU gnupg source package as the file COPYING. If not, write to +the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, +MA 02110-1301, USA. + --- pop3browser-0.4.1.orig/debian/compat +++ pop3browser-0.4.1/debian/compat @@ -0,0 +1 @@ +7 --- pop3browser-0.4.1.orig/debian/changelog +++ pop3browser-0.4.1/debian/changelog @@ -0,0 +1,75 @@ +pop3browser (0.4.1-4) unstable; urgency=low + + * fix more lintian bugs + + -- Christoph Baumann Sun, 06 May 2012 22:14:30 +0200 + +pop3browser (0.4.1-3) unstable; urgency=low + + * fix several lintian bugs + + -- Christoph Baumann Tue, 24 Apr 2012 23:52:37 +0200 + +pop3browser (0.4.1-2) unstable; urgency=low + + * maintainer upload. + + -- Christoph Baumann Thu, 12 Apr 2012 19:01:58 +0200 + +pop3browser (0.4.1-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Remove libmd5-perl from Recommends. (Closes: #539011) + + -- Tim Retout Sun, 27 Dec 2009 00:07:43 +0000 + +pop3browser (0.4.1-1) unstable; urgency=low + + * fixed 'quit' command not deleting marked messages + + -- Christoph Baumann Sun, 17 Apr 2005 01:07:03 +0100 + +pop3browser (0.4-1) unstable; urgency=low + + * added new command 'mailbox' courtesy of Wulf Forrester-Barker + + -- Christoph Baumann Sun, 20 Feb 2005 22:15:54 +0100 + +pop3browser (0.3.1-1) unstable; urgency=low + + * applied patch from Sebastian Henschel (closes: Bug#220613) + * added a recommendation for libmd5-perl (closes: Bug#223057) + + -- Christoph Baumann Tue, 13 Apr 2004 23:07:45 +0100 + +pop3browser (0.3-1) unstable; urgency=low + + * adding headpattern and bodylines options to the + config file (closes: Bug#218160) + * adding an optional protocol entry in the config + file (closes: Bug#216847) + * corrected the cause for some lintian reports + + -- Christoph Baumann Mon, 3 Nov 2003 16:35:38 +0100 + +pop3browser (0.2-1) unstable; urgency=low + + * implemented 'undel' and 'unkill' (closes: Bug#216845) + * automatically change a "*" expression to ".*" (closes: Bug#211753) + * catch illegal message numbers + * optimized 'kill' and 'unkill' + + -- Christoph Baumann Thu, 23 Oct 2003 12:13:36 +0100 + +pop3browser (0.1-2) unstable; urgency=low + + * implemented 'open' and 'exit' (closes: Bug#134325) + * inserted code to avoid a race condition in case of no network set up + + -- Christoph Baumann Sun, 04 Mar 2002 00:58:23 +0100 + +pop3browser (0.1-1) unstable; urgency=low + + * Initial release (closes: Bug#129278) + + -- Christoph Baumann Sun, 13 Jan 2002 18:31:18 +0100 --- pop3browser-0.4.1.orig/debian/rules +++ pop3browser-0.4.1/debian/rules @@ -0,0 +1,44 @@ +#!/usr/bin/make -f + +DEBDIR=debian/pop3browser/DEBIAN +BINDIR=debian/pop3browser/usr/bin +DOCDIR=debian/pop3browser/usr/share/doc/pop3browser + +build-arch: build +build-indep: build + +build: + set -e; + touch build + +clean: + -rm -f build + dh_clean + rm -f debian/*.log + +binary-indep: checkroot build +#perl script + install -d ${BINDIR} + install -p -m 755 pop3browser ${BINDIR} +#documentation + dh_installdocs README + dh_installdocs TODO + dh_installchangelogs + dh_installman pop3browser.1 + dh_compress +#postinst and postrm + dh_installdeb +#build package + dh_perl + dh_gencontrol + dh_md5sums + dh_builddeb + +binary-arch: checkroot build + +binary: binary-indep binary-arch + +checkroot: + dh_testroot + +.PHONY: binary binary-arch binary-indep clean checkroot --- pop3browser-0.4.1.orig/debian/control +++ pop3browser-0.4.1/debian/control @@ -0,0 +1,14 @@ +Source: pop3browser +Section: mail +Priority: optional +Maintainer: Christoph G. Baumann +Standards-Version: 3.9.3 +Build-Depends-Indep: perl +Build-Depends: debhelper + +Package: pop3browser +Architecture: all +Depends: ${perl:Depends}, libnet-perl, ${misc:Depends} +Description: Allows to check a pop3 mailbox before downloading any mail + pop3browser is intended to delete unwanted (SPAM) mails before downloading + via a low-bandwidth connection.