r46929 - in /trunk/libemail-mime-perl/debian: TODO changelog control libemail-mime-perl.install

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Nov 8 22:28:15 UTC 2009


Author: jawnsy-guest
Date: Sun Nov  8 22:28:06 2009
New Revision: 46929

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=46929
Log:
Add transitional dummy packages. These should be removed after
the release of squeeze.

Added:
    trunk/libemail-mime-perl/debian/TODO
    trunk/libemail-mime-perl/debian/libemail-mime-perl.install
Modified:
    trunk/libemail-mime-perl/debian/changelog
    trunk/libemail-mime-perl/debian/control

Added: trunk/libemail-mime-perl/debian/TODO
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-mime-perl/debian/TODO?rev=46929&op=file
==============================================================================
--- trunk/libemail-mime-perl/debian/TODO (added)
+++ trunk/libemail-mime-perl/debian/TODO Sun Nov  8 22:28:06 2009
@@ -1,0 +1,13 @@
+This package introduces two dummy packages to install the older binary
+packages which have now been made obsolete:
+
+ * libemail-mime-creator-perl
+ * libemail-mime-modifier-perl
+
+Note that these packages no longer exist upstream -- they have been
+merged into Email::MIME. Anything that depends on these should have
+their dependencies adjusted appropriately once squeeze is released.
+
+Furthermore, these modules are obsolete. The modules themselves do
+not do anything because their functionality has been integrated into
+Email::MIME by default.

Modified: trunk/libemail-mime-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-mime-perl/debian/changelog?rev=46929&op=diff
==============================================================================
--- trunk/libemail-mime-perl/debian/changelog (original)
+++ trunk/libemail-mime-perl/debian/changelog Sun Nov  8 22:28:06 2009
@@ -19,6 +19,8 @@
     Email::MIME::Creator (libemail-mime-creator-perl) as a transition
     for the merge; once reverse dependencies are fixed, the virtual
     packages they provide can be removed
+  * Add transitional dummy packages. These should be removed after
+    the release of squeeze.
 
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.

Modified: trunk/libemail-mime-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-mime-perl/debian/control?rev=46929&op=diff
==============================================================================
--- trunk/libemail-mime-perl/debian/control (original)
+++ trunk/libemail-mime-perl/debian/control Sun Nov  8 22:28:06 2009
@@ -31,3 +31,28 @@
  MIME-encoded messages. It takes a message as a string, splits it up into its
  constituent parts, and allows you access to various parts of the message.
  Headers are decoded from MIME encoding.
+
+Package: libemail-mime-modifier-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libemail-mime-perl (>= 1.901)
+Description: module for simple MIME message parsing
+ Email::MIME is an extension of the Email::Simple module for easily handling
+ MIME-encoded messages. It takes a message as a string, splits it up into its
+ constituent parts, and allows you access to various parts of the message.
+ Headers are decoded from MIME encoding.
+ .
+ This is a transitional dummy package. The Email::MIME::Modifier is now part
+ of Email::MIME.
+
+Package: libemail-mime-creator-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libemail-mime-perl (>= 1.901)
+Description: module for simple MIME message parsing
+ Email::MIME is an extension of the Email::Simple module for easily handling
+ MIME-encoded messages. It takes a message as a string, splits it up into its
+ constituent parts, and allows you access to various parts of the message.
+ Headers are decoded from MIME encoding.
+ .
+ This is a transitional dummy package. The Email::MIME::Creator is now part  
+ of Email::MIME.
+

Added: trunk/libemail-mime-perl/debian/libemail-mime-perl.install
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-mime-perl/debian/libemail-mime-perl.install?rev=46929&op=file
==============================================================================
--- trunk/libemail-mime-perl/debian/libemail-mime-perl.install (added)
+++ trunk/libemail-mime-perl/debian/libemail-mime-perl.install Sun Nov  8 22:28:06 2009
@@ -1,0 +1,1 @@
+debian/tmp/usr/*




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