r862 - packages/libuser-identity-perl/trunk/debian

Gunnar Wolf gwolf@costa.debian.org
Thu, 31 Mar 2005 18:49:28 +0000


Author: gwolf
Date: 2005-03-31 18:49:27 +0000 (Thu, 31 Mar 2005)
New Revision: 862

Modified:
   packages/libuser-identity-perl/trunk/debian/changelog
   packages/libuser-identity-perl/trunk/debian/control
   packages/libuser-identity-perl/trunk/debian/rules
Log:
Fixed description, omitted README from built package


Modified: packages/libuser-identity-perl/trunk/debian/changelog
===================================================================
--- packages/libuser-identity-perl/trunk/debian/changelog	2005-03-31 18:26:46 UTC (rev 861)
+++ packages/libuser-identity-perl/trunk/debian/changelog	2005-03-31 18:49:27 UTC (rev 862)
@@ -1,3 +1,12 @@
+libuser-identity-perl (0.90-2) unstable; urgency=low
+
+  * Fixed description, as it referred only to a submodule, not to the
+    whole module. Thanks, Peter Samuelson, for pointing it out.
+  * Removed README from the doc dir, as it is just the dummy README
+    generated by h2xs
+
+ -- Gunnar Wolf <gwolf@debian.org>  Thu, 31 Mar 2005 12:49:31 -0600
+
 libuser-identity-perl (0.90-1) unstable; urgency=low
 
   * Initial Release (Closes: #302278)

Modified: packages/libuser-identity-perl/trunk/debian/control
===================================================================
--- packages/libuser-identity-perl/trunk/debian/control	2005-03-31 18:26:46 UTC (rev 861)
+++ packages/libuser-identity-perl/trunk/debian/control	2005-03-31 18:49:27 UTC (rev 862)
@@ -10,14 +10,13 @@
 Package: libuser-identity-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, 
-Description:  manages different identities/roles used for email
- The "Mail::Identity" object contains the description of role played
- by a human when sending e-mail.  Most people have more than one role
- these days: for instance, a private and a company role with different
- e-mail addresses.
+Description: manages different identities/roles used by a physical person
+ The C<User::Identity> object is created to maintain a set of informational
+ objects which are related to one user.  The C<User::Identity> module tries to
+ be smart providing defaults, conversions and often required combinations.  
  .
- An "Mail::Identity" object combines an e-mail address, user
- description ("phrase"), a signature, pgp-key, and so on.  All fields
- are optional, and some fields are smart.  One such set of data
- represents one role. "Mail::Identity" is therefore the smart cousine
- of the Mail::Address object.
+ The identities are not implementing any kind of storage, and can therefore
+ be created by any simple or complex Perl program.  This way, it is more
+ flexible than an XML file to store the data.  For instance, you can decide
+ to store the data with Data::Dumper, Storable, DBI, AddressBook
+ or whatever.  Extension to simplify this task are still to be developed.

Modified: packages/libuser-identity-perl/trunk/debian/rules
===================================================================
--- packages/libuser-identity-perl/trunk/debian/rules	2005-03-31 18:26:46 UTC (rev 861)
+++ packages/libuser-identity-perl/trunk/debian/rules	2005-03-31 18:49:27 UTC (rev 862)
@@ -64,7 +64,7 @@
 #	dh_installcron
 #	dh_installmenu
 #	dh_installexamples
-	dh_installdocs README
+	dh_installdocs 
 	dh_installchangelogs Changes
 	dh_perl
 	dh_link