debian/0000755000000000000000000000000011760651541007174 5ustar debian/NEWS0000644000000000000000000000030711536255637007702 0ustar imapfilter (1.0rc1-1) unstable; urgency=low Now imapfilter uses LUA 5.0 as configuration/extension language. -- Francesco Paolo Lovergine Mon, 3 May 2004 23:18:41 +0200 debian/dirs0000644000000000000000000000013711536225501010053 0ustar usr/bin usr/share/man usr/share/doc usr/share/doc/imapfilter usr/share/doc/imapfilter/examples debian/docs0000644000000000000000000000001411536225501010034 0ustar NEWS README debian/control0000644000000000000000000000112711757662655010616 0ustar Source: imapfilter Section: mail Priority: optional Maintainer: Francesco Paolo Lovergine Build-Depends: debhelper (>= 9), libssl-dev, liblua5.2-dev, libpcre3-dev Standards-Version: 3.9.3 Homepage: https://github.com/lefcha/imapfilter Package: imapfilter Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: filter mail in your IMAP account Imapfilter is a client application that allows you to filter mail in your imap mail account. When used in conjunction with mutt, as your precommand, it allows you to have your mail sorted into imap folders. debian/rules0000755000000000000000000000233211760651424010254 0ustar #!/usr/bin/make -f # Sample debian/rules that uses debhelper. # GNU copyright 1997 to 1999 by Joey Hess. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS))) CFLAGS += -g endif ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) INSTALL_PROGRAM += -s endif configure: configure-stamp configure-stamp: dh_testdir # No configuration is required touch $@ build: build-stamp build-stamp: configure-stamp dh_testdir $(MAKE) touch $@ clean: real-clean real-clean: dh_testdir dh_testroot [ ! -f Makefile ] || $(MAKE) clean dh_clean install: build dh_testdir dh_testroot dh_prep dh_installdirs $(MAKE) install DESTDIR=$(CURDIR)/debian/imapfilter # Build architecture-independent files here. binary-indep: build install # We have nothing to do by default. # Build architecture-dependent files here. binary-arch: build install dh_testdir dh_testroot dh_installdocs dh_installexamples dh_installman dh_installchangelogs dh_link dh_strip dh_compress -X.lua dh_fixperms dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install configure real-clean debian/watch0000644000000000000000000000011611536227002010213 0ustar version=3 http://githubredir.debian.net/github/lefcha/imapfilter (.+).tar.gz debian/changelog0000644000000000000000000001700511760651541011051 0ustar imapfilter (1:2.5.2-2) unstable; urgency=low * Man pages moved to correct location. Fixed Makefile patch for that. (closes: #674800) -- Francesco Paolo Lovergine Mon, 28 May 2012 12:25:10 +0200 imapfilter (1:2.5.2-1) unstable; urgency=low * New upstream release. * Policy bumped to 3.9.3. No changes required. * Now building with Lua 5.2. * Debhelper level set to 9. -- Francesco Paolo Lovergine Fri, 25 May 2012 12:55:11 +0200 imapfilter (1:2.2.3-1) unstable; urgency=low * New upstream bufix release. (closes: #616646) * Moved to debian source format 3.0 and quilt. * Now imapfilter has moved to github, changed both debian/watch and homepage field in debian/control. * Policy bumped to 3.9.1, with no changes. * Debhelper level set to 8. -- Francesco Paolo Lovergine Fri, 11 Mar 2011 00:11:51 +0100 imapfilter (1:2.2.2-1) unstable; urgency=low * New upstream bugfix release. * Policy bumped to 3.8.4, no changes. -- Francesco Paolo Lovergine Mon, 19 Apr 2010 17:08:06 +0200 imapfilter (1:2.2-1) unstable; urgency=low * New upstream release. * Added ${misc:Depends} macro to make lintian happy. -- Francesco Paolo Lovergine Tue, 19 Jan 2010 23:08:03 +0100 imapfilter (1:2.1.2-1) unstable; urgency=low * New upstream release. -- Francesco Paolo Lovergine Fri, 04 Dec 2009 00:22:57 +0100 imapfilter (1:2.0.11-1) unstable; urgency=low * New upstream release. * Debhelper level changed to 7. * Policy bumped to 3.8.3. * Patch Makefile.dpatch updated. * The debian/rules file has been cleaned and adapted to policy. -- Francesco Paolo Lovergine Mon, 21 Sep 2009 14:01:33 +0200 imapfilter (1:2.0.10-1) unstable; urgency=low * New upstream release -- Francesco Paolo Lovergine Wed, 20 Feb 2008 11:04:22 +0100 imapfilter (1:2.0.8-1) unstable; urgency=low * New upstream release -- Francesco Paolo Lovergine Sun, 23 Dec 2007 09:14:17 +0100 imapfilter (1:2.0.6-1) unstable; urgency=low * New upstream release * Policy bumped to 3.7.3 (no changes). * Makefile.dapatch changed to remove -lm superfluous linking. -- Francesco Paolo Lovergine Tue, 11 Dec 2007 11:23:00 +0100 imapfilter (1:2.0.4-2) unstable; urgency=low * Fixed Makefile patch due to upstream changes in macros use. (closes: #444944,#444945) -- Francesco Paolo Lovergine Tue, 02 Oct 2007 10:24:04 +0200 imapfilter (1:2.0.4-1) unstable; urgency=low * New upstream release. Makefile patch fixed. * Introduced homepage field in debian/control. -- Francesco Paolo Lovergine Mon, 01 Oct 2007 17:35:12 +0200 imapfilter (1:2.0.3-1) unstable; urgency=low * New upstream release, with major bugfixes. -- Francesco Paolo Lovergine Fri, 27 Jul 2007 10:56:23 +0200 imapfilter (1:2.0.2-1) unstable; urgency=low * New upstream release. Fixes message caching issue. (closes: #431406) -- Francesco Paolo Lovergine Mon, 02 Jul 2007 12:47:45 +0200 imapfilter (1:2.0.1-1) unstable; urgency=low * New upstream release, fixes backward compatibility. -- Francesco Paolo Lovergine Fri, 29 Jun 2007 12:39:52 +0200 imapfilter (1:2.0-1) unstable; urgency=low * New upstream release -- Francesco Paolo Lovergine Thu, 28 Jun 2007 14:39:24 +0200 imapfilter (1:1.3-1) unstable; urgency=low * New upstream release. * Moved to lua 5.1. * Added PCRE build-dependency. * Moved to debhelper level 5. -- Francesco Paolo Lovergine Tue, 24 Apr 2007 11:11:48 +0200 imapfilter (1:1.2.2-2) unstable; urgency=low * Added a missing watch file. -- Francesco Paolo Lovergine Thu, 3 Aug 2006 14:43:23 +0200 imapfilter (1:1.2.2-1) unstable; urgency=low * New upstream release, with minor bug-fixes. * Policy bumped to 3.7.2 without changes. * Updated copyright file with new information * Added homepage to long description in debian/control -- Francesco Paolo Lovergine Thu, 3 Aug 2006 14:22:16 +0200 imapfilter (1:1.2.1-1) unstable; urgency=medium * New upstream release (closes: #355506, #355925). Thanks a lot upstream and reporters. -- Francesco Paolo Lovergine Fri, 10 Mar 2006 10:33:20 +0100 imapfilter (1:1.2-1) unstable; urgency=low * New upstream release. (closes: #353965) * Moved to compatibility level 4, no changes. -- Francesco Paolo Lovergine Fri, 3 Mar 2006 17:12:28 +0100 imapfilter (1:1.1.1-1) unstable; urgency=low * New upstream release -- Francesco Paolo Lovergine Fri, 11 Nov 2005 15:58:05 +0100 imapfilter (1:1.1-2) unstable; urgency=high * Removed a double free, present from old days in debian version. (closes: #326007) -- Francesco Paolo Lovergine Wed, 21 Sep 2005 13:22:49 +0200 imapfilter (1:1.1-1) unstable; urgency=low * New upstream release. * Unapplied pathmax.dpatch, integrated upstream. * Introduced Makefile.dpatch to create a custom makefile instead of debian/Makefile.debian. That's more nice on updates. -- Francesco Paolo Lovergine Fri, 26 Aug 2005 12:19:48 +0200 imapfilter (1:1.0-2) unstable; urgency=low * Added dpatch support in rules and control files. * Added an upstream patch for hurd PATH_MAX problem. Now path names can be of any dimension. [ patch name: pathmax.dpatch ] (closes: #257090) -- Francesco Paolo Lovergine Fri, 9 Jul 2004 13:40:59 +0200 imapfilter (1:1.0-1) unstable; urgency=low * New upstream release. Now sample lua file is correct upstream too. -- Francesco Paolo Lovergine Tue, 25 May 2004 11:42:41 +0200 imapfilter (1.0rc4-2) unstable; urgency=low * Typo in the fixating example lua file. Now corrected. -- Francesco Paolo Lovergine Thu, 13 May 2004 11:10:25 +0200 imapfilter (1.0rc4-1) unstable; urgency=low * New upstream release * Fixating sample lua file sample.config.lua (closes: #248290) -- Francesco Paolo Lovergine Wed, 12 May 2004 12:37:49 +0200 imapfilter (1.0rc1-1) unstable; urgency=low * New upstream release. Now the program uses lua, so added build-dep (debian/control) -- Francesco Paolo Lovergine Mon, 3 May 2004 23:18:41 +0200 imapfilter (0.9.5-1) unstable; urgency=low * New upstream release * New maintainer (closes: #231458) * Policy updated to 3.6.1 * README.Debian has been removed, being superfluous. * Copyright file revised. -- Francesco Paolo Lovergine Fri, 6 Feb 2004 22:25:13 +0100 imapfilter (0.9.2-1) unstable; urgency=low * New upstream release -- michael cardenas Mon, 25 Aug 2003 15:41:08 -0700 imapfilter (0.8.3-1) unstable; urgency=low * New upstream source. * Corrected capitalization in description. closes: #163713 -- Michael Cardenas Sun, 20 Oct 2002 18:32:13 -0700 imapfilter (0.7.3-2) unstable; urgency=low * Various clean ups. Removed extraneous dh_make templates, truncated the debian readme at 80 characters. -- Michael Cardenas Tue, 20 Aug 2002 15:24:53 -0700 imapfilter (0.7.3-1) unstable; urgency=low * Initial Release. -- michael cardenas Sat, 20 Jul 2002 04:12:10 -0700 debian/compat0000644000000000000000000000000211536254744010377 0ustar 8 debian/source/0000755000000000000000000000000011536255065010476 5ustar debian/source/format0000644000000000000000000000001411536255047011704 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000011760651511010620 5ustar debian/patches/Makefile0000644000000000000000000000163311760651511012263 0ustar Index: imapfilter-2.5.2/src/Makefile =================================================================== --- imapfilter-2.5.2.orig/src/Makefile 2012-05-25 13:22:28.000000000 +0200 +++ imapfilter-2.5.2/src/Makefile 2012-05-28 12:28:20.000000000 +0200 @@ -1,24 +1,24 @@ -DESTDIR = -PREFIX = /usr/local +DESTDIR = +PREFIX = /usr BINDIR = $(PREFIX)/bin SHAREDIR = $(PREFIX)/share/imapfilter -MANDIR = $(PREFIX)/man +MANDIR = $(PREFIX)/share/man MYCFLAGS = MYLDFLAGS = MYLIBS = -INCDIRS = +INCDIRS = -I/usr/include/lua5.2 LIBDIRS = -LIBLUA = -llua +LIBLUA = -llua5.2 LIBPCRE = -lpcre LIBSSL = -lssl LIBCRYPTO = -lcrypto CFLAGS = -Wall -O -DCONFIG_SHAREDIR='"$(SHAREDIR)"' $(INCDIRS) $(MYCFLAGS) LDFLAGS = $(LIBDIRS) $(MYLDFLAGS) -LIBS = -lm $(LIBLUA) $(LIBPCRE) $(LIBSSL) $(LIBCRYPTO) $(MYLIBS) +LIBS = $(LIBLUA) $(LIBPCRE) $(LIBSSL) $(LIBCRYPTO) $(MYLIBS) MAN1 = imapfilter.1 MAN5 = imapfilter_config.5 debian/patches/series0000644000000000000000000000001111536256476012041 0ustar Makefile debian/copyright0000644000000000000000000000242711536225501011126 0ustar This package was debianized by michael cardenas on Sat, 20 Jul 2002 04:12:10 -0700. It was downloaded from http://imapfilter.hellug.gr/ Upstream Author: Lefteris Chatzibarbas Copyright: Copyright (c) 2001-2009 Lefteris Chatzibarbas Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/examples0000644000000000000000000000004611536257224010736 0ustar samples/config.lua samples/extend.lua