Codebase list libemail-mime-perl / 52629d6
Add transitional dummy packages. These should be removed after the release of squeeze. Jonathan Yu 14 years ago
4 changed file(s) with 41 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 This package introduces two dummy packages to install the older binary
1 packages which have now been made obsolete:
2
3 * libemail-mime-creator-perl
4 * libemail-mime-modifier-perl
5
6 Note that these packages no longer exist upstream -- they have been
7 merged into Email::MIME. Anything that depends on these should have
8 their dependencies adjusted appropriately once squeeze is released.
9
10 Furthermore, these modules are obsolete. The modules themselves do
11 not do anything because their functionality has been integrated into
12 Email::MIME by default.
1818 Email::MIME::Creator (libemail-mime-creator-perl) as a transition
1919 for the merge; once reverse dependencies are fixed, the virtual
2020 packages they provide can be removed
21 * Add transitional dummy packages. These should be removed after
22 the release of squeeze.
2123
2224 [ Nathan Handler ]
2325 * debian/watch: Update to ignore development releases.
3030 MIME-encoded messages. It takes a message as a string, splits it up into its
3131 constituent parts, and allows you access to various parts of the message.
3232 Headers are decoded from MIME encoding.
33
34 Package: libemail-mime-modifier-perl
35 Architecture: all
36 Depends: ${misc:Depends}, ${perl:Depends}, libemail-mime-perl (>= 1.901)
37 Description: module for simple MIME message parsing
38 Email::MIME is an extension of the Email::Simple module for easily handling
39 MIME-encoded messages. It takes a message as a string, splits it up into its
40 constituent parts, and allows you access to various parts of the message.
41 Headers are decoded from MIME encoding.
42 .
43 This is a transitional dummy package. The Email::MIME::Modifier is now part
44 of Email::MIME.
45
46 Package: libemail-mime-creator-perl
47 Architecture: all
48 Depends: ${misc:Depends}, ${perl:Depends}, libemail-mime-perl (>= 1.901)
49 Description: module for simple MIME message parsing
50 Email::MIME is an extension of the Email::Simple module for easily handling
51 MIME-encoded messages. It takes a message as a string, splits it up into its
52 constituent parts, and allows you access to various parts of the message.
53 Headers are decoded from MIME encoding.
54 .
55 This is a transitional dummy package. The Email::MIME::Creator is now part
56 of Email::MIME.
57