r58214 - in /trunk/libemail-send-perl/debian: README.source changelog control patches/series patches/spelling.patch rules source/ source/format

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Fri May 21 19:55:12 UTC 2010


Author: ansgar-guest
Date: Fri May 21 19:55:01 2010
New Revision: 58214

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=58214
Log:
* Re-upload with man pages generated correctly. See also #576666.
* Use source format 3.0 (quilt); drop README.source and quilt framework.
* Fix two spelling errors in the documentation.
  + new patch: spelling.patch
* Bump Standards-Version to 3.8.4 (no changes).

Added:
    trunk/libemail-send-perl/debian/patches/spelling.patch
    trunk/libemail-send-perl/debian/source/
    trunk/libemail-send-perl/debian/source/format
Removed:
    trunk/libemail-send-perl/debian/README.source
Modified:
    trunk/libemail-send-perl/debian/changelog
    trunk/libemail-send-perl/debian/control
    trunk/libemail-send-perl/debian/patches/series
    trunk/libemail-send-perl/debian/rules

Modified: trunk/libemail-send-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-send-perl/debian/changelog?rev=58214&op=diff
==============================================================================
--- trunk/libemail-send-perl/debian/changelog (original)
+++ trunk/libemail-send-perl/debian/changelog Fri May 21 19:55:01 2010
@@ -1,3 +1,13 @@
+libemail-send-perl (2.198-3) unstable; urgency=low
+
+  * Re-upload with man pages generated correctly. See also #576666.
+  * Use source format 3.0 (quilt); drop README.source and quilt framework.
+  * Fix two spelling errors in the documentation.
+    + new patch: spelling.patch
+  * Bump Standards-Version to 3.8.4 (no changes).
+
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Sat, 22 May 2010 04:47:36 +0900
+
 libemail-send-perl (2.198-2) unstable; urgency=low
 
   [ gregor herrmann ]

Modified: trunk/libemail-send-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-send-perl/debian/control?rev=58214&op=diff
==============================================================================
--- trunk/libemail-send-perl/debian/control (original)
+++ trunk/libemail-send-perl/debian/control Fri May 21 19:55:01 2010
@@ -1,7 +1,7 @@
 Source: libemail-send-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7)
+Build-Depends: debhelper (>= 7.0.50)
 Build-Depends-Indep: perl, perl (>= 5.10) | libmodule-pluggable-perl (>= 2.97),
  libreturn-value-perl (>= 1.28), libemail-simple-perl (>= 1.92), libclass-accessor-perl,
  libemail-address-perl (>= 1.80), libemail-abstract-perl,
@@ -15,7 +15,7 @@
  Ansgar Burchardt <ansgar at 43-1.org>,
  Nathan Handler <nhandler at ubuntu.com>,
  Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libemail-send-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libemail-send-perl/
 Homepage: http://search.cpan.org/dist/Email-Send/

Modified: trunk/libemail-send-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-send-perl/debian/patches/series?rev=58214&op=diff
==============================================================================
--- trunk/libemail-send-perl/debian/patches/series (original)
+++ trunk/libemail-send-perl/debian/patches/series Fri May 21 19:55:01 2010
@@ -1,1 +1,2 @@
 add_usr_sbin_to_path
+spelling.patch

Added: trunk/libemail-send-perl/debian/patches/spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-send-perl/debian/patches/spelling.patch?rev=58214&op=file
==============================================================================
--- trunk/libemail-send-perl/debian/patches/spelling.patch (added)
+++ trunk/libemail-send-perl/debian/patches/spelling.patch Fri May 21 19:55:01 2010
@@ -1,0 +1,28 @@
+From: Ansgar Burchardt <ansgar at 43-1.org>
+Date: Sat, 22 May 2010 04:50:11 +0900
+Origin: vendor
+Subject: Fix spelling error in documentation
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=57733
+
+--- libemail-send-perl.orig/lib/Email/Send.pm
++++ libemail-send-perl/lib/Email/Send.pm
+@@ -97,7 +97,7 @@
+ on an object. The mailer object will be passed as the first argument. Second,
+ the actual C<Email::Simple> object for a message will be passed. Finally, any
+ additional arguments passed to C<send> will be passed to this method in the
+-order they were recieved.
++order they were received.
+ 
+ This is useful if you are sending in bulk.
+ 
+--- libemail-send-perl.orig/lib/Email/Send/Test.pm
++++ libemail-send-perl/lib/Email/Send/Test.pm
+@@ -111,7 +111,7 @@
+ 
+ =head2 emails
+ 
+-The C<emails> method is the prefered and recommended method of getting
++The C<emails> method is the preferred and recommended method of getting
+ access to the email trap.
+ 
+ In list context, returns the content of the trap array as a list.

Modified: trunk/libemail-send-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-send-perl/debian/rules?rev=58214&op=diff
==============================================================================
--- trunk/libemail-send-perl/debian/rules (original)
+++ trunk/libemail-send-perl/debian/rules Fri May 21 19:55:01 2010
@@ -4,7 +4,7 @@
 TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 %:
-	dh --with quilt $@
+	dh $@
 
 override_dh_installexamples:
 	dh_installexamples

Added: trunk/libemail-send-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-send-perl/debian/source/format?rev=58214&op=file
==============================================================================
--- trunk/libemail-send-perl/debian/source/format (added)
+++ trunk/libemail-send-perl/debian/source/format Fri May 21 19:55:01 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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