r31629 - in /trunk/libfile-counterfile-perl/debian: changelog control

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Mar 7 16:03:38 UTC 2009


Author: gregoa
Date: Sat Mar  7 16:03:34 2009
New Revision: 31629

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=31629
Log:
debian/control: de-capitalize short description, mention module name in
long description, remove unused build dependency on cdbs.

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

Modified: trunk/libfile-counterfile-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-counterfile-perl/debian/changelog?rev=31629&op=diff
==============================================================================
--- trunk/libfile-counterfile-perl/debian/changelog (original)
+++ trunk/libfile-counterfile-perl/debian/changelog Sat Mar  7 16:03:34 2009
@@ -1,9 +1,14 @@
 libfile-counterfile-perl (1.04-4) unstable; urgency=low
 
+  [ Ryan Niebur ]
   * Take over for the Debian Perl Group; Closes: #504263 -- RFA
   * add myself to uploaders
   * machine readable copyright format
   * debhelper 7
+
+  [ gregor herrmann ]
+  * debian/control: de-capitalize short description, mention module name in
+    long description, remove unused build dependency on cdbs.
 
  -- Ryan Niebur <ryanryan52 at gmail.com>  Fri, 06 Mar 2009 23:17:20 -0800
 

Modified: trunk/libfile-counterfile-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-counterfile-perl/debian/control?rev=31629&op=diff
==============================================================================
--- trunk/libfile-counterfile-perl/debian/control (original)
+++ trunk/libfile-counterfile-perl/debian/control Sat Mar  7 16:03:34 2009
@@ -6,15 +6,14 @@
 Standards-Version: 3.8.0
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libfile-counterfile-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libfile-counterfile-perl/
-Build-Depends: cdbs, debhelper (>= 7), perl (>> 5.6.1)
+Build-Depends: debhelper (>= 7), perl (>> 5.6.1)
 Homepage: http://search.cpan.org/dist/File-CounterFile/
 
 Package: libfile-counterfile-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
-Description: Persistent counter class for Perl
- This module implements a persistent counter class. Each counter
- is represented by a separate file in the file system. File
- locking is applied, so multiple processes might try to access
- the same counters at the same time without risk of counter
- destruction.
+Description: persistent counter class for Perl
+ File::CounterFile implements a persistent counter class. Each counter is
+ represented by a separate file in the file system. File locking is applied,
+ so multiple processes might try to access the same counters at the same time
+ without risk of counter destruction.




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