--- libbenchmark-timer-perl-0.7102.orig/debian/libbenchmark-timer-perl.docs +++ libbenchmark-timer-perl-0.7102/debian/libbenchmark-timer-perl.docs @@ -0,0 +1 @@ +README --- libbenchmark-timer-perl-0.7102.orig/debian/copyright +++ libbenchmark-timer-perl-0.7102/debian/copyright @@ -0,0 +1,31 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Andrew Ho, David Coppit +Upstream-Source: http://search.cpan.org/dist/Benchmark-Timer/ +Upstream-Name: Benchmark-Timer +Comment: + Initial packaging of this module was kindly funded by Dembach Goo Informatik + on behalf of Allianz24. + +Files: * +Copyright: (c) 2000-2001 Andrew Ho +Copyright: (c) 2004 David Coppit + The original code (written before April 20, 2001) was written by Andrew Ho + , and is copyright (c) 2000-2001 Andrew Ho. Versions up to + 0.5 are distributed under the same terms as Perl. + . + Maintenance of this module is now being done by David Coppit + . +License: GPL-2+ + +Files: debian/* +Copyright: (c) 2009 Christoph Berg +License: GPL-2+ + +License: GPL-2+ + 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; version 2 dated June, 1991, or (at your + option) any later version. + On Debian GNU/Linux systems, the complete text of version 2 of the GNU + General Public License can be found in `/usr/share/common-licenses/GPL-2' --- libbenchmark-timer-perl-0.7102.orig/debian/watch +++ libbenchmark-timer-perl-0.7102/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Benchmark-Timer/ .*/Benchmark-Timer-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libbenchmark-timer-perl-0.7102.orig/debian/control +++ libbenchmark-timer-perl-0.7102/debian/control @@ -0,0 +1,20 @@ +Source: libbenchmark-timer-perl +Section: perl +Priority: extra +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl +Maintainer: Debian Perl Group +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/Benchmark-Timer/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libbenchmark-timer-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libbenchmark-timer-perl/ + +Package: libbenchmark-timer-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends} +Description: Benchmarking with statistical confidence + The Benchmark::Timer class allows you to time portions of code conveniently, + as well as benchmark code by allowing timings of repeated trials. It is + perfect for when you need more precise information about the running time of + portions of your code than the Benchmark module will give you, but don't want + to go all out and profile your code. --- libbenchmark-timer-perl-0.7102.orig/debian/rules +++ libbenchmark-timer-perl-0.7102/debian/rules @@ -0,0 +1,10 @@ +#!/usr/bin/make -f + +binary binary-indep: + dh --until=dh_auto_install $@ + rm debian/libbenchmark-timer-perl/usr/share/perl5/Benchmark/delta.pl + rm debian/libbenchmark-timer-perl/usr/share/man/man3/Benchmark::delta.3pm + dh $@ + +%: + dh $@ --- libbenchmark-timer-perl-0.7102.orig/debian/compat +++ libbenchmark-timer-perl-0.7102/debian/compat @@ -0,0 +1 @@ +7 --- libbenchmark-timer-perl-0.7102.orig/debian/changelog +++ libbenchmark-timer-perl-0.7102/debian/changelog @@ -0,0 +1,30 @@ +libbenchmark-timer-perl (0.7102-1) unstable; urgency=low + + * New upstream version, only Module::Install is updated. + + [ Salvatore Bonaccorso ] + * 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). + + [ gregor herrmann ] + * debian/control: Changed: (build-)depend on perl instead of perl- + modules. + + [ Christoph Berg ] + * Bump Standards-Version. + * Remove myself from uploaders. + + -- Christoph Berg Thu, 03 Dec 2009 14:36:37 +0100 + +libbenchmark-timer-perl (0.7101-2) unstable; urgency=low + + * Add copyright note on initial packaging. + + -- Christoph Berg Fri, 03 Jul 2009 12:16:14 +0200 + +libbenchmark-timer-perl (0.7101-1) unstable; urgency=low + + * Initial Release. + + -- Christoph Berg Fri, 3 Jul 2009 11:36:24 +0200