r40833 - in /trunk/libemail-folder-perl: Changes META.yml debian/changelog debian/compat debian/control debian/copyright debian/rules lib/Email/Folder.pm lib/Email/Folder/Mbox.pm t/pod-coverage.t t/pod.t

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Mon Jul 27 15:47:35 UTC 2009


Author: jawnsy-guest
Date: Mon Jul 27 15:47:27 2009
New Revision: 40833

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=40833
Log:
* New upstream release
  + POD tests now use RELEASE_TESTING before run
* Updated copyright information
* Bump compat to 7, updated dependencies & rules file
* Standards-Version 3.8.2
* Added a d/clean to get rid of Makefile

Modified:
    trunk/libemail-folder-perl/Changes
    trunk/libemail-folder-perl/META.yml
    trunk/libemail-folder-perl/debian/changelog
    trunk/libemail-folder-perl/debian/compat
    trunk/libemail-folder-perl/debian/control
    trunk/libemail-folder-perl/debian/copyright
    trunk/libemail-folder-perl/debian/rules
    trunk/libemail-folder-perl/lib/Email/Folder.pm
    trunk/libemail-folder-perl/lib/Email/Folder/Mbox.pm
    trunk/libemail-folder-perl/t/pod-coverage.t
    trunk/libemail-folder-perl/t/pod.t

Modified: trunk/libemail-folder-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-folder-perl/Changes?rev=40833&op=diff
==============================================================================
--- trunk/libemail-folder-perl/Changes (original)
+++ trunk/libemail-folder-perl/Changes Mon Jul 27 15:47:27 2009
@@ -1,3 +1,8 @@
+Revision history for Email-Folder
+
+0.855     2009-07-26
+          fix pod tests
+
 0.854     2007-12-23
           fix a bug in which the last header of a mbox message could be lost
 

Modified: trunk/libemail-folder-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-folder-perl/META.yml?rev=40833&op=diff
==============================================================================
--- trunk/libemail-folder-perl/META.yml (original)
+++ trunk/libemail-folder-perl/META.yml Mon Jul 27 15:47:27 2009
@@ -1,15 +1,23 @@
 --- #YAML:1.0
-name:                Email-Folder
-version:             0.854
-abstract:            ~
-license:             perl
-author:              ~
-generated_by:        ExtUtils::MakeMaker version 6.42
-distribution_type:   module
-requires:     
-    Email::FolderType:             0.6
-    Email::Simple:                 0
-    Test::More:                    0.47
+name:               Email-Folder
+version:            0.855
+abstract:           ~
+author:  []
+license:            perl
+distribution_type:  module
+configure_requires:
+    ExtUtils::MakeMaker:  0
+build_requires:
+    ExtUtils::MakeMaker:  0
+requires:
+    Email::FolderType:  0.6
+    Email::Simple:      0
+    Test::More:         0.47
+no_index:
+    directory:
+        - t
+        - inc
+generated_by:       ExtUtils::MakeMaker version 6.50
 meta-spec:
-    url:     http://module-build.sourceforge.net/META-spec-v1.3.html
-    version: 1.3
+    url:      http://module-build.sourceforge.net/META-spec-v1.4.html
+    version:  1.4

Modified: trunk/libemail-folder-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-folder-perl/debian/changelog?rev=40833&op=diff
==============================================================================
--- trunk/libemail-folder-perl/debian/changelog (original)
+++ trunk/libemail-folder-perl/debian/changelog Mon Jul 27 15:47:27 2009
@@ -1,4 +1,4 @@
-libemail-folder-perl (0.854-3) UNRELEASED; urgency=low
+libemail-folder-perl (0.855-1) UNRELEASED; urgency=low
 
   [ gregor herrmann ]
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
@@ -7,7 +7,15 @@
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 
- -- gregor herrmann <gregoa at debian.org>  Sun, 16 Nov 2008 20:42:18 +0100
+  [ Jonathan Yu ]
+  * New upstream release
+    + POD tests now use RELEASE_TESTING before run
+  * Updated copyright information
+  * Bump compat to 7, updated dependencies & rules file
+  * Standards-Version 3.8.2
+  * Added a d/clean to get rid of Makefile
+
+ -- Jonathan Yu <frequency at cpan.org>  Mon, 27 Jul 2009 07:29:02 -0400
 
 libemail-folder-perl (0.854-2) unstable; urgency=low
 

Modified: trunk/libemail-folder-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-folder-perl/debian/compat?rev=40833&op=diff
==============================================================================
--- trunk/libemail-folder-perl/debian/compat (original)
+++ trunk/libemail-folder-perl/debian/compat Mon Jul 27 15:47:27 2009
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libemail-folder-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-folder-perl/debian/control?rev=40833&op=diff
==============================================================================
--- trunk/libemail-folder-perl/debian/control (original)
+++ trunk/libemail-folder-perl/debian/control Mon Jul 27 15:47:27 2009
@@ -1,20 +1,25 @@
 Source: libemail-folder-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5.0.0)
-Build-Depends-Indep: perl (>= 5.8.0-7), libemail-simple-perl, libemail-foldertype-perl, libtest-pod-perl, libtest-pod-coverage-perl
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.8.0-7), libemail-simple-perl, libtest-pod-perl,
+ libemail-foldertype-perl, libtest-pod-coverage-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Martin Zobel-Helas <zobel at debian.org>,
- Niko Tyni <ntyni at iki.fi>,
- gregor herrmann <gregor+debian at comodo.priv.at>,
- Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
-Standards-Version: 3.7.3
+Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
+ Martin Zobel-Helas <zobel at debian.org>, gregor herrmann <gregoa at debian.org>,
+ Niko Tyni <ntyni at iki.fi>, Jonathan Yu <frequency at cpan.org>
+Standards-Version: 3.8.2
 Homepage: http://search.cpan.org/dist/Email-Folder/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libemail-folder-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libemail-folder-perl/
 
 Package: libemail-folder-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libemail-simple-perl, libemail-foldertype-perl
-Description:  read all the messages from a folder as Email::Simple objects
- This perl module reads all the messages from a folder as Email::Simple objects.
+Depends: ${perl:Depends}, ${misc:Depends}, libemail-foldertype-perl,
+ libemail-simple-perl
+Description: Perl module to read mail from a folder
+ Email::Folder is a Perl module which reads all messages from a folder into
+ Email::Simple objects (see libemail-simple-perl for more), making them easy
+ to manipulate from Perl. It becomes fairly trivial to extract information
+ from headers in your mail, or change them to different values. As a result,
+ this provides a general purpose mail handling facility.

Modified: trunk/libemail-folder-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-folder-perl/debian/copyright?rev=40833&op=diff
==============================================================================
--- trunk/libemail-folder-perl/debian/copyright (original)
+++ trunk/libemail-folder-perl/debian/copyright Mon Jul 27 15:47:27 2009
@@ -1,20 +1,28 @@
-This is the debian package for the Email::Folder module.
-It was created by Martin Zobel-Helas <zobel at debian.org> using dh-make-perl.
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Ricardo SIGNES <rjbs at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/Email-Folder/
+Upstream-Name: Email-Folder
 
-It was downloaded from CPAN:
-http://search.cpan.org/dist/Email-Folder/
+Files: *
+Copyright: 2006, Simon Wistow <simon at thegestalt.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
 
-Authors:
-	Simon Wistow <simon at thegestalt.org>
-	Richard Clamp <richardc at unixbeard.net>
-              
-Copyright:
-	Copyright 2006, Simon Wistow
-                     
-License:
-	Distributed under the same terms as Perl itself.
-                            
-Perl is distributed under your choice of the GNU General Public License or
-the Artistic License.  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'.
+Files: debian/*
+Copyright: 2009, Jonathan Yu <frequency at cpan.org>
+License: Artistic | 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'

Modified: trunk/libemail-folder-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-folder-perl/debian/rules?rev=40833&op=diff
==============================================================================
--- trunk/libemail-folder-perl/debian/rules (original)
+++ trunk/libemail-folder-perl/debian/rules Mon Jul 27 15:47:27 2009
@@ -1,61 +1,19 @@
 #!/usr/bin/make -f
-export PERL_MM_USE_DEFAULT=1
+
 
 PACKAGE=$(shell dh_listpackages)
+TMP=$(CURDIR)/debian/$(PACKAGE)
 
-ifndef PERL
-PERL = /usr/bin/perl
-endif
+%:
+	dh $@
 
-TMP     =$(CURDIR)/debian/$(PACKAGE)
+override_dh_auto_test:
+	RELEASE_TESTING=1 dh_auto_test
 
-build: build-stamp
-build-stamp:
-	dh_testdir
-	$(PERL) Makefile.PL installdirs=vendor
-	$(MAKE)
-	$(MAKE) test
-	touch build-stamp
+override_dh_auto_install:
+	dh_auto_install
 
-clean:
-	dh_testdir
-	dh_testroot
-	dh_clean build-stamp install-stamp
-	[ ! -f Makefile ] || $(MAKE) realclean
-
-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 install-stamp
-
-binary-arch:
-# We have nothing to do by default.
-
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs TODO
-	dh_installchangelogs Changes
-	dh_perl
-	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

Modified: trunk/libemail-folder-perl/lib/Email/Folder.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-folder-perl/lib/Email/Folder.pm?rev=40833&op=diff
==============================================================================
--- trunk/libemail-folder-perl/lib/Email/Folder.pm (original)
+++ trunk/libemail-folder-perl/lib/Email/Folder.pm Mon Jul 27 15:47:27 2009
@@ -5,7 +5,7 @@
 use Email::FolderType qw/folder_type/;
 
 use vars qw($VERSION);
-$VERSION = "0.854";
+$VERSION = "0.855";
 
 =head1 NAME
 

Modified: trunk/libemail-folder-perl/lib/Email/Folder/Mbox.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-folder-perl/lib/Email/Folder/Mbox.pm?rev=40833&op=diff
==============================================================================
--- trunk/libemail-folder-perl/lib/Email/Folder/Mbox.pm (original)
+++ trunk/libemail-folder-perl/lib/Email/Folder/Mbox.pm Mon Jul 27 15:47:27 2009
@@ -50,8 +50,7 @@
 
  /^From /
 
-In deference to this extract from L<Content-Length Considered
-Harmful|http://www.jwz.org/doc/content-length.html>
+In deference to this extract from L<http://www.jwz.org/doc/content-length.html>
 
  Essentially the only safe way to parse that file format is to
  consider all lines which begin with the characters ``From ''

Modified: trunk/libemail-folder-perl/t/pod-coverage.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-folder-perl/t/pod-coverage.t?rev=40833&op=diff
==============================================================================
--- trunk/libemail-folder-perl/t/pod-coverage.t (original)
+++ trunk/libemail-folder-perl/t/pod-coverage.t Mon Jul 27 15:47:27 2009
@@ -1,6 +1,9 @@
 #!perl -T
 
 use Test::More;
+
+plan skip_all => 'set RELEASE_TESTING to test pod' if ! $ENV{RELEASE_TESTING};
+
 eval "use Test::Pod::Coverage 1.08";
 plan skip_all => "Test::Pod::Coverage 1.08 required for testing POD coverage"
   if $@;

Modified: trunk/libemail-folder-perl/t/pod.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-folder-perl/t/pod.t?rev=40833&op=diff
==============================================================================
--- trunk/libemail-folder-perl/t/pod.t (original)
+++ trunk/libemail-folder-perl/t/pod.t Mon Jul 27 15:47:27 2009
@@ -1,6 +1,7 @@
 #!perl -T
 
 use Test::More;
+plan skip_all => 'set RELEASE_TESTING to test pod' if ! $ENV{RELEASE_TESTING};
 eval "use Test::Pod 1.14";
 plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;
 all_pod_files_ok();




More information about the Pkg-perl-cvs-commits mailing list