--- libmail-sender-perl-0.8.16.orig/debian/changelog +++ libmail-sender-perl-0.8.16/debian/changelog @@ -0,0 +1,103 @@ +libmail-sender-perl (0.8.16-2) unstable; urgency=low + + * [641e3f27] updated upstream location + * [83fe68b5] moved to non-free due to DSFG violation. (Closes: + #568652) + * [51b7008f] [control] added misc:depends + + -- Erik Wenzel Fri, 19 Feb 2010 22:01:38 +0100 + +libmail-sender-perl (0.8.16-1) unstable; urgency=low + + * New upstream release + * control: bumped standards-version + + -- Erik Wenzel Wed, 16 Jul 2008 22:05:53 +0000 + +libmail-sender-perl (0.8.13-6) unstable; urgency=low + + * bashism in debian/rules (Closes: #477609) + + -- Erik Wenzel Tue, 20 May 2008 14:06:58 +0000 + +libmail-sender-perl (0.8.13-5) unstable; urgency=low + + * [debian/control] added DebTags + * bumped DH_COMPAT + + -- Erik Wenzel Thu, 27 Mar 2008 20:35:01 +0000 + +libmail-sender-perl (0.8.13-4) unstable; urgency=low + + * FTBFS with Perl 5.10: the empty /usr/lib/perl5 is gone (Closes: + #467897) + * [control] bumped standards-version to 3.7.3 + * [control] changed build-depends-indep + + -- Erik Wenzel Thu, 28 Feb 2008 08:53:32 +0000 + +libmail-sender-perl (0.8.13-3) unstable; urgency=low + + * update debian standards + * update to DH_COMPAT=5 + + -- Erik Wenzel Thu, 2 Nov 2006 17:46:14 +0100 + +libmail-sender-perl (0.8.13-2) unstable; urgency=low + + * control: changed Architecture back to all + + -- Erik Wenzel Sun, 7 May 2006 01:06:58 +0200 + +libmail-sender-perl (0.8.13-1) unstable; urgency=low + + * New upstream release + * control: Standards-Version bumped to 3.7.0 (nothing changed) + bumped dependencies to perl (>= 5.8.0-1), debhelper (>= 5.0.0) + changed Architecture: any + + -- Erik Wenzel Wed, 3 May 2006 17:39:40 +0200 + +libmail-sender-perl (0.8.10-1) unstable; urgency=low + + * new upstream version + * added debian/watch file + * debian/rules: removed man page renaming + + -- Erik Wenzel Fri, 16 Jul 2004 16:28:20 +0200 + +libmail-sender-perl (0.8.08-2) unstable; urgency=low + + * control: changed Section to perl + + -- Erik Wenzel Tue, 9 Sep 2003 00:15:03 +0200 + +libmail-sender-perl (0.8.08-1) unstable; urgency=low + + * new upstream version + * bump Standards-Version to 3.6.1 + + -- Erik Wenzel Mon, 8 Sep 2003 21:03:23 +0200 + +libmail-sender-perl (0.8.04-1) unstable; urgency=low + + * new upstream version (Closes: #182522) + * rewritten rules + + -- Erik Wenzel Sat, 1 Mar 2003 20:49:07 +0100 + +libmail-sender-perl (0.8-2) unstable; urgency=low + + * updated copyright file. + + -- Erik Wenzel Mon, 7 Oct 2002 12:02:50 +0200 + +libmail-sender-perl (0.8-1) unstable; urgency=low + + * Initial release. (Closes: #163319) + + -- Erik Wenzel Fri, 4 Oct 2002 17:27:19 +0200 + +Local variables: +mode: debian-changelog +End: --- libmail-sender-perl-0.8.16.orig/debian/compat +++ libmail-sender-perl-0.8.16/debian/compat @@ -0,0 +1 @@ +5 --- libmail-sender-perl-0.8.16.orig/debian/control +++ libmail-sender-perl-0.8.16/debian/control @@ -0,0 +1,15 @@ +Source: libmail-sender-perl +Section: non-free/perl +Build-Depends: debhelper (>= 5.0.0) +Build-Depends-Indep: perl (>= 5.8.0) +Priority: optional +Maintainer: Erik Wenzel +Standards-Version: 3.8.4 + +Package: libmail-sender-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends} +Description: Perl Module for sending mails with attachments + An object oriented interface to sending SMTP mails through a socket + connection. Supports multipart messages. +Tag: devel::lang:perl, devel::library, implemented-in::perl, mail::smtp, network::client, protocol::smtp, role::devel-lib, role::shared-lib, works-with::mail --- libmail-sender-perl-0.8.16.orig/debian/copyright +++ libmail-sender-perl-0.8.16/debian/copyright @@ -0,0 +1,20 @@ +This package was debianized by Erik Wenzel erik@debian.org on +Fri, 4 Oct 2002 18:27:19 +0200. + +It was downloaded from: +http://cpan.perl.org/modules/by-category/19_Mail_and_Usenet_News/Mail/JENDA/Mail-Sender-*.tar.gz + +COPYRIGHT: + +Copyright (c) 1997-2006 Jan Krynicky . All rights reserved. + +This program is free software; you can redistribute it and/or +modify it under the same terms as Perl itself. There is only one aditional condition, you may +NOT use this module for SPAMing! NEVER! (see http://spam.abuse.net/ for definition) + +The copyright owner makes an exception for spammers. This is a violation +of DSFG. Therefore this package is moved to non-free. + +On Debian GNU/Linux systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL' and +the Artistic Licence in `/usr/share/common-licenses/Artistic'. --- libmail-sender-perl-0.8.16.orig/debian/rules +++ libmail-sender-perl-0.8.16/debian/rules @@ -0,0 +1,73 @@ +#!/usr/bin/make -f + +PERL ?= /usr/bin/perl + +PREFIX := $(shell pwd)/debian/$(shell dh_listpackages) + +arrange: arrange-stamp +arrange-stamp: install + dh_testdir + touch arrange-stamp + +binary: binary-stamp +binary-stamp: binary-indep binary-arch + dh_testdir + touch binary-stamp + +binary-arch: binary-arch-stamp +binary-arch-stamp: arrange + dh_testdir + dh_testroot + dh_installdocs README + dh_installexamples + dh_installchangelogs Changes + dh_compress + dh_fixperms + dh_strip + dh_installdeb + dh_perl + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + touch binary-arch-stamp + +binary-indep: binary-indep-stamp +binary-indep-stamp: arrange + dh_testdir + touch binary-indep-stamp + +build: build-stamp +build-stamp: config + dh_testdir + $(MAKE) + $(MAKE) test + touch build-stamp + +clean: + dh_testdir + dh_testroot + if [ -e Makefile ]; then $(MAKE) -i distclean; fi + rm -rf Config + dh_clean arrange-stamp binary-stamp binary-arch-stamp binary-indep-stamp build-stamp config-stamp install-stamp + +config: config-stamp +config-stamp: + dh_testdir + $(PERL) Makefile.PL INSTALLDIRS=vendor + printf "\n\n" | $(MAKE) OPTIMIZE="-O2 -g -Wall" + touch config-stamp + +install: install-stamp +install-stamp: build + dh_testdir + dh_testroot + dh_clean -k + $(MAKE) install PREFIX=$(PREFIX)/usr + # remove unused directories + [ ! -d $(PREFIX)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty \ + --parents --verbose $(PREFIX)/usr/lib/perl5 + + touch install-stamp + +.PHONY: arrange binary binary-arch binary-indep build clean config install --- libmail-sender-perl-0.8.16.orig/debian/watch +++ libmail-sender-perl-0.8.16/debian/watch @@ -0,0 +1,2 @@ +version=2 +http://cpan.perl.org/modules/by-module/Mail/JENDA/Mail-Sender-(.*).tar.gz