[SCM] Debian packaging of libcontextual-return-perl branch, master, updated. debian/0.004002-1-3-g9acb6a6

Fabrizio Regalli fabreg at fabreg.it
Fri Mar 2 16:35:28 UTC 2012


The following commit has been merged in the master branch:
commit 9acb6a62174268f877aad5b78f0a41ccb401cb3a
Author: Fabrizio Regalli <fabreg at fabreg.it>
Date:   Fri Mar 2 17:35:18 2012 +0100

    Added 01-fix-typo-in-synopsis.diff patch

diff --git a/debian/changelog b/debian/changelog
index 1ab0da8..af189a7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 libcontextual-return-perl (0.004002-2) unstable; urgency=low
 
-  * Fixed typo in synopsis (Closes: #661916) 
+  * Fixed typo in synopsis (Closes: #661916)
+    The patch is forwarded to upstream.
 
  -- Fabrizio Regalli <fabreg at fabreg.it>  Fri, 02 Mar 2012 16:51:28 +0100
 
diff --git a/debian/patches/01-fix-typo-in-synopsis.diff b/debian/patches/01-fix-typo-in-synopsis.diff
new file mode 100644
index 0000000..35e3bdb
--- /dev/null
+++ b/debian/patches/01-fix-typo-in-synopsis.diff
@@ -0,0 +1,33 @@
+Description: fixed typo - s/senstive/sensitive
+Author: Fabrizio Regalli <fabreg at fabreg.it>
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=75481
+
+--- a/META.json
++++ b/META.json
+@@ -1,5 +1,5 @@
+ {
+-   "abstract" : "Create context-senstive return values",
++   "abstract" : "Create context-sensitive return values",
+    "author" : [
+       "Damian Conway <DCONWAY at cpan.org>"
+    ],
+--- a/META.yml
++++ b/META.yml
+@@ -1,5 +1,5 @@
+ ---
+-abstract: 'Create context-senstive return values'
++abstract: 'Create context-sensitive return values'
+ author:
+   - 'Damian Conway <DCONWAY at cpan.org>'
+ build_requires:
+--- a/lib/Contextual/Return.pm
++++ b/lib/Contextual/Return.pm
+@@ -1621,7 +1621,7 @@
+ 
+ =head1 NAME
+ 
+-Contextual::Return - Create context-senstive return values
++Contextual::Return - Create context-sensitive return values
+ 
+ 
+ =head1 VERSION
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..8fc2ffb
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-fix-typo-in-synopsis.diff

-- 
Debian packaging of libcontextual-return-perl



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