--- libemail-abstract-perl-2.0.orig/debian/changelog +++ libemail-abstract-perl-2.0/debian/changelog @@ -0,0 +1,12 @@ +libemail-abstract-perl (2.0-1) unstable; urgency=low + + * New upstream adds support for subclasses + + -- S. Zachariah Sprackett Wed, 25 Aug 2004 20:53:04 -0400 + +libemail-abstract-perl (1.0-1) unstable; urgency=low + + * Initial Release. + + -- S. Zachariah Sprackett Thu, 15 Jul 2004 20:36:36 -0400 + --- libemail-abstract-perl-2.0.orig/debian/control +++ libemail-abstract-perl-2.0/debian/control @@ -0,0 +1,17 @@ +Source: libemail-abstract-perl +Section: perl +Priority: optional +Maintainer: S. Zachariah Sprackett +Build-Depends-Indep: debhelper (>> 3.0.0), perl (>= 5.6.0-16), perl-modules, libmodule-pluggable-perl, libemail-simple-perl +Standards-Version: 3.6.1.10 + +Package: libemail-abstract-perl +Architecture: all +Depends: ${perl:Depends}, libmodule-pluggable-perl, libemail-simple-perl +Description: library that presents unified interface to mail representations + "Email::Abstract" provides module writers with the ability to write + representation-independent mail handling code. Where previously one + would either have to specify the mail class required, or to build a new + object from scratch, "Email::Abstract" can be used to perform certain + simple operations on an object regardless of its underlying representation. + --- libemail-abstract-perl-2.0.orig/debian/copyright +++ libemail-abstract-perl-2.0/debian/copyright @@ -0,0 +1,19 @@ +This package was debianized by S. Zachariah Sprackett on +Thu, 15 Jul 2004 20:36:36 -0400 + +It was downloaded from http://www.perl.com/CPAN + +Upstream Author: Simon Cozens + +Copyright: + + This program is free software; you can redistribute it and/or modify it + under the terms of the "Artistic License" which comes with Debian. + + THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED + WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES + OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. + +On Debian GNU/Linux systems, the complete text of the Artistic License +can be found in `/usr/share/common-licenses/Artistic'. + --- libemail-abstract-perl-2.0.orig/debian/docs +++ libemail-abstract-perl-2.0/debian/docs @@ -0,0 +1 @@ +README --- libemail-abstract-perl-2.0.orig/debian/rules +++ libemail-abstract-perl-2.0/debian/rules @@ -0,0 +1,63 @@ +#!/usr/bin/make -f +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# This is the debhelper compatability version to use. +export DH_COMPAT=3 + +ifndef PERL + PERL = /usr/bin/perl +endif + +package = libemail-abstract-perl + +build: build-stamp +build-stamp: + dh_testdir + + perl Makefile.PL INSTALLDIRS=vendor + $(MAKE) OPTIMIZE="-O2 -g -Wall" + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + + -$(MAKE) realclean + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + $(MAKE) install PREFIX=$(CURDIR)/debian/$(package)/usr + + -rmdir -p debian/$(package)/usr/lib/perl5 + + +binary-arch: build install + +binary-indep: build install + dh_testdir + dh_testroot + dh_installdocs + dh_installchangelogs Changes + dh_link + dh_compress + dh_fixperms + dh_installdeb + dh_perl + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- libemail-abstract-perl-2.0.orig/debian/watch +++ libemail-abstract-perl-2.0/debian/watch @@ -0,0 +1,3 @@ +version=2 + +http://www.perl.com/CPAN/modules/by-module/Email/Email-Abstract-([\d\.]*)\.tar\.gz