r34679 - in /trunk/libbenchmark-progressbar-perl/debian: changelog control rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat May 2 21:44:18 UTC 2009


Author: jawnsy-guest
Date: Sat May  2 21:44:13 2009
New Revision: 34679

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=34679
Log:
Better long description (reworded a bit, and includes Benchmark::ProgressBar for searching). Removed TEST_AUTHOR=1 from debian/rules since there are no author tests in this dist

Modified:
    trunk/libbenchmark-progressbar-perl/debian/changelog
    trunk/libbenchmark-progressbar-perl/debian/control
    trunk/libbenchmark-progressbar-perl/debian/rules

Modified: trunk/libbenchmark-progressbar-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbenchmark-progressbar-perl/debian/changelog?rev=34679&op=diff
==============================================================================
--- trunk/libbenchmark-progressbar-perl/debian/changelog (original)
+++ trunk/libbenchmark-progressbar-perl/debian/changelog Sat May  2 21:44:13 2009
@@ -1,11 +1,4 @@
-libbenchmark-progressbar-perl (0.00001-1) UNRELEASED; urgency=low
-
-  minor TODO:
-  * debian/rules: remove "TEST_AUTHOR=1", it's not used anywhere
-  * debian/control: s/This is a combination/Benchmark::ProgressBar is a combination/
-    in first line of long description (mentioning the original module name
-    once in the long description helps users to find the package with
-    `apt-cache search')
+libbenchmark-progressbar-perl (0.00001-1) unstable; urgency=low
 
   * Initial Release. (Closes: #525327)
 

Modified: trunk/libbenchmark-progressbar-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbenchmark-progressbar-perl/debian/control?rev=34679&op=diff
==============================================================================
--- trunk/libbenchmark-progressbar-perl/debian/control (original)
+++ trunk/libbenchmark-progressbar-perl/debian/control Sat May  2 21:44:13 2009
@@ -14,8 +14,10 @@
 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.
+ Benchmark::ProgressBar is a combination of Benchmark and Term::ProgressBar
+ that produces a simple progress bar illustrating execution of benchmark
+ runs. As such, it is particularly useful for heavy benchmarking tests
+ that take a long time to complete.
  .
  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.

Modified: trunk/libbenchmark-progressbar-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbenchmark-progressbar-perl/debian/rules?rev=34679&op=diff
==============================================================================
--- trunk/libbenchmark-progressbar-perl/debian/rules (original)
+++ trunk/libbenchmark-progressbar-perl/debian/rules Sat May  2 21:44:13 2009
@@ -2,7 +2,7 @@
 
 build: build-stamp
 build-stamp:
-	TEST_AUTHOR=1 dh build
+	dh build
 	touch $@
 
 clean:




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