debian/0000755000000000000000000000000012203371647007173 5ustar debian/procmail-lib.lintian-overrides0000644000000000000000000000057712203365221015125 0ustar # These are different change log files procmail-lib binary: duplicate-changelog-files usr/share/doc/procmail-lib/changelog.gz usr/share/doc/procmail-lib/lib-aalto/ChangeLog.doc.gz # These are different example files procmail-lib binary: duplicate-files usr/share/doc/procmail-lib/examples/procmailrc-example.gz usr/share/doc/procmail-lib/lib-stebbens/examples/procmailrc-example.gz debian/control0000644000000000000000000000154412154055115010574 0ustar Source: procmail-lib Section: mail Priority: optional Maintainer: Jari Aalto Build-Depends: debhelper (>= 9) Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/procmail-lib.git Vcs-Git: git://anonscm.debian.org/collab-maint/procmail-lib.git Homepage: http://freshmeat.net/projects/procmail-lib Package: procmail-lib Architecture: all Depends: ${misc:Depends}, procmail, perl Description: procmail library of plug-in recipes Procmail Module Library is a collection of many plug-in modules for the Procmail mail processing utility. The modules allow common tasks like parsing dates, times, MIME, and email addresses, forwarding mail, dealing with POP3, spam shielding, running email cron jobs, handling daemon messages, and more. . Includes also all of Alan Stebben's recipes (the pioneer of Procmail). debian/watch0000644000000000000000000000014112147346260010220 0ustar version=3 http://download.savannah.gnu.org/releases/procmail-lib/ .*procmail-lib-([\d.]+).tar.gz debian/source/0000755000000000000000000000000012147346260010473 5ustar debian/source/format0000644000000000000000000000001412147346260011701 0ustar 3.0 (quilt) debian/procmail-lib.examples0000644000000000000000000000004012147346260013277 0ustar lib-stebbens/procmailrc-example debian/copyright0000644000000000000000000000540112154055713011124 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0 X-Format: http://dep.debian.net/deps/dep5 Upstream-Name: procmail-lib Upstream-Contact: Jari Aalto Source: http://savannah.nongnu.org/projects/procmail-lib Comment: See also http://freshmeat.net/projects/procmail-lib Files: * Copyright: 1997-2008 Jari Aalto License: GPL-2+ Files: *.html *.txt Copyright: 1997-2008 Jari Aalto License: GPL-2+-or-GFDL-1.2+ Files: lib-stebbens/* Copyright: 1995-1997 Alan Stebbens License: GPL-2+ Files: debian/* Copyright: 2008-2010, 2012-2013 Jari Aalto 2007 Michael Ablassmeier 2001-2003 Elie Rosenblum , 2000 Dr. Guenter Bechly 1999 Raphael Hertzog 1997-1998 Karl M. Hegbloom , 1996 Karl Sackett License: GPL-2+ License: GPL-2+ This package 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 package 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 . . On Debian systems, the complete text of the GNU General Public License can be found in "/usr/share/common-licenses/GPL-2". License: GPL-2+-or-GFDL-1.2+ Exception: The documentation of project "Procmail Module Library" (*.txt and *.html files) is DUAL LICENCED and may be distributed under the terms of GNU General Public License (GNU GPL) --see above--; *or*, at your option, distributed under the terms of GNU Free Documentation License (GNU FDL). . The end user can continue to distribute the documentation in this dual licence form *or* select the other license (GNU GPL, GNU FDL) and remove the unwanted one. . Copyright (C) 1997-2008 Jari Aalto . Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License"; see the file COPYING.GNU-GFDL. . Visit for more information. debian/rules0000755000000000000000000000147412147346260010261 0ustar #!/usr/bin/make -f PACKAGE = procmail-lib PKGDIR = $(shell pwd)/debian/$(PACKAGE) PKGDOCDIR = $(PKGDIR)/usr/share/doc/$(PACKAGE) DIRLINTIAN = $(PKGDIR)/usr/share/lintian/overrides override_dh_auto_install: # The *.1 might be regenerated by the Makefile. Save and # restore original to prevent it from appearing in a Debian # diff cp lib-stebbens/proclint.1 lib-stebbens/proclint.1.orig $(MAKE) DESTDIR=$(PKGDIR) prefix=/usr install mv lib-stebbens/proclint.1.orig lib-stebbens/proclint.1 # Do not include standard GNU license files in Debian package rm -f $(PKGDOCDIR)/lib-stebbens/GNU-LICENSE* rm -f $(PKGDOCDIR)/lib-stebbens/Copyright # Install Lintian override file install -d $(DIRLINTIAN) install -m 644 debian/$(PACKAGE).lintian-overrides $(DIRLINTIAN)/$(PACKAGE) %: dh $@ # End of file debian/procmail-lib.doc-base0000644000000000000000000000054512147346260013150 0ustar Document: procmail-lib Title: Procmail module library documentation Author: Jari Aalto Abstract: Procmail module documentation Section: File Management Format: HTML Index: /usr/share/doc/procmail-lib/lib-aalto/manual/index.html Files: /usr/share/doc/procmail-lib/lib-aalto/manual/index-toc.html /usr/share/doc/procmail-lib/lib-aalto/manual/index-body.html debian/prerm0000755000000000000000000000024412147346260010246 0ustar #!/bin/sh set -e # Remove old sumlink: potato, woody upgrade if [ -L /usr/lib/procmail-lib ]; then rm -f /usr/lib/procmail-lib fi #DEBHELPER# # End of file debian/compat0000644000000000000000000000000212147347121010366 0ustar 9 debian/changelog0000644000000000000000000001576212152450136011052 0ustar procmail-lib (1:2009.1202-4) unstable; urgency=low * debian/control: - (Description): Fix typo (Closes: #709327). Thanks to Jakub Wilk - (Vcs-*): Update to anonscm.debian.org. * debian/copyright - Update years and adjust list of Debian maintainers to match entries in debian/changelog. - (Source): Add missing URL (Closes: #709331). -- Jari Aalto Sat, 01 Jun 2013 22:49:50 +0300 procmail-lib (1:2009.1202-3) unstable; urgency=low * debian/compat - Update to 9. * debian/control: - (Build-Depends): debhelper 9. - (Standards-Version): Update to 3.9.4. * debian/copyright - Update to Format 1.0. * debian/procmail-lib.lintian-overrides - New file. * debian/rules - Simplify to dh(1) rules. -- Jari Aalto Sat, 27 Oct 2012 15:15:13 +0300 procmail-lib (1:2009.1202-2) unstable; urgency=low * Move to format: 3.0 (quilt). * debian/control: - (Depends): Add ${misc:Depends} for debhelper (lintian). - (Standards-Version): update to 3.8.4. * debian/copyright - Minor layout update. * debian/prerm - add #DEBHELPER# (lintian). * debian/procmail-lib.examples - Move content from 'rules' for dh(1) to use. * debian/README.Debian - Update content and delete obsolete documentation (2003). * debian/rules - Remove targets that can be handled by dh(1). * debian/source/format - New file. -- Jari Aalto Sun, 07 Mar 2010 13:25:26 +0200 procmail-lib (1:2009.1202-1) unstable; urgency=low * New upstream release - document JA_MIME_TYPE (Closes: #388526). - lib-stebbens/proclint: Upstream sources contains BUGS section that document limitations and existing problems (Closes: #41297). * debian/control - (Standards-Version): update to 3.8.3. * debian/procmail-lib.doc-base - New file. * debian/rules - (binary-indep): install upstream changelogs - (install): prevent generated *.1 from appearing id Debian diff. -- Jari Aalto Wed, 02 Dec 2009 15:21:36 +0000 procmail-lib (1:2009.0810-1) unstable; urgency=low * New upstream release. - proclint warns on every argument given (Closes: #508197). - proclint better man page (Closes: #440218). Thanks to Dan Jacobson . - proclint return an error code (Closes: #460992). - proclint warns on every argument given (Closes: #508197). - pm-jamime-save.rc does not save MIME attachment (Closes: #422464). Patch tanks to "Sándor Bognár" * debian/*.prerm - Remove old symlink from woody upgrade (Closes: #334268). * debian/control - (Standards-Version): update to 3.8.2. - (Description): new first line. * debian/copyright - Spell out GPL-2 (lintian). * debian/rules - (install): use dh_prep (lintian). -- Jari Aalto Mon, 10 Aug 2009 16:47:52 +0000 procmail-lib (1:2008.1108-1) unstable; urgency=low * New maintainer (ITA; Closes: #430981). * New Upstream Version. * debian/compat: - Update to 7. * debian/control: - (Standards-Version): Update to 3.8.0. - (Homepage, Vcs-*): New headers. - (Description): Broaden the paragraphs. * debian/copyright: - Update to latest template. Add Debian copyrights. * debian/docs:: - Delete file. No longer needed. New release's Makefile handles documentation install. * debian/postinst: - Delete file. Old (1997) /usr/lib/procmail-lib fix. * debian/proclint.1: - Delete file. New release includes manual page. * debian/rules: - (binary-indep): Move rules from binary-arch. - (clean): Use package's Makefile. - (install): Remove manual file copying and use package's Makefile. * debian/watch - New file. -- Jari Aalto Sat, 08 Nov 2008 19:19:38 +0000 procmail-lib (1:2004.1216-1) unstable; urgency=low * QA upload. * New Upstream release (Closes: #275057, #322898) * Fix description (Closes: #277583, #277584) * Set maintainer to QA Group; Orphaned: #430981 * Bump debhelper compat * Move debhelper from B-D-I to B-D * Lets use dh_installman instead of dh_installmanapges * Conforms with latest Standards Version 3.7.2 -- Michael Ablassmeier Fri, 13 Jul 2007 07:14:08 +0200 procmail-lib (1:2002.01.02-1) unstable; urgency=low * New upstream source includes full old source and new stuff. Described in README.Debian. -- Elie Rosenblum Tue, 26 Aug 2003 15:09:49 -0400 procmail-lib (1:1997.07.22-2) unstable; urgency=low * Fixed broken NMU (thanks :P) (Closes: #112121) -- Elie Rosenblum Sun, 11 Nov 2001 15:58:38 -0500 procmail-lib (1:1997.07.22-1) unstable; urgency=low * New maintainer, closes: #100254 * New upstream release -- Elie Rosenblum Thu, 23 Aug 2001 18:06:02 -0400 procmail-lib (1:1996.08.16-1) unstable; urgency=low * New upstream release; closes: #96456 * Package completely updated. * Corrected path to /usr/bin/perl in proclint. * Corrected path to /usr/bin/proclint in list-addr.rc. -- Dr. Guenter Bechly Fri, 11 May 2001 20:48:49 +0200 procmail-lib (1:1995.08.28-5) unstable; urgency=low * Updated policy to 3.5.2. * Corrected version number (which erroneously suggested a NMU before). -- Dr. Guenter Bechly Sat, 7 Apr 2001 15:22:03 +0200 procmail-lib (1:1995.08.28-4.3) unstable; urgency=low * Updated package to new Standards-Version. -- Dr. Guenter Bechly Thu, 11 Jan 2001 15:39:27 +0100 procmail-lib (1:1995.08.28-4.2) unstable; urgency=low * adopted package, closes: #68163 * emended control and copyright file * corrected rules for doc and man to the new standard path /usr/share * added postinst and prerm files, but rules is not yet adjusted so they are not functional yet -- Dr. Guenter Bechly Sun, 24 Dec 2000 11:04:56 +0100 procmail-lib (1:1995.08.28-4.1) unstable; urgency=low * NMU for the perl upgrade. Closes: #41526 * Corrected the perl dependency. * Upgraded standards-version to 2.5.1. * Added an undocumented link for proclint.1. -- Raphael Hertzog Fri, 23 Jul 1999 23:42:46 +0200 procmail-lib (1:1995.08.28-4) unstable; urgency=low * Changed maintainer address and standards version. -- Karl M. Hegbloom Wed, 8 Apr 1998 07:02:11 -0700 procmail-lib (1:1995.08.28-3) unstable; urgency=low * Update standards version. Fixes bug #16759 -- Karl M. Hegbloom Thu, 8 Jan 1998 13:49:58 -0800 procmail-lib (1:1995.08.28-2) unstable; urgency=low * use epochs in date-encoded version number (bug #12682) * New maintainer -- Karl M. Hegbloom Tue, 16 Sep 1997 09:36:52 -0700 procmail-lib (950828-1) unstable; urgency=low * First Debian release. * proclint: perl path changed to /usr/bin/perl. -- Karl Sackett Tue, 3 Dec 1996 13:09:58 -0600 debian/README.Debian0000644000000000000000000000101412147346260011230 0ustar procmail-lib for Debian ----------------------- To use modules from ~/.procmailrc add this: PMSRC = /usr/share/procmail-lib To activate and use modules, see: /usr/share/doc/procmail-lib/lib-stebbens/01README.txt /usr/share/doc/procmail-lib/lib-aalto/manual/index.html For more information about using procmail, visit "Procmail Documentation Project" at: http://pm-doc.sourceforge.net http://pm-doc.sourceforge.net/pm-tips.html -- Jari Aalto , Sun, 20 Dec 2009 21:30:26 +0200