r43018 - in /trunk/libevent-perl/debian: changelog control

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Aug 27 15:21:35 UTC 2009


Author: gregoa
Date: Thu Aug 27 15:21:29 2009
New Revision: 43018

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=43018
Log:
* debian/control:
  - remove version from perl build dependency as allowed since Policy 3.8.3
  - make short description a noun phrase
  - slightly rephrase long description in order to point out the module name

Modified:
    trunk/libevent-perl/debian/changelog
    trunk/libevent-perl/debian/control

Modified: trunk/libevent-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libevent-perl/debian/changelog?rev=43018&op=diff
==============================================================================
--- trunk/libevent-perl/debian/changelog (original)
+++ trunk/libevent-perl/debian/changelog Thu Aug 27 15:21:29 2009
@@ -21,6 +21,12 @@
     - Switch to short rules format
   * debian/docs:
     - Add file to install Tutorial.pdf
+
+  [ gregor herrmann ]
+  * debian/control:
+    - remove version from perl build dependency as allowed since Policy 3.8.3
+    - make short description a noun phrase
+    - slightly rephrase long description in order to point out the module name
 
  -- Nathan Handler <nhandler at ubuntu.com>  Thu, 27 Aug 2009 02:39:28 +0000
 

Modified: trunk/libevent-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libevent-perl/debian/control?rev=43018&op=diff
==============================================================================
--- trunk/libevent-perl/debian/control (original)
+++ trunk/libevent-perl/debian/control Thu Aug 27 15:21:29 2009
@@ -8,14 +8,14 @@
 Homepage: http://search.cpan.org/dist/Event/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libevent-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libevent-perl/
-Build-Depends: debhelper (>= 7), perl (>= 5.6.1-16)
+Build-Depends: debhelper (>= 7), perl
 
 Package: libevent-perl
 Architecture: any
 Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Recommends: libtime-hires-perl
-Description: Generic Perl event loop
- Provides a simple and optimized event loop for a rather broad number of
- applications. It allows Perl programs to register interest in events that
- concern it, and will receive those events.
+Description: generic Perl event loop module
+ The Event module provides a simple and optimized event loop for a rather
+ broad number of applications. It allows Perl programs to register interest in
+ events that concern it, and will receive those events.
  




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