debian/0000755000000000000000000000000011336076257007200 5ustar debian/control0000644000000000000000000000352011336076126010576 0ustar Source: libmail-srs-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: gregor herrmann , Ansgar Burchardt Build-Depends: debhelper (>= 7.0.50~) Build-Depends-Indep: perl, libdigest-hmac-perl, libmldbm-perl, libtest-pod-perl, libtest-pod-coverage-perl Standards-Version: 3.8.4 Homepage: http://search.cpan.org/dist/Mail-SRS/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmail-srs-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmail-srs-perl/ Package: libmail-srs-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libdigest-hmac-perl, libmldbm-perl Description: interface to Sender Rewriting Scheme The Sender Rewriting Scheme preserves .forward functionality in an SPF-compliant world. . SPF requires the SMTP client IP to match the envelope sender (return-path). When a message is forwarded through an intermediate server, that intermediate server may need to rewrite the return-path to remain SPF compliant. If the message bounces, that intermediate server needs to validate the bounce and forward the bounce to the original sender. Package: srs Architecture: all Section: mail Depends: ${misc:Depends}, libmail-srs-perl Description: command-line Sender Rewriting Scheme client The Sender Rewriting Scheme preserves .forward functionality in an SPF-compliant world. . SPF requires the SMTP client IP to match the envelope sender (return-path). When a message is forwarded through an intermediate server, that intermediate server may need to rewrite the return-path to remain SPF compliant. If the message bounces, that intermediate server needs to validate the bounce and forward the bounce to the original sender. . This package contains the srs client that can be used in your .forward files. debian/srs.examples0000644000000000000000000000000511336074512011532 0ustar eg/* debian/copyright0000644000000000000000000000205411336000517011116 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Shevek Source: http://search.cpan.org/dist/Mail-SRS/ Name: Mail-SRS Copyright: © 2004, Shevek License: Artistic or GPL-1+ Files: debian/* Copyright: © 2004-2007, Eric Dorland © 2010, Ansgar Burchardt License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. On Debian GNU/Linux systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic' License: GPL-1+ 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 1, or (at your option) any later version. On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL' debian/srs.install0000644000000000000000000000012011065012600011345 0ustar debian/tmp/usr/bin/* usr/bin debian/tmp/usr/share/man/man1/* usr/share/man/man1 debian/watch0000644000000000000000000000015311212456050010212 0ustar version=3 http://search.cpan.org/dist/Mail-SRS/ .*/Mail-SRS-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/compat0000644000000000000000000000000211336000517010360 0ustar 7 debian/changelog0000644000000000000000000000467311336076144011057 0ustar libmail-srs-perl (0.31-5) unstable; urgency=low [ gregor herrmann ] * Take over for the Debian Perl Group; Closes: #421536 -- ITA * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Removed: XS- Vcs-Svn fields (source stanza). Changed: Maintainer set to Debian Perl Group (was: QA Group ); added: /me to Uploaders. * debian/watch: use dist-based URL. * debian/control: Added: ${misc:Depends} to Depends: field. [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Ansgar Burchardt ] * Refresh rules for debhelper 7. * debian/control: Add build-dep on libtest-pod-perl, libtest-pod-coverage-perl to enable additional tests. * Convert debian/copyright to proposed machine-readable format. * Use source format 3.0 (quilt). * Bump Standards-Version to 3.8.4. * Add myself to Uploaders. [ gregor herrmann ] * Install example scripts. * Remove versions from build dependencies. -- Ansgar Burchardt Sun, 14 Feb 2010 21:13:55 +0900 libmail-srs-perl (0.31-4) unstable; urgency=low * The "You're a bad child, and I hate you" release. * debian/control: - Standard-Version to 3.7.2.2. - Set Maintainer to the QA group, orphaning the package. - Add Vcs-* headers for its new git repo. -- Eric Dorland Sun, 05 Aug 2007 13:50:03 -0400 libmail-srs-perl (0.31-3) unstable; urgency=low * debian/control: - Upgrade Standards-Version to 3.7.2.0. - Use Build-Depends instead of Build-Depends-Indep for things that need to be there for the clean target. -- Eric Dorland Thu, 15 Jun 2006 22:16:28 -0400 libmail-srs-perl (0.31-2) unstable; urgency=low * debian/control: - Upgrade Standards-Version to 3.6.2.2. - Change Build-Depends to Build-Depends-Indep. * debian/watch: Add watch file. * debian/copyright: Clean up reference to Perl license. -- Eric Dorland Sun, 12 Mar 2006 19:19:14 -0500 libmail-srs-perl (0.31-1) unstable; urgency=medium * New upstream release. No reason why this shouldn't be in testing. -- Eric Dorland Tue, 9 Nov 2004 23:34:00 -0500 libmail-srs-perl (0.30-1) unstable; urgency=low * New upstream release. (Closes: #243967) -- Eric Dorland Thu, 15 Apr 2004 19:39:51 -0400 debian/source/0000755000000000000000000000000011336076205010471 5ustar debian/source/format0000644000000000000000000000001411336076256011705 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000034511336075404010253 0ustar #!/usr/bin/make -f PACKAGE = srs TMP = $(CURDIR)/debian/$(PACKAGE) %: dh $@ override_dh_installexamples: dh_installexamples sed -i '1s|^#!/sbin/runscript|#!/bin/sh|' $(TMP)/usr/share/doc/$(PACKAGE)/examples/gentoo/srsd debian/libmail-srs-perl.install0000644000000000000000000000012411065012600013720 0ustar debian/tmp/usr/share/perl5 usr/share/ debian/tmp/usr/share/man/man3 usr/share/man/