r63765 - in /trunk/libemail-outlook-message-perl/debian: changelog control copyright libemail-outlook-message-perl.docs

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Oct 15 19:24:49 UTC 2010


Author: gregoa
Date: Fri Oct 15 19:24:33 2010
New Revision: 63765

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=63765
Log:
* Don't install README anymore.
* debian/copyright: refresh license stanzas.
* Add /me to Uploaders.
* debian/control: improve short and long descriptions.

Modified:
    trunk/libemail-outlook-message-perl/debian/changelog
    trunk/libemail-outlook-message-perl/debian/control
    trunk/libemail-outlook-message-perl/debian/copyright
    trunk/libemail-outlook-message-perl/debian/libemail-outlook-message-perl.docs

Modified: trunk/libemail-outlook-message-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-outlook-message-perl/debian/changelog?rev=63765&op=diff
==============================================================================
--- trunk/libemail-outlook-message-perl/debian/changelog (original)
+++ trunk/libemail-outlook-message-perl/debian/changelog Fri Oct 15 19:24:33 2010
@@ -7,6 +7,10 @@
   [ gregor herrmann ]
   * debian/control: adapt (build) dependencies to upstream recommendations,
     thanks to Matijs van Zuijlen for the bug report (closes: #600264).
+  * Don't install README anymore.
+  * debian/copyright: refresh license stanzas.
+  * Add /me to Uploaders.
+  * debian/control: improve short and long descriptions.
 
  -- Olly Betts <olly at survex.com>  Tue, 07 Sep 2010 04:56:25 +0000
 

Modified: trunk/libemail-outlook-message-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-outlook-message-perl/debian/control?rev=63765&op=diff
==============================================================================
--- trunk/libemail-outlook-message-perl/debian/control (original)
+++ trunk/libemail-outlook-message-perl/debian/control Fri Oct 15 19:24:33 2010
@@ -8,7 +8,7 @@
  libio-all-perl,
  libole-storage-lite-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Olly Betts <olly at survex.com>
+Uploaders: Olly Betts <olly at survex.com>, gregor herrmann <gregoa at debian.org>
 Standards-Version: 3.9.1
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libemail-outlook-message/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libemail-outlook-message/
@@ -21,15 +21,13 @@
  libemail-mime-creator-perl,
  libio-all-perl,
  libole-storage-lite-perl
-Description: Read Outlook .msg files
- Parses .msg message files as produced by Microsoft Outlook.
- .
- This module reads e-mail messages stored as .msg files (such as
+Description: module for reading Outlook .msg files
+ Email::Outlook::Message reads e-mail messages stored as .msg files (such as
  generated by Microsoft Outlook), and converts them to Email::MIME objects.
  .
- Not all data in the .msg file is converted.  The meaning of some parts
- hasn't been worked out, while other parts do not make sense outside of Outlook
- and Exchange.
+ Not all data in the .msg file is converted.  The meaning of some parts hasn't
+ been worked out, while other parts do not make sense outside of Outlook and
+ Exchange.
  .
  Currently GPG signed mail is not processed correctly and neither are
  attachments of type 'appledoublefile'.

Modified: trunk/libemail-outlook-message-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-outlook-message-perl/debian/copyright?rev=63765&op=diff
==============================================================================
--- trunk/libemail-outlook-message-perl/debian/copyright (original)
+++ trunk/libemail-outlook-message-perl/debian/copyright Fri Oct 15 19:24:33 2010
@@ -9,14 +9,15 @@
 
 Files: debian/*
 Copyright: 2010, Olly Betts <olly at survex.com>
+ 2010, gregor herrmann <gregoa at debian.org>
 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'.
+ 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
@@ -24,5 +25,5 @@
  the Free Software Foundation; either version 1, or (at your option)
  any later version.
  .
- On Debian GNU/Linux systems, the complete text of version 1 of the
- General Public License can be found in `/usr/share/common-licenses/GPL-1'.
+ 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'.

Modified: trunk/libemail-outlook-message-perl/debian/libemail-outlook-message-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-outlook-message-perl/debian/libemail-outlook-message-perl.docs?rev=63765&op=diff
==============================================================================
--- trunk/libemail-outlook-message-perl/debian/libemail-outlook-message-perl.docs (original)
+++ trunk/libemail-outlook-message-perl/debian/libemail-outlook-message-perl.docs Fri Oct 15 19:24:33 2010
@@ -1,2 +1,1 @@
-README
 TODO




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