--- libmail-verp-perl-0.06+dfsg.orig/debian/docs +++ libmail-verp-perl-0.06+dfsg/debian/docs @@ -0,0 +1 @@ +README --- libmail-verp-perl-0.06+dfsg.orig/debian/control +++ libmail-verp-perl-0.06+dfsg/debian/control @@ -0,0 +1,26 @@ +Source: libmail-verp-perl +Section: perl +Priority: optional +Maintainer: Debian Perl Group +Uploaders: Martín Ferrari , Gunnar Wolf +Build-Depends: debhelper (>= 5) +Build-Depends-Indep: perl (>= 5.8.0) +Standards-Version: 3.7.3 +Homepage: http://search.cpan.org/dist/Mail-Verp/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmail-verp-perl/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libmail-verp-perl/ + +Package: libmail-verp-perl +Architecture: all +Depends: ${perl:Depends} +Description: Variable Envelope Return Paths (VERP) address encoder/decoder + Mail::Verp provides utility functions to encode and decode Variable Envelope + Return Paths (VERP) addresses, as described by http://cr.yp.to/proto/verp.txt. + . + VERP addresses are used to help manage bounces coming back from remote SMTP + servers, especially when dispatching mail for a mailing-list; the VERP address + encodes the recipient address, which can then be recovered from the bounce to + unsubscribe the address from the mailing-list. + . + The encoding uses the method described by + http://www.courier-mta.org/draft-varshavchik-verp-smtpext.txt. --- libmail-verp-perl-0.06+dfsg.orig/debian/rules +++ libmail-verp-perl-0.06+dfsg/debian/rules @@ -0,0 +1,53 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +ifndef PERL +PERL = /usr/bin/perl +endif + +build: build-stamp +build-stamp: + dh_testdir + # Make sure we die if we are building a non-free package - + # doc/draft-varshavchik-verp-smtpext.txt must be removed! + [ ! -f doc/draft-varshavchik-verp-smtpext.txt ] + $(PERL) Makefile.PL INSTALLDIRS=vendor + $(MAKE) test + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + [ ! -f Makefile ] || $(MAKE) distclean + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + $(MAKE) install PREFIX=$(CURDIR)/debian/libmail-verp-perl/usr + [ ! -d $(CURDIR)/debian/libmail-verp-perl/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(CURDIR)/debian/libmail-verp-perl/usr/lib/perl5 + +binary-arch: build install + +binary-indep: build install + dh_testdir -i + dh_testroot -i + dh_installchangelogs -i Changes + dh_installdocs -i + dh_installman -i + dh_compress -i + dh_fixperms -i + dh_perl -i + dh_installdeb -i + dh_gencontrol -i + dh_md5sums -i + dh_builddeb -i + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- libmail-verp-perl-0.06+dfsg.orig/debian/watch +++ libmail-verp-perl-0.06+dfsg/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://www.cpan.org/modules/by-module/Mail/Mail-Verp-*([\d\.]+)\.tar\.gz --- libmail-verp-perl-0.06+dfsg.orig/debian/changelog +++ libmail-verp-perl-0.06+dfsg/debian/changelog @@ -0,0 +1,58 @@ +libmail-verp-perl (0.06+dfsg-1) unstable; urgency=low + + [ gregor herrmann ] + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza); Homepage field (source stanza). Removed: XS- + Vcs-Svn fields. + * debian/rules: delete /usr/lib/perl5 only if it exists. + + [ Damyan Ivanov ] + * remove Homepage from long description; Homepage: field already + present + + [ Gunnar Wolf ] + * Repackaged upstream source excluding non-free doc/draft-varshavchik- + verp-smtpext.txt; added logic to debian/rules to avoid mistakenly + re-including it in the future. (Closes: #482050) + * Added myself as an uploader + * Bumped up standards-version to 3.7.3 (No changes needed) + + -- Gunnar Wolf Mon, 26 May 2008 12:58:04 -0500 + +libmail-verp-perl (0.06-1) unstable; urgency=low + + * New upstream release. Package now maintained by the Debian Perl group. + * Bumped debhelper version. + * Added XS-Vcs-* fields and homepage link in debian/control. + * debian/rules now runs make test; fixed clean target. + * Added watch file and fixed copyright notice. + + -- Martín Ferrari Mon, 06 Aug 2007 10:18:29 +0100 + +libmail-verp-perl (0.05-2) unstable; urgency=low + + * New maintainer. (Closes: #374030) + * debian/control: + + Bumped Standards-Version to 3.7.2. + + Fixed incorrect Build-Depends-Indep on debhelper. + * debian/copyright: + + Incorrect package name and homepage. + * debian/rules: + + Removed unused lines. + + -- Martín Ferrari Thu, 22 Jun 2006 10:31:38 -0300 + +libmail-verp-perl (0.05-1) unstable; urgency=low + + * New upstream release (closes: #329582). + * debian/control: + + Bumped Standards-Version to 3.6.2 (no changes). + + -- Julien BLACHE Thu, 22 Sep 2005 13:23:29 +0200 + +libmail-verp-perl (0.04-1) unstable; urgency=low + + * Initial Release (closes: #305324). + + -- Julien BLACHE Tue, 19 Apr 2005 11:50:08 +0200 + --- libmail-verp-perl-0.06+dfsg.orig/debian/compat +++ libmail-verp-perl-0.06+dfsg/debian/compat @@ -0,0 +1 @@ +5 --- libmail-verp-perl-0.06+dfsg.orig/debian/copyright +++ libmail-verp-perl-0.06+dfsg/debian/copyright @@ -0,0 +1,25 @@ +This package was debianized by Julien BLACHE on +Sun, 17 Apr 2005 12:58:33 +0200. +Current maintainer is Martín Ferrari . + +It was downloaded from: http://search.cpan.org/~gyepi/Mail-Verp-0.05/ + +Copyright Holder: Copyright (C) 2003, 2007 Gyepi Sam + +License: + This library is free software; you can redistribute it and/or modify + it under the same terms as Perl itself. + +Perl is distributed under either the Artistic licence or the GPL. + +The full text of the GPL is available on Debian systems in +/usr/share/common-licenses/GPL + +The full text of the Artistic Licence is available on Debian systems in +/usr/share/common-licenses/Artistic. + + +The Debian packaging is (C) 2005 Julien BLACHE ; +(C) 2006, 2007, Martín Ferrari and is licensed under +the GPL, see above. +