r63730 - in /trunk/libfile-homedir-perl/debian: changelog control

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Fri Oct 15 06:15:32 UTC 2010


Author: dmn
Date: Fri Oct 15 06:15:19 2010
New Revision: 63730

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=63730
Log:
improved description

Modified:
    trunk/libfile-homedir-perl/debian/changelog
    trunk/libfile-homedir-perl/debian/control

Modified: trunk/libfile-homedir-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-homedir-perl/debian/changelog?rev=63730&op=diff
==============================================================================
--- trunk/libfile-homedir-perl/debian/changelog (original)
+++ trunk/libfile-homedir-perl/debian/changelog Fri Oct 15 06:15:19 2010
@@ -11,6 +11,7 @@
       libfile-which-perl (>= 0.05)
       libfile-path-perl (>= 2.01)
       perl (>= 5.10.1) | libfile-temp-perl (>= 0.19)
+    + improved description
   * Add debian/watch.
   * copyright: rewrite, convert to machine-readable format
     + claim ultimate copyright over debian/* as the content there is re-created

Modified: trunk/libfile-homedir-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-homedir-perl/debian/control?rev=63730&op=diff
==============================================================================
--- trunk/libfile-homedir-perl/debian/control (original)
+++ trunk/libfile-homedir-perl/debian/control Fri Oct 15 06:15:19 2010
@@ -16,7 +16,12 @@
 Depends: ${misc:Depends}, ${perl:Depends}, libfile-which-perl (>= 0.05),
  perl (>= 5.10.0) | libfile-path-perl (>= 2.01),
  perl (>= 5.10.1) | libfile-temp-perl (>= 0.19)
-Description: Get the home directory for yourself or other users in Perl
- File::HomeDir is a module for dealing with issues relating to the location
- of directories for various purposes that are "owned" by a user, and to solve
- these problems consistently across a wide variety of platforms.
+Description: Perl module for finding user directories across platforms
+ File::HomeDir is a module for locating the directories that are "owned" by a
+ user (typicaly your user) and to solve the various issues that arise trying to
+ find them consistently across a wide variety of platforms.
+ .
+ The end result is a single API that can find your resources on any platform,
+ making it relatively trivial to create Perl software that works elegantly and
+ correctly no matter where you run it.
+




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