[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#596247: future unblock: libtime-progress-perl/1.7-1



Hi Release Team

So upstream fixed already the small typo, and released the new
version. So the debdiff is slightly shorter, it is attached.

 Changes              |    8 ++++++++
 META.yml             |    6 ++++--
 Progress.pm          |   24 ++++++++++++++----------
 debian/changelog     |   16 ++++++++++++++++
 debian/control       |    4 ++--
 debian/copyright     |   38 +++++++++++++++++++-------------------
 debian/rules         |   21 +--------------------
 debian/source/format |    1 +
 test.pl              |   17 -----------------
 9 files changed, 65 insertions(+), 70 deletions(-)

So it would be now,

unblock libtime-progress-perl/1.7-1

Bests
Salvatore
diff -Nru libtime-progress-perl-1.5/Changes libtime-progress-perl-1.7/Changes
--- libtime-progress-perl-1.5/Changes	2009-02-06 23:04:51.000000000 +0100
+++ libtime-progress-perl-1.7/Changes	2010-09-10 10:15:12.000000000 +0200
@@ -1,5 +1,13 @@
 Revision history for Perl extension Time::Progress.
 
+1.7   Fri Sep 10 2010
+
+ - fixed spelling (note by Salvatore Bonaccorso)
+
+1.6   Wed Sep  8 2010
+
+  - fixed helpers (note by Andreas Koenig)
+
 1.5   Wed Feb  6 2009
 
   - %LlEe formats can take optional width (%10e for example)
diff -Nru libtime-progress-perl-1.5/debian/changelog libtime-progress-perl-1.7/debian/changelog
--- libtime-progress-perl-1.5/debian/changelog	2010-09-10 14:05:03.000000000 +0200
+++ libtime-progress-perl-1.7/debian/changelog	2010-09-10 13:37:25.000000000 +0200
@@ -1,3 +1,19 @@
+libtime-progress-perl (1.7-1) unstable; urgency=low
+
+  * Team upload.
+  * New upstream release
+  * debian/control: Changed: Replace versioned (build-)dependency on
+    perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
+    permitted by Debian Policy 3.8.3).
+  * debian/rules: Simplify to a three line rules file.
+  * Convert to '3.0 (quilt)' source package format.
+  * Refresh debian/copyright file: Use revision 135 of format-
+    specification in DEP5 for machine-readable copyright file
+    information.
+  * Bump Standards-Version to 3.9.1.
+
+ -- Salvatore Bonaccorso <salvatore.bonaccorso@gmail.com>  Fri, 10 Sep 2010 13:37:22 +0200
+
 libtime-progress-perl (1.5-1) unstable; urgency=low
 
   * Initial Release. (closes: #535137) (LP: #318626)
diff -Nru libtime-progress-perl-1.5/debian/control libtime-progress-perl-1.7/debian/control
--- libtime-progress-perl-1.5/debian/control	2010-09-10 14:05:03.000000000 +0200
+++ libtime-progress-perl-1.7/debian/control	2010-09-09 16:03:59.000000000 +0200
@@ -2,10 +2,10 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl (>= 5.6.0-12)
+Build-Depends-Indep: perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
 Uploaders: Nathan Handler <nhandler@ubuntu.com>
-Standards-Version: 3.8.2
+Standards-Version: 3.9.1
 Homepage: http://search.cpan.org/dist/Time-Progress/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtime-progress-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtime-progress-perl/
diff -Nru libtime-progress-perl-1.5/debian/copyright libtime-progress-perl-1.7/debian/copyright
--- libtime-progress-perl-1.5/debian/copyright	2010-09-10 14:05:03.000000000 +0200
+++ libtime-progress-perl-1.7/debian/copyright	2010-09-09 16:03:48.000000000 +0200
@@ -1,29 +1,29 @@
-Format-Specification:
-    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
-Upstream-Maintainer: Vladi Belperchinov-Shabanski <cade@biscom.net>
-Upstream-Source: http://search.cpan.org/dist/Time-Progress/
-Upstream-Name: Time-Progress
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Vladi Belperchinov-Shabanski <cade@biscom.net>
+Source: http://search.cpan.org/dist/Time-Progress/
+Name: Time-Progress
 
 Files: *
 Copyright: 2001-2009, Vladi Belperchinov-Shabanski <cade@biscom.net>
-License-Alias: Perl
-License: Artistic | GPL-1+
+License: Artistic or GPL-1+
 
 Files: debian/*
 Copyright: 2009, Nathan Handler <nhandler@ubuntu.com>
-License-Alias: Perl
-License: Artistic | GPL-1+
+ 2010, Salvatore Bonaccorso <salvatore.bonaccorso@gmail.com>
+License: Artistic or GPL-1+
 
 License: Artistic
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the Artistic License, which comes with Perl.
-    On Debian GNU/Linux systems, the complete text of the Artistic License
-    can be found in /usr/share/common-licenses/Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
 
 License: GPL-1+
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by 
-    the Free Software Foundation; either version 1, or (at your option)
-    any later version.
-    On Debian GNU/Linux systems, the complete text of the GNU General
-    Public License can be found in `/usr/share/common-licenses/GPL'
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 1, or (at your option)
+ any later version.
+ .
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.
diff -Nru libtime-progress-perl-1.5/debian/rules libtime-progress-perl-1.7/debian/rules
--- libtime-progress-perl-1.5/debian/rules	2010-09-10 14:05:03.000000000 +0200
+++ libtime-progress-perl-1.7/debian/rules	2010-09-09 16:03:48.000000000 +0200
@@ -1,23 +1,4 @@
 #!/usr/bin/make -f
 
-build: build-stamp
-build-stamp:
-	dh build
-	touch $@
-
-clean:
+%:
 	dh $@
-
-install: install-stamp
-install-stamp: build-stamp
-	dh install
-	touch $@
-
-binary-arch:
-
-binary-indep: install
-	dh $@
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build
diff -Nru libtime-progress-perl-1.5/debian/source/format libtime-progress-perl-1.7/debian/source/format
--- libtime-progress-perl-1.5/debian/source/format	1970-01-01 01:00:00.000000000 +0100
+++ libtime-progress-perl-1.7/debian/source/format	2010-09-10 14:05:03.329071884 +0200
@@ -0,0 +1 @@
+3.0 (quilt)
diff -Nru libtime-progress-perl-1.5/META.yml libtime-progress-perl-1.7/META.yml
--- libtime-progress-perl-1.5/META.yml	2009-02-06 23:05:29.000000000 +0100
+++ libtime-progress-perl-1.7/META.yml	2010-09-10 10:15:23.000000000 +0200
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               Time-Progress
-version:            1.5
+version:            1.7
 abstract:           Elapsed and estimated finish time reporting.
 author:
     - Vladi Belperchinov-Shabanski <cade@biscom.net>
@@ -8,12 +8,14 @@
 distribution_type:  module
 configure_requires:
     ExtUtils::MakeMaker:  0
+build_requires:
+    ExtUtils::MakeMaker:  0
 requires:  {}
 no_index:
     directory:
         - t
         - inc
-generated_by:       ExtUtils::MakeMaker version 6.48
+generated_by:       ExtUtils::MakeMaker version 6.56
 meta-spec:
     url:      http://module-build.sourceforge.net/META-spec-v1.4.html
     version:  1.4
diff -Nru libtime-progress-perl-1.5/Progress.pm libtime-progress-perl-1.7/Progress.pm
--- libtime-progress-perl-1.5/Progress.pm	2009-02-06 23:04:43.000000000 +0100
+++ libtime-progress-perl-1.7/Progress.pm	2010-09-10 10:13:39.000000000 +0200
@@ -2,7 +2,7 @@
 use Exporter;
 our @ISA = qw( Exporter );
 our @EXPORT = qw(  );
-our $VERSION = '1.5';
+our $VERSION = '1.7';
 use strict;
 use warnings;
 use Carp;
@@ -143,16 +143,16 @@
 }
 
 sub elapsed
-{ my $self = shift; return $self->report("%l"); }
+{ my $self = shift; return $self->report("%l",@_); }
 
 sub elapsed_str
-{ my $self = shift; return $self->report("elapsed time is %L min.\n"); }
+{ my $self = shift; return $self->report("elapsed time is %L min.\n",@_); }
 
 sub estimate
-{ my $self = shift; return $self->report("%e"); }
+{ my $self = shift; return $self->report("%e",@_); }
 
 sub estimate_str
-{ my $self = shift; return $self->report("remaining time is %E min.\n"); }
+{ my $self = shift; return $self->report("remaining time is %E min.\n",@_); }
 
 1;
 
@@ -225,7 +225,7 @@
 
 =item stop
 
-Sets the stop mark. this is only usefull if you do some work, then finish,
+Sets the stop mark. this is only useful if you do some work, then finish,
 then do some work that shouldn't be timed and finally report. Something
 like:
 
@@ -283,7 +283,7 @@
 
 =item report
 
-B<report> is the most complex method in this package! :)
+B<report> is the most complex method in this package. :)
 
 expected arguments are:
 
@@ -356,17 +356,21 @@
 
 =item elapsed
 
-=item estimated
+=item estimate
+
+helpers -- return elapsed/estimate seconds.
 
 =item elapsed_str
 
-=item estimated_str
+=item estimate_str
 
-helpers -- return elapsed/estimated seconds or string in format:
+helpers -- return elapsed/estimated string in format:
 
   "elapsed time is MM:SS min.\n"
   "remaining time is MM:SS min.\n"
 
+all helpers need one argument--current item.
+
 =back
 
 =head1 FORMAT EXAMPLES
diff -Nru libtime-progress-perl-1.5/test.pl libtime-progress-perl-1.7/test.pl
--- libtime-progress-perl-1.5/test.pl	2008-04-30 01:33:12.000000000 +0200
+++ libtime-progress-perl-1.7/test.pl	1970-01-01 01:00:00.000000000 +0100
@@ -1,17 +0,0 @@
-# Before `make install' is performed this script should be runnable with
-# `make test'. After `make install' it should work as `perl test.pl'
-
-#########################
-
-# change 'tests => 1' to 'tests => last_test_to_print';
-
-use Test;
-BEGIN { plan tests => 1 };
-use Time::Progress;
-ok(1); # If we made it this far, we're ok.
-
-#########################
-
-# Insert your test code below, the Test module is use()ed here so read
-# its man page ( perldoc Test ) for help writing this test script.
-

Attachment: signature.asc
Description: Digital signature


Reply to: