r34614 - in /trunk/libbenchmark-progressbar-perl/debian: ./ changelog compat control copyright rules watch

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat May 2 01:00:36 UTC 2009


Author: jawnsy-guest
Date: Sat May  2 01:00:30 2009
New Revision: 34614

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=34614
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/libbenchmark-progressbar-perl/debian/
    trunk/libbenchmark-progressbar-perl/debian/changelog
    trunk/libbenchmark-progressbar-perl/debian/compat
    trunk/libbenchmark-progressbar-perl/debian/control
    trunk/libbenchmark-progressbar-perl/debian/copyright
    trunk/libbenchmark-progressbar-perl/debian/rules   (with props)
    trunk/libbenchmark-progressbar-perl/debian/watch

Added: trunk/libbenchmark-progressbar-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbenchmark-progressbar-perl/debian/changelog?rev=34614&op=file
==============================================================================
--- trunk/libbenchmark-progressbar-perl/debian/changelog (added)
+++ trunk/libbenchmark-progressbar-perl/debian/changelog Sat May  2 01:00:30 2009
@@ -1,0 +1,5 @@
+libbenchmark-progressbar-perl (0.00001-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #525327)
+
+ -- Jonathan Yu <frequency at cpan.org>  Fri, 01 May 2009 20:49:12 -0400

Added: trunk/libbenchmark-progressbar-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbenchmark-progressbar-perl/debian/compat?rev=34614&op=file
==============================================================================
--- trunk/libbenchmark-progressbar-perl/debian/compat (added)
+++ trunk/libbenchmark-progressbar-perl/debian/compat Sat May  2 01:00:30 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libbenchmark-progressbar-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbenchmark-progressbar-perl/debian/control?rev=34614&op=file
==============================================================================
--- trunk/libbenchmark-progressbar-perl/debian/control (added)
+++ trunk/libbenchmark-progressbar-perl/debian/control Sat May  2 01:00:30 2009
@@ -1,0 +1,24 @@
+Source: libbenchmark-progressbar-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: libterm-progressbar-perl, perl (>= 5.6.0-12)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <frequency at cpan.org>
+Standards-Version: 3.8.1
+Homepage: http://search.cpan.org/dist/Benchmark-ProgressBar/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libbenchmark-progressbar-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libbenchmark-progressbar-perl/
+
+Package: libbenchmark-progressbar-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libterm-progressbar-perl
+Description: Perl module that displays progress bar during benchmarking
+ This is a combination of Benchmark and Term::ProgressBar that produces a simple
+ progress bar, which is particularly useful for long-running benchmarks.
+ .
+ You can use it as a drop-in replacement for Benchmark, but the only functions
+ that would display a progress bar are: cmpthese, timethese and timeit.
+ .
+ This module is not compatible for use with Benchmark in the same script. The
+ author doesn't know of any case where this would make sense.

Added: trunk/libbenchmark-progressbar-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbenchmark-progressbar-perl/debian/copyright?rev=34614&op=file
==============================================================================
--- trunk/libbenchmark-progressbar-perl/debian/copyright (added)
+++ trunk/libbenchmark-progressbar-perl/debian/copyright Sat May  2 01:00:30 2009
@@ -1,0 +1,38 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Copyright (c) 2008 Daisuke Maki C<< daisuke at endeworks.jp >>
+Upstream-Source: http://search.cpan.org/dist/Benchmark-ProgressBar/
+Upstream-Name: Benchmark-ProgressBar
+
+Files: *
+Copyright: Copyright (c) 2008 Daisuke Maki <daisuke at endeworks.jp>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Jonathan Yu <frequency at cpan.org>
+License: Artistic | GPL-1+
+
+Files: inc/Test/More.pm
+Copyright: Copyright 2001-2008 by Michael G Schwern <schwern at pobox.com>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: inc/Module/*
+Copyright: Copyright 2002 - 2009 Brian Ingerson, Audrey Tang and Adam Kennedy
+License-Alias: Perl
+License: Artistic | 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'
+
+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'

Added: trunk/libbenchmark-progressbar-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbenchmark-progressbar-perl/debian/rules?rev=34614&op=file
==============================================================================
--- trunk/libbenchmark-progressbar-perl/debian/rules (added)
+++ trunk/libbenchmark-progressbar-perl/debian/rules Sat May  2 01:00:30 2009
@@ -1,0 +1,23 @@
+#!/usr/bin/make -f
+
+build: build-stamp
+build-stamp:
+	TEST_AUTHOR=1 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

Propchange: trunk/libbenchmark-progressbar-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libbenchmark-progressbar-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbenchmark-progressbar-perl/debian/watch?rev=34614&op=file
==============================================================================
--- trunk/libbenchmark-progressbar-perl/debian/watch (added)
+++ trunk/libbenchmark-progressbar-perl/debian/watch Sat May  2 01:00:30 2009
@@ -1,0 +1,4 @@
+# format version number, currently 3; this line is compulsory!
+version=3
+# URL to the package page followed by a regex to search
+http://search.cpan.org/dist/Benchmark-ProgressBar/   .*/Benchmark-ProgressBar-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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