r50358 - in /trunk/libgearman-client-perl/debian: changelog control
    jawnsy-guest at users.alioth.debian.org 
    jawnsy-guest at users.alioth.debian.org
       
    Wed Jan  6 14:17:58 UTC 2010
    
    
  
Author: jawnsy-guest
Date: Wed Jan  6 14:16:09 2010
New Revision: 50358
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=50358
Log:
* Standards-Version 3.8.3 (drop perl version dep)
* Add myself to Uploaders and Copyright
* Slight rewrite of the control description
Modified:
    trunk/libgearman-client-perl/debian/changelog
    trunk/libgearman-client-perl/debian/control
Modified: trunk/libgearman-client-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgearman-client-perl/debian/changelog?rev=50358&op=diff
==============================================================================
--- trunk/libgearman-client-perl/debian/changelog (original)
+++ trunk/libgearman-client-perl/debian/changelog Wed Jan  6 14:16:09 2010
@@ -4,6 +4,9 @@
   * Use new short debhelper 7 rules format
   * No longer install README and HACKING
   * Update watch file to match upstream
+  * Standards-Version 3.8.3 (drop perl version dep)
+  * Add myself to Uploaders and Copyright
+  * Slight rewrite of the control description
 
  -- Jonathan Yu <jawnsy at cpan.org>  Tue, 05 Jan 2010 17:46:49 -0500
 
Modified: trunk/libgearman-client-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgearman-client-perl/debian/control?rev=50358&op=diff
==============================================================================
--- trunk/libgearman-client-perl/debian/control (original)
+++ trunk/libgearman-client-perl/debian/control Wed Jan  6 14:16:09 2010
@@ -1,21 +1,24 @@
 Source: libgearman-client-perl
 Section: perl
 Priority: optional
-Maintainer: Pascal Hakim <pasc at debian.org>
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: libstring-crc32-perl
-Standards-Version: 3.7.2
+Build-Depends-Indep: perl, libstring-crc32-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>
+Standards-Version: 3.8.3
+Homepage: http://search.cpan.org/dist/Gearman/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libgearman-client-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libgearman-client-perl/
 
 Package: libgearman-client-perl
 Architecture: all
 Depends: libstring-crc32-perl, ${perl:Depends}
-Description: Client for gearman distributed job system
+Description: client for the Gearman distributed job system
  Gearman is a system to farm out work to other machines, dispatching function
  calls to machines that are better suited to do work, to do work in parallel,
  to load balance lots of function calls, or to call functions between
  languages.
  .
  This package contains a client class for the Gearman distributed job system,
- providing a framework for sending jobs to one or more Gearman servers.
- .
- URL: http://www.danga.com/gearman/
+ providing a framework for sending jobs to one or more Gearman servers. For
+ more information, see <URL:http://www.danga.com/gearman/>.
    
    
More information about the Pkg-perl-cvs-commits
mailing list