~ubuntu-branches/ubuntu/precise/libmakefile-parser-perl/precise

« back to all changes in this revision

Viewing changes to debian/patches/fix-spelling-error-in-manpage.patch

  • Committer: Package Import Robot
  • Author(s): Harlan Lieberman-Berg, Harlan Lieberman-Berg, Ansgar Burchardt, Salvatore Bonaccorso
  • Date: 2011-09-30 11:28:08 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: package-import@ubuntu.com-20110930112808-426wtqinobh5a9cc
Tags: 0.215-1
[ Harlan Lieberman-Berg ]
* Team upload.
* New upstream version (0.215).
* Bump compat, debhelper to 8.  Bump s-v to 3.9.2.
* Cleanup d/copyright file with minor compliance tweaks.
* Removed spelling patch which was accepted upstream.
* Added patch to fix minor misspellings in the Makefile::Parser
  manpage.
* Correct misspellings in Makefile::Parser::GMakeDB manpage as well.

[ Ansgar Burchardt ]
* debian/control: Convert Vcs-* fields to Git.

[ Salvatore Bonaccorso ]
* debian/copyright: Replace DEP5 Format-Specification URL from
  svn.debian.org to anonscm.debian.org URL.
* Email change: Salvatore Bonaccorso -> carnil@debian.org
* Refresh copyright information for included Test::Base
* Add copyright information for included Test::Builder
* Add copyright information for included Test::More
* Update copyright years for included Module::Install
* Update copyright years for upstream files
* Update copyright years for debian/* packaging
* Refer to Debian systems in general.
  Don't refer of only Debian GNU/Linux systems.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Description: Fix spelling error in manpage
2
 
Origin: vendor
3
 
Bug: https://rt.cpan.org/Ticket/Display.html?id=60101
4
 
Forwarded: yes
5
 
Author: Salvatore Bonaccorso <salvatore.bonaccorso@gmail.com>
6
 
Reviewed-by: Salvatore Bonaccorso <salvatore.bonaccorso@gmail.com>
7
 
Last-Update: 2010-08-05
8
 
 
9
 
--- a/lib/Makefile/AST.pm
10
 
+++ b/lib/Makefile/AST.pm
11
 
@@ -819,7 +819,7 @@
12
 
 
13
 
 =head1 LIMITATIONS AND TODO
14
 
 
15
 
-Adding support for other flavors' makes into this AST libary should make a huge amount of sense. The most interesting candiate is Microsoft's NMAKE.
16
 
+Adding support for other flavors' makes into this AST library should make a huge amount of sense. The most interesting candiate is Microsoft's NMAKE.
17
 
 
18
 
 =head1 SVN REPOSITORY
19