--- libmail-bulkmail-perl-3.12.orig/debian/control +++ libmail-bulkmail-perl-3.12/debian/control @@ -0,0 +1,22 @@ +Source: libmail-bulkmail-perl +Section: perl +Priority: optional +Maintainer: Debian Perl Group +Uploaders: Marc Brockschmidt , Niko Tyni , + Rene Mayorga +Standards-Version: 3.7.3 +Homepage: http://search.cpan.org/dist/Mail-Bulkmail/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmail-bulkmail-perl/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libmail-bulkmail-perl/ +Build-Depends: debhelper (>= 5) +Build-Depends-Indep: perl (>= 5.6.0-16) + +Package: libmail-bulkmail-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends} +Description: Platform independent mailing list module + Mail::Bulkmail gives a fairly complete set of tools for + managing mass-mailing lists. It's really, really fast and + can handle huge lists. + . + DO NOT USE THIS SOFTWARE TO SEND SPAM! --- libmail-bulkmail-perl-3.12.orig/debian/compat +++ libmail-bulkmail-perl-3.12/debian/compat @@ -0,0 +1 @@ +5 --- libmail-bulkmail-perl-3.12.orig/debian/watch +++ libmail-bulkmail-perl-3.12/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Mail-Bulkmail/ .*/Mail-Bulkmail-([\d.]+)\.(?:tar\.gz|tar|tgz) --- libmail-bulkmail-perl-3.12.orig/debian/changelog +++ libmail-bulkmail-perl-3.12/debian/changelog @@ -0,0 +1,128 @@ +libmail-bulkmail-perl (3.12-4) 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: don't remove /usr/lib/perl5 and /usr/lib separately. + * debian/rules: delete /usr/lib/perl5 only if it exists. (Closes: #467896) + + [ Joachim Breitner ] + * Removed myself from uploaders. + + [ Rene Mayorga ] + * debian/control + + Update standards-version to 3.7.3 ( no changes needed ) + + Use debhelper version and compat level 5 + + Add ${misc:Depends} to depends + + Add myself to uploaders + * debian/rules + + Remove CFLAGS and OPTIMIZE, this package is arch:all + + move test souite from install to build target + + use $@ when touching -stamp files + + remove unused dh_ calls + * Improve debian/watch + * debian/copyright: use a dist-based URL + + -- Rene Mayorga Tue, 04 Mar 2008 13:54:14 -0600 + +libmail-bulkmail-perl (3.12-3) unstable; urgency=low + + * Remove leftover traces of debconf usage. (Closes: #363090) + * Remove references to the old-style configuration file from 2.05 + + debian/postinst and debian/postrm not needed anymore. + * Don't ignore the result of 'make distclean'. + + -- Niko Tyni Tue, 18 Apr 2006 09:23:50 +0300 + +libmail-bulkmail-perl (3.12-2) unstable; urgency=low + + * Remove the debconf message, we don't support woody->etch upgrades + (Closes: #331364 and Closes: #235166, sorry to Daniel Nylander + and Martin Quinson for not using their work) + * remove debconf dependency and debconf debhelper + * Bump Standards version, no change + + -- Joachim Breitner Tue, 4 Oct 2005 11:36:06 +0200 + +libmail-bulkmail-perl (3.12-1) unstable; urgency=low + + * New maintainer (Debian Perl Group) (Closes: #211310) + * New upstream version: + - Mail::Bulkmail::Object was relicensed, the whole thing is free software + now. + * debian/ dir: + - watch: Fixed. + - rules: Used one of my standard debian/rules files. + - control: + + Changed section from non-free/perl to perl + + Bumped Standards-Version to 3.6.1 (no changes) + + Set Maintainer field to "Debian Perl Group" + + Added perl dependency to Build-Depends-Indep (we need MakeMaker) + + debhelper dependency now includes >= 4. + - copyright: Reflect the relicensing. + - changelog: Removed user variables at end of file + + -- Marc Brockschmidt Thu, 15 Jan 2004 16:34:58 +0100 + +libmail-bulkmail-perl (3.09-1) unstable; urgency=low + + * New upstream version (Closes: #186494, #199378) + * In 3.09, the config file has changed incompatibly from that in 2.05. + (The old format was a Debian-specific patch. Upstream chose a + different format.) Also there have been some architectural changes. + See /usr/share/doc/libmail-bulkmail-perl/migration.guide.txt and the + files in /usr/share/doc/libmail-bulkmail-perl/examples. + * Distribution set to non-free (owing to non-DFSG license for + Mail::Bulkmail::Object) and section set to perl. + * Orphaned: Maintainer set to Debian QA Group. + + -- Jaldhar H. Vyas Tue, 16 Sep 2003 14:41:44 -0400 + +libmail-bulkmail-perl (2.05-4) unstable; urgency=low + + * Patch to fix broken timezone handling (Closes: #176054) + + -- Jaldhar H. Vyas Thu, 9 Jan 2003 22:19:22 -0500 + +libmail-bulkmail-perl (2.05-3) unstable; urgency=low + + * Added proper pointer to licenses in copyright file (Closes: #157607) + * Bad formatting in man page fixed (Closes: #165916) + * dodgy 'shift or' constructs changed to 'shift ||' (Closes: #165920) + * Some global parameters can be read with a configuration file. The + default SMTP server is initially set with debconf. (Closes: #157313) + + -- Jaldhar H. Vyas Wed, 23 Oct 2002 03:46:32 -0400 + +libmail-bulkmail-perl (2.05-2) unstable; urgency=low + + * Updated to latest perl policy + * Added build dependencies + + -- Jaldhar H. Vyas Wed, 12 Jun 2002 13:30:34 -0400 + +libmail-bulkmail-perl (2.05-1) unstable; urgency=low + + * New upstream version + + -- Jaldhar H. Vyas Mon, 9 Oct 2000 10:19:14 -0400 + +libmail-bulkmail-perl (2.04-1) unstable; urgency=low + + * New upstream version + + -- Jaldhar H. Vyas Wed, 30 Aug 2000 10:46:10 -0400 + +libmail-bulkmail-perl (2.03-1) unstable; urgency=low + + * New upstream version + + -- Jaldhar H. Vyas Mon, 28 Aug 2000 12:41:33 -0400 + +libmail-bulkmail-perl (2.01-1) unstable; urgency=low + + * Initial release. + + -- Jaldhar H. Vyas Mon, 21 Aug 2000 03:57:40 -0700 + --- libmail-bulkmail-perl-3.12.orig/debian/copyright +++ libmail-bulkmail-perl-3.12/debian/copyright @@ -0,0 +1,14 @@ +This package was debianized by JaldharH. Vyas +on Mon, 21 Aug 2000 14:13:00 -0500 from the original package +found at CPAN, the only modification was the addition of the +/debian subdir. + +The original package can be downloaded from: + http://search.cpan.org/dist/Mail-Bulkmail/ + +COPYRIGHT +Copyright and (c) 1999, 2000, 2001, 2002, 2003 James A Thomason III +(jim@jimandkoka.com). + +All rights reserved. Mail::Bulkmail is distributed under the terms of +the Perl Artistic License. See /usr/share/common-licenses/Artistic --- libmail-bulkmail-perl-3.12.orig/debian/docs +++ libmail-bulkmail-perl-3.12/debian/docs @@ -0,0 +1 @@ +migration.guide.txt --- libmail-bulkmail-perl-3.12.orig/debian/rules +++ libmail-bulkmail-perl-3.12/debian/rules @@ -0,0 +1,57 @@ +#!/usr/bin/make -f + +PACKAGE=$(shell dh_listpackages) + +ifndef PERL +PERL = /usr/bin/perl +endif + +TMP =$(CURDIR)/debian/$(PACKAGE) + +build: build-stamp +build-stamp: + dh_testdir + $(PERL) Makefile.PL INSTALLDIRS=vendor + $(MAKE) + $(MAKE) test + touch $@ + +clean: + dh_testdir + dh_testroot + dh_clean build-stamp install-stamp + [ ! -f Makefile ] || $(MAKE) distclean + +install: install-stamp +install-stamp: build-stamp + dh_testdir + dh_testroot + dh_clean -k + $(MAKE) install DESTDIR=$(TMP) PREFIX=/usr + #As this is a architecture independent package, we are not supposed to install + #stuff to /usr/lib. MakeMaker creates the dirs, we delete them from the deb: + [ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5 + touch $@ + +binary-arch: build install +# We have nothing to do by default. + +binary-indep: build install + dh_testdir + dh_testroot + dh_installdocs + dh_installexamples + dh_perl + dh_installchangelogs Changes + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +source diff: + @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary --- libmail-bulkmail-perl-3.12.orig/debian/README.Debian +++ libmail-bulkmail-perl-3.12/debian/README.Debian @@ -0,0 +1,5 @@ +In 3.09, the config file has changed incompatibly from that in 2.05. +(The old format was a Debian-specific patch. Upstream chose a different +format.) Also there have been some architectural changes. See +/usr/share/doc/libmail-bulkmail-perl/migration.guide.txt and the files +in /usr/share/doc/libmail-bulkmail-perl/examples. --- libmail-bulkmail-perl-3.12.orig/debian/examples +++ libmail-bulkmail-perl-3.12/debian/examples @@ -0,0 +1,2 @@ +sample.cfg.file +sample.server.file