r34918 - in /trunk/libthread-serialize-perl/debian: changelog control

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu May 7 20:34:51 UTC 2009


Author: gregoa
Date: Thu May  7 20:34:45 2009
New Revision: 34918

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=34918
Log:
* debian/control:
  - remove "note of from" long description, thanks to Gerfried Fuchs for the
    bug report (closes: #527034)
  - (build) depend on perl (>= 5.8)
  - make short description a noun phrase

Modified:
    trunk/libthread-serialize-perl/debian/changelog
    trunk/libthread-serialize-perl/debian/control

Modified: trunk/libthread-serialize-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libthread-serialize-perl/debian/changelog?rev=34918&op=diff
==============================================================================
--- trunk/libthread-serialize-perl/debian/changelog (original)
+++ trunk/libthread-serialize-perl/debian/changelog Thu May  7 20:34:45 2009
@@ -1,3 +1,13 @@
+libthread-serialize-perl (0.10-2) UNRELEASED; urgency=low
+
+  * debian/control:
+    - remove "note of from" long description, thanks to Gerfried Fuchs for the
+      bug report (closes: #527034)
+    - (build) depend on perl (>= 5.8)
+    - make short description a noun phrase
+
+ -- gregor herrmann <gregoa at debian.org>  Thu, 07 May 2009 22:33:26 +0200
+
 libthread-serialize-perl (0.10-1) unstable; urgency=low
 
   * Initial Release. (Closes: #501714)

Modified: trunk/libthread-serialize-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libthread-serialize-perl/debian/control?rev=34918&op=diff
==============================================================================
--- trunk/libthread-serialize-perl/debian/control (original)
+++ trunk/libthread-serialize-perl/debian/control Thu May  7 20:34:45 2009
@@ -2,7 +2,7 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl (>= 5.6.0-12), libload-perl
+Build-Depends-Indep: perl (>= 5.8), libload-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Matt Zagrabelny <mzagrabe at d.umn.edu>
 Standards-Version: 3.8.1
@@ -12,17 +12,8 @@
 
 Package: libthread-serialize-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libload-perl
-Description:  serialize data-structures between threads
- *** A note of CAUTION ***
- .
- Thread::Serialize only functions on Perl versions 5.8.0 and later.
- And then only when threads are enabled with -Dusethreads. It
- is of no use with any version of Perl before 5.8.0 or without
- threads enabled.
- .
- *************************
- .
+Depends: ${misc:Depends}, ${perl:Depends}, perl (>= 5.8), libload-perl
+Description: module to serialize data-structures between threads
  The Thread::Serialize module is a library for centralizing the routines used
  to serialize data-structures between threads. Because of this central
  location, other modules such as Thread::Conveyor, Thread::Pool or Thread::Tie




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