r65099 - in /trunk/libnet-imap-simple-perl/debian: changelog control copyright patches/ patches/series patches/spelling.patch rules source/ source/format

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Nov 20 20:25:08 UTC 2010


Author: gregoa
Date: Sat Nov 20 20:25:02 2010
New Revision: 65099

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=65099
Log:
* Switch to source format 3.0 (quilt).
* Set Standards-Version to 3.9.1; remove version from perl build dependency.
* debian/control: add libparse-recdescent-perl to Build-Depends-Indep and
  Recommends. Add libclass-accessor-perl, libregexp-common-perl to B-D-I
  (used by tests).
* debian/copyright: update formatting, and years of upstream copyright; add
  info about new third party files.
* Add a patch for a spelling mistake.

Added:
    trunk/libnet-imap-simple-perl/debian/patches/
    trunk/libnet-imap-simple-perl/debian/patches/series
    trunk/libnet-imap-simple-perl/debian/patches/spelling.patch
    trunk/libnet-imap-simple-perl/debian/source/
    trunk/libnet-imap-simple-perl/debian/source/format
Modified:
    trunk/libnet-imap-simple-perl/debian/changelog
    trunk/libnet-imap-simple-perl/debian/control
    trunk/libnet-imap-simple-perl/debian/copyright
    trunk/libnet-imap-simple-perl/debian/rules

Modified: trunk/libnet-imap-simple-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-imap-simple-perl/debian/changelog?rev=65099&op=diff
==============================================================================
--- trunk/libnet-imap-simple-perl/debian/changelog (original)
+++ trunk/libnet-imap-simple-perl/debian/changelog Sat Nov 20 20:25:02 2010
@@ -1,9 +1,4 @@
 libnet-imap-simple-perl (1.2018-1) UNRELEASED; urgency=low
-
-  TODO: this has Net::IMAP::Server in Configure_Requires. This means
-  we need to have that package done before this one can be tested.
-
-  WAITS-FOR: libnet-imap-server-perl
 
   [ Jonathan Yu ]
   * New upstream release
@@ -13,6 +8,14 @@
 
   [ gregor herrmann ]
   * New upstream release.
+  * Switch to source format 3.0 (quilt).
+  * Set Standards-Version to 3.9.1; remove version from perl build dependency.
+  * debian/control: add libparse-recdescent-perl to Build-Depends-Indep and
+    Recommends. Add libclass-accessor-perl, libregexp-common-perl to B-D-I
+    (used by tests).
+  * debian/copyright: update formatting, and years of upstream copyright; add
+    info about new third party files.
+  * Add a patch for a spelling mistake.
 
  -- gregor herrmann <gregoa at debian.org>  Sat, 20 Nov 2010 21:03:09 +0100
 

Modified: trunk/libnet-imap-simple-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-imap-simple-perl/debian/control?rev=65099&op=diff
==============================================================================
--- trunk/libnet-imap-simple-perl/debian/control (original)
+++ trunk/libnet-imap-simple-perl/debian/control Sat Nov 20 20:25:02 2010
@@ -1,14 +1,15 @@
 Source: libnet-imap-simple-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.50)
-Build-Depends-Indep: perl (>= 5.8.8), libtest-pod-perl,
- libtest-pod-coverage-perl, libtest-perl-critic-perl
+Build-Depends: debhelper (>= 7.0.50~)
+Build-Depends-Indep: perl, libtest-pod-perl,
+ libtest-pod-coverage-perl, libtest-perl-critic-perl,
+ libparse-recdescent-perl, libclass-accessor-perl, libregexp-common-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Allard Hoeve <allard at byte.nl>, Gunnar Wolf <gwolf at debian.org>,
  gregor herrmann <gregoa at debian.org>, Rene Mayorga <rmayorga at debian.org>,
  Nathan Handler <nhandler at ubuntu.com>, Jonathan Yu <jawnsy at cpan.org>
-Standards-Version: 3.8.2
+Standards-Version: 3.9.1
 Homepage: http://search.cpan.org/dist/Net-IMAP-Simple/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnet-imap-simple-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libnet-imap-simple-perl/
@@ -16,7 +17,8 @@
 Package: libnet-imap-simple-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
-Recommends: libio-socket-ssl-perl, libio-socket-inet6-perl
+Recommends: libio-socket-ssl-perl, libio-socket-inet6-perl,
+ libparse-recdescent-perl
 Description: Perl module to manage an IMAP account
  Net::IMAP::Simple provides a simple way to access and manipulate information
  on Internet Message Access Protocol (IMAP) capable servers. The API is mostly

Modified: trunk/libnet-imap-simple-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-imap-simple-perl/debian/copyright?rev=65099&op=diff
==============================================================================
--- trunk/libnet-imap-simple-perl/debian/copyright (original)
+++ trunk/libnet-imap-simple-perl/debian/copyright Sat Nov 20 20:25:02 2010
@@ -1,43 +1,46 @@
-Format-Specification:
-    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
-Upstream-Maintainer: Paul Miller <jettero at cpan.org>
-Upstream-Source: http://search.cpan.org/dist/Net-IMAP-Simple/
-Upstream-Name: Net-IMAP-Simple
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Paul Miller <jettero at cpan.org>
+Source: http://search.cpan.org/dist/Net-IMAP-Simple/
+Name: Net-IMAP-Simple
 
 Files: *
-Copyright: 2009, Paul Miller <jettero at cpan.org>
+Copyright: 2009-2010, Paul Miller <jettero at cpan.org>
  2005, Colin Faber <cfaber at fpsn.net>
  2004, Casey West <casey at geeknst.com>
  1999, Joao Fonseca <joao_g_fonseca at yahoo.com>
-License-Alias: Perl
-License: Artistic | GPL-1+
+License: Artistic or GPL-1+
+
+Files: contrib/SimpleX.*
+Copyright: 2010, Jason Woodward
+License: Artistic or GPL-1+
 
 Files: debian/*
 Copyright: 2009, Jonathan Yu <jawnsy at cpan.org>
- 2006-2009, gregor herrmann <gregoa at debian.org>
+ 2006-2010, gregor herrmann <gregoa at debian.org>
  2009, Nathan Handler <nhandler at ubuntu.com>
- 2007, Rene Mayorga <rmayorga at debian.org.sv>
+ 2007, Rene Mayorga <rmayorga at debian.org>
  2006, Frank Lichtenheld <djpig at debian.org>
  2005, 2007, Gunnar Wolf <gwolf at debian.org>
  2004, Joost van Baal <joostvb at uvt.nl>
 License-Alias: Perl
-License: Artistic | GPL-1+
+License: Artistic or GPL-1+
 
 Files: inc/Net/IMAP/*
 Copyright: 2009, Best Practical Solutions, LLC.
-License-Alias: Perl
-License: Artistic | GPL-1+
+License: Artistic or 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'
+ 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 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'
+ 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 systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.

Added: trunk/libnet-imap-simple-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-imap-simple-perl/debian/patches/series?rev=65099&op=file
==============================================================================
--- trunk/libnet-imap-simple-perl/debian/patches/series (added)
+++ trunk/libnet-imap-simple-perl/debian/patches/series Sat Nov 20 20:25:02 2010
@@ -1,0 +1,1 @@
+spelling.patch

Added: trunk/libnet-imap-simple-perl/debian/patches/spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-imap-simple-perl/debian/patches/spelling.patch?rev=65099&op=file
==============================================================================
--- trunk/libnet-imap-simple-perl/debian/patches/spelling.patch (added)
+++ trunk/libnet-imap-simple-perl/debian/patches/spelling.patch Sat Nov 20 20:25:02 2010
@@ -1,0 +1,17 @@
+Description: fix a spelling mistake
+Origin: vendor
+Forwarded: no
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2010-11-20
+
+--- a/contrib/SimpleX.pod
++++ b/contrib/SimpleX.pod
+@@ -73,7 +73,7 @@
+ 
+ 
+ For multipart messages, the object contains sub-objects for each message part,
+-accessable via the parts() method and inspected via the has_parts() method.
++accessible via the parts() method and inspected via the has_parts() method.
+ The type method describes the type of multipart (such as mixed or alternative).
+ The parts method returns a list of sub parts, which themselves may have
+ subparts, and so on.

Modified: trunk/libnet-imap-simple-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-imap-simple-perl/debian/rules?rev=65099&op=diff
==============================================================================
--- trunk/libnet-imap-simple-perl/debian/rules (original)
+++ trunk/libnet-imap-simple-perl/debian/rules Sat Nov 20 20:25:02 2010
@@ -3,6 +3,8 @@
 %:
 	dh $@
 
+override_dh_auto_configure:
+	OVERRIDE_DEFAULT_SX=y dh_auto_configure
+
 override_dh_auto_test:
 	TEST_AUTHOR=1 dh_auto_test
-	

Added: trunk/libnet-imap-simple-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-imap-simple-perl/debian/source/format?rev=65099&op=file
==============================================================================
--- trunk/libnet-imap-simple-perl/debian/source/format (added)
+++ trunk/libnet-imap-simple-perl/debian/source/format Sat Nov 20 20:25:02 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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