[SCM] Debian packaging of libfennec-perl branch, master, updated. debian/1.012-1-1-g32c8836

Xavier Guimard x.guimard at free.fr
Sun Apr 21 17:25:42 UTC 2013


The following commit has been merged in the master branch:
commit 32c88363c78e94cc84f17de0e7897d692b68be98
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Sun Apr 21 19:25:26 2013 +0200

    Update description (Closes: #705789)

diff --git a/debian/changelog b/debian/changelog
index 20d74cf..c4fcd32 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libfennec-perl (1.012-2) unstable; urgency=low
+
+  * Update description (Closes: #705789)
+
+ -- Xavier Guimard <x.guimard at free.fr>  Sun, 21 Apr 2013 19:25:14 +0200
+
 libfennec-perl (1.012-1) unstable; urgency=low
 
   * Initial Release. (Closes: #705091)
diff --git a/debian/control b/debian/control
index bd969df..e5f0dec 100644
--- a/debian/control
+++ b/debian/control
@@ -29,5 +29,15 @@ Depends: ${misc:Depends},
 Description: Perl module providing RSPEC, Workflows, Parallelization, and Encapsulation
  Fennec started as a project to improve the state of testing in Perl. Fennec
  looks to existing solutions for most problems, so long as the existing
- solutions help meet the features listed below.
-
+ solutions help meet the features listed below:
+  * You can fork, and run assertions (tests) in both processes,
+  * Encapsulated test groups can be run individually, without running the
+    entire file,
+  * Tests groups can be sorted, randomized, or sorted via a custom method,
+  * Fennec is compatible with Test::Builder based tools,
+  * Test::Builder2 supportis in-place, but experimental,
+  * Fennec is configurable to work on alternatives to Test::Builder,
+  * You do not need to put anything such as done_testing() at the end of your
+    test file,
+  * You do not need to worry about test counts,
+  * Diagnostic messages are grouped with the failed test.

-- 
Debian packaging of libfennec-perl



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