~ubuntu-branches/ubuntu/wily/libfile-fu-perl/wily

« back to all changes in this revision

Viewing changes to debian/patches/spelling.patch

  • Committer: Bazaar Package Importer
  • Author(s): gregor herrmann, Jonathan Yu, Salvatore Bonaccorso, Ryan Niebur, gregor herrmann
  • Date: 2010-03-06 20:02:11 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100306200211-tj6mzzjkofmp8kg3
Tags: 0.0.7-1
[ Jonathan Yu ]
* New upstream release
* Standards-Version 3.8.4 (no changes)
* Rewrite control description

[ Salvatore Bonaccorso ]
* debian/control: Changed: Replace versioned (build-)dependency on
  perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
  permitted by Debian Policy 3.8.3).

[ Ryan Niebur ]
* Update jawnsy's email address

[ gregor herrmann ]
* debian/control: Changed: (build-)depend on perl instead of perl-
  modules.
* Add /me to Uploaders.
* Convert to source format 3.0 (quilt).
* Add patch to fix a spelling mistake.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Author: gregor herrmann <gregoa@debian.org>
 
2
Description: spelling mistake
 
3
Forwarded: no
 
4
 
 
5
--- a/lib/File/Fu/Dir.pm
 
6
+++ b/lib/File/Fu/Dir.pm
 
7
@@ -528,7 +528,7 @@
 
8
 
 
9
 =head2 contents
 
10
 
 
11
-Equivelant to readdir.  With the 'all' option true, returns hidden names
 
12
+Equivalent to readdir.  With the 'all' option true, returns hidden names
 
13
 too (but not the '.' and '..' entries.)
 
14
 
 
15
 The return values are strings, not File::Fu objects.