[SCM] Debian packaging of DBIx-Profile CPAN distribution branch, master, updated. debian/1.0-3-13-g588094b

Xavier x.guimard at free.fr
Tue Dec 25 08:08:12 UTC 2012


The following commit has been merged in the master branch:
commit 100d2121235eb07e9784032b0aedd0a3df773c9b
Author: Xavier <x.guimard at free.fr>
Date:   Tue Dec 25 09:00:57 2012 +0100

    Split old patch in separated files and report them

diff --git a/debian/patches/add-manifest.patch b/debian/patches/add-manifest.patch
new file mode 100644
index 0000000..e981905
--- /dev/null
+++ b/debian/patches/add-manifest.patch
@@ -0,0 +1,15 @@
+Description: Add MANIFEST file
+Author: Ivan Kohler <ivan at debian.org>
+Bug: https://rt.cpan.org/Ticket/Display.html?id=82215
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=82215
+Reviewed-By: Xavier Guimard <x.guimard at free.fr>
+Last-Update: 2012-12-25
+
+--- /dev/null
++++ b/MANIFEST
+@@ -0,0 +1,4 @@
++Makefile.PL
++Profile.pm
++README
++MANIFEST
+
diff --git a/debian/patches/update-old-patch-to-quilt-format b/debian/patches/add-sprintf-method-to-return-the-profiling-data.patch
similarity index 56%
rename from debian/patches/update-old-patch-to-quilt-format
rename to debian/patches/add-sprintf-method-to-return-the-profiling-data.patch
index 20350e4..fbd7200 100644
--- a/debian/patches/update-old-patch-to-quilt-format
+++ b/debian/patches/add-sprintf-method-to-return-the-profiling-data.patch
@@ -1,31 +1,12 @@
-Description: Update old patch to quilt format
+Description: Add sprintf method to return the profiling data instead of print it
 Author: Ivan Kohler <ivan at debian.org>
-Forwarded: no
+Bug: https://rt.cpan.org/Public/Bug/Display.html?id=738
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=738
 Reviewed-By: Xavier Guimard <x.guimard at free.fr>
 Last-Update: 2012-12-23
 
---- /dev/null
-+++ b/MANIFEST
-@@ -0,0 +1,4 @@
-+Makefile.PL
-+Profile.pm
-+README
-+MANIFEST
 --- a/Profile.pm
 +++ b/Profile.pm
-@@ -64,10 +64,10 @@
-   DBIx::Profile is a quick and easy, and mostly transparent, profiler
-   for scripts using DBI.  It collects information on the query 
-   level, and keeps track of first, failed, normal, and total amounts
--  (count, wall clock, cput time) for each function on the query.
-+  (count, wall clock, CPU time) for each function on the query.
- 
-   NOTE: DBIx::Profile use Time::HiRes to clock the wall time and
--  the old standby times() to clock the cpu time.  The cpu time is
-+  the old standby times() to clock the CPU time.  The CPU time is
-   pretty coarse.
- 
-   DBIx::Profile can also trace the execution of queries.  It will print 
 @@ -225,9 +225,16 @@
  # JEFF - The printing and the print code is kinda (er... very) ugly!
  #
diff --git a/debian/patches/series b/debian/patches/series
index cf697c4..0141cfb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,4 @@
-update-old-patch-to-quilt-format
 add-basic-test.patch
+add-manifest.patch
+spelling-errors.patch
+add-sprintf-method-to-return-the-profiling-data.patch
diff --git a/debian/patches/spelling-errors.patch b/debian/patches/spelling-errors.patch
new file mode 100644
index 0000000..d5b17b9
--- /dev/null
+++ b/debian/patches/spelling-errors.patch
@@ -0,0 +1,22 @@
+Description: Spelling errors
+Author: Ivan Kohler <ivan at debian.org>
+Bug: https://rt.cpan.org/Ticket/Display.html?id=82215
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=82215
+Reviewed-By: Xavier Guimard <x.guimard at free.fr>
+Last-Update: 2012-12-25
+
+--- a/Profile.pm
++++ b/Profile.pm
+@@ -64,10 +64,10 @@
+   DBIx::Profile is a quick and easy, and mostly transparent, profiler
+   for scripts using DBI.  It collects information on the query 
+   level, and keeps track of first, failed, normal, and total amounts
+-  (count, wall clock, cput time) for each function on the query.
++  (count, wall clock, CPU time) for each function on the query.
+ 
+   NOTE: DBIx::Profile use Time::HiRes to clock the wall time and
+-  the old standby times() to clock the cpu time.  The cpu time is
++  the old standby times() to clock the CPU time.  The CPU time is
+   pretty coarse.
+ 
+   DBIx::Profile can also trace the execution of queries.  It will print 

-- 
Debian packaging of DBIx-Profile CPAN distribution



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