r18877 - in /trunk/libtime-duration-parse-perl/debian: control copyright patches/

yvesago-guest at users.alioth.debian.org yvesago-guest at users.alioth.debian.org
Sun Apr 20 08:27:34 UTC 2008


Author: yvesago-guest
Date: Sun Apr 20 08:27:33 2008
New Revision: 18877

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=18877
Log:
* better description
* remove stupid but funny patch for copyright fix in copyright file, copyright year is now fixed only in copyright file

Removed:
    trunk/libtime-duration-parse-perl/debian/patches/
Modified:
    trunk/libtime-duration-parse-perl/debian/control
    trunk/libtime-duration-parse-perl/debian/copyright

Modified: trunk/libtime-duration-parse-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtime-duration-parse-perl/debian/control?rev=18877&op=diff
==============================================================================
--- trunk/libtime-duration-parse-perl/debian/control (original)
+++ trunk/libtime-duration-parse-perl/debian/control Sun Apr 20 08:27:33 2008
@@ -1,7 +1,7 @@
 Source: libtime-duration-parse-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5), quilt (>= 0.40)
+Build-Depends: debhelper (>= 5)
 Build-Depends-Indep: perl (>= 5.6.10-12), libexporter-lite-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: AGOSTINI Yves <agostini at univ-metz.fr>
@@ -17,11 +17,4 @@
  Time::Duration::Parse is a module to parse human readable duration
  strings like 2 minutes and 3 seconds to seconds.
  .
- It does the opposite of duration_exact function in Time::Duration
- and is roundtrip safe. So, the following is always true.
- .
- use Time::Duration::Parse;
- use Time::Duration;
- .
- my $seconds = int rand 100000;
- is( parse_duration(duration_exact($seconds)), $seconds );
+ parse_duration '6 Minutes and 3 seconds' == 363 ;

Modified: trunk/libtime-duration-parse-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtime-duration-parse-perl/debian/copyright?rev=18877&op=diff
==============================================================================
--- trunk/libtime-duration-parse-perl/debian/copyright (original)
+++ trunk/libtime-duration-parse-perl/debian/copyright Sun Apr 20 08:27:33 2008
@@ -4,7 +4,7 @@
 
 The upstream author is: 
 
-Tatsuhiko Miyagawa <miyagawa at bulknews.net>.
+Copyright 2006-2008 by Tatsuhiko Miyagawa <miyagawa at bulknews.net>.
 
 
 This library is free software; you can redistribute it and/or modify




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