[SCM] Debian packaging of Software-Release CPAN distribution branch, master, updated. b54b309c4cbcf7eaa25692931b04b003075ab935

Alessandro Ghedini al3xbio at gmail.com
Wed Oct 19 16:20:57 UTC 2011


The following commit has been merged in the master branch:
commit bfde9d5c1a0cceafa5c9aa4d459addcdc85a4df5
Author: Alessandro Ghedini <al3xbio at gmail.com>
Date:   Wed Oct 19 17:46:11 2011 +0200

    Fix description in d/control and docs
    
    Git-Dch: Ignore

diff --git a/debian/control b/debian/control
index a3c248e..62ef76d 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}, libmoose-perl
 Description: Perl class representing a release of software
  Software::Release is a purely informational collection of objects that you
- can use to represent a release of software. It's original use-case was to
- provide a contract between a git log parser and a formatter class that output
- a changelog, but it may be useful to others create bug trackers, dashboards
- or whathaveyour.
+ can use to represent a release of software. Its original use-case was to
+ provide a contract between a git log parser and a formatter class that 
+ outputs a changelog, but it may be useful to others to create bug trackers,
+ dashboards or whathaveyour.
diff --git a/debian/patches/fix-spelling.patch b/debian/patches/fix-spelling.patch
new file mode 100644
index 0000000..6e66b89
--- /dev/null
+++ b/debian/patches/fix-spelling.patch
@@ -0,0 +1,20 @@
+Description: Fix some spelling errors
+Origin: vendor
+Author: Alessandro Ghedini <al3xbio at gmail.com>
+Last-Update: 2011-10-19
+
+--- a/lib/Software/Release.pm
++++ b/lib/Software/Release.pm
+@@ -74,9 +74,9 @@
+ =head1 DESCRIPTION
+ 
+ Software::Release is a purely informational collection of objects that you
+-can use to represent a release of software.  It's original use-case was to
+-provide a contract between a git log parser and a formatter class that output
+-a changelog, but it may be useful to others create bug trackers, dashboards
++can use to represent a release of software.  Its original use-case was to
++provide a contract between a git log parser and a formatter class that outputs
++a changelog, but it may be useful to others to create bug trackers, dashboards
+ or whathaveyour.
+ 
+ =head1 ATTRIBUTES
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..213d22d
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-spelling.patch

-- 
Debian packaging of Software-Release CPAN distribution



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