r67472 - in /trunk/libastro-fits-header-perl: debian/changelog debian/patches/ debian/patches/pod.patch debian/patches/series lib/Astro/FITS/Header.pm lib/Astro/FITS/Header/AST.pm lib/Astro/FITS/Header/CFITSIO.pm

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Tue Jan 18 08:34:27 UTC 2011


Author: periapt-guest
Date: Tue Jan 18 08:34:15 2011
New Revision: 67472

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=67472
Log:
Added patch for spelling mistake

Added:
    trunk/libastro-fits-header-perl/debian/patches/
    trunk/libastro-fits-header-perl/debian/patches/pod.patch
    trunk/libastro-fits-header-perl/debian/patches/series
Modified:
    trunk/libastro-fits-header-perl/debian/changelog
    trunk/libastro-fits-header-perl/lib/Astro/FITS/Header.pm
    trunk/libastro-fits-header-perl/lib/Astro/FITS/Header/AST.pm
    trunk/libastro-fits-header-perl/lib/Astro/FITS/Header/CFITSIO.pm

Modified: trunk/libastro-fits-header-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libastro-fits-header-perl/debian/changelog?rev=67472&op=diff
==============================================================================
--- trunk/libastro-fits-header-perl/debian/changelog (original)
+++ trunk/libastro-fits-header-perl/debian/changelog Tue Jan 18 08:34:15 2011
@@ -16,6 +16,7 @@
   * Removed outdated versioning on dependency
   * Updated descriptions
   * Added debian/source/format
+  * Added patch for spelling mistake
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Mon, 17 Jan 2011 21:38:53 +0000
 

Added: trunk/libastro-fits-header-perl/debian/patches/pod.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libastro-fits-header-perl/debian/patches/pod.patch?rev=67472&op=file
==============================================================================
--- trunk/libastro-fits-header-perl/debian/patches/pod.patch (added)
+++ trunk/libastro-fits-header-perl/debian/patches/pod.patch Tue Jan 18 08:34:15 2011
@@ -1,0 +1,37 @@
+Author: Nicholas Bamber <nicholas at periapt.co.uk>
+Subject: pod errors
+Forwarded: no
+Last-Update: 2011-01-18
+--- a/lib/Astro/FITS/Header.pm
++++ b/lib/Astro/FITS/Header.pm
+@@ -13,7 +13,7 @@
+ =head1 DESCRIPTION
+ 
+ Stores information about a FITS header block in an object. Takes an hash
+-with an array reference as an arguement. The array should contain a list
++with an array reference as an argument. The array should contain a list
+ of FITS header cards as input.
+ 
+ =cut
+--- a/lib/Astro/FITS/Header/AST.pm
++++ b/lib/Astro/FITS/Header/AST.pm
+@@ -20,7 +20,7 @@
+ the FITS HDU from an AST FrameSet object.
+ 
+ It stores information about a FITS header block in an object. Takes an hash
+-as an arguement, with an array reference pointing to an Starlink::AST
++as an argument, with an array reference pointing to an Starlink::AST
+ FramSet object.
+ 
+ =cut
+--- a/lib/Astro/FITS/Header/CFITSIO.pm
++++ b/lib/Astro/FITS/Header/CFITSIO.pm
+@@ -23,7 +23,7 @@
+ directly to a FITS HDU.
+ 
+ It stores information about a FITS header block in an object. Takes an
+-hash as an arguement, with either an array reference pointing to an
++hash as an argument, with either an array reference pointing to an
+ array of FITS header cards, or a filename, or (alternatively) and FITS
+ identifier.
+ 

Added: trunk/libastro-fits-header-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libastro-fits-header-perl/debian/patches/series?rev=67472&op=file
==============================================================================
--- trunk/libastro-fits-header-perl/debian/patches/series (added)
+++ trunk/libastro-fits-header-perl/debian/patches/series Tue Jan 18 08:34:15 2011
@@ -1,0 +1,1 @@
+pod.patch

Modified: trunk/libastro-fits-header-perl/lib/Astro/FITS/Header.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libastro-fits-header-perl/lib/Astro/FITS/Header.pm?rev=67472&op=diff
==============================================================================
--- trunk/libastro-fits-header-perl/lib/Astro/FITS/Header.pm (original)
+++ trunk/libastro-fits-header-perl/lib/Astro/FITS/Header.pm Tue Jan 18 08:34:15 2011
@@ -13,7 +13,7 @@
 =head1 DESCRIPTION
 
 Stores information about a FITS header block in an object. Takes an hash
-with an array reference as an arguement. The array should contain a list
+with an array reference as an argument. The array should contain a list
 of FITS header cards as input.
 
 =cut

Modified: trunk/libastro-fits-header-perl/lib/Astro/FITS/Header/AST.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libastro-fits-header-perl/lib/Astro/FITS/Header/AST.pm?rev=67472&op=diff
==============================================================================
--- trunk/libastro-fits-header-perl/lib/Astro/FITS/Header/AST.pm (original)
+++ trunk/libastro-fits-header-perl/lib/Astro/FITS/Header/AST.pm Tue Jan 18 08:34:15 2011
@@ -20,7 +20,7 @@
 the FITS HDU from an AST FrameSet object.
 
 It stores information about a FITS header block in an object. Takes an hash
-as an arguement, with an array reference pointing to an Starlink::AST
+as an argument, with an array reference pointing to an Starlink::AST
 FramSet object.
 
 =cut

Modified: trunk/libastro-fits-header-perl/lib/Astro/FITS/Header/CFITSIO.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libastro-fits-header-perl/lib/Astro/FITS/Header/CFITSIO.pm?rev=67472&op=diff
==============================================================================
--- trunk/libastro-fits-header-perl/lib/Astro/FITS/Header/CFITSIO.pm (original)
+++ trunk/libastro-fits-header-perl/lib/Astro/FITS/Header/CFITSIO.pm Tue Jan 18 08:34:15 2011
@@ -23,7 +23,7 @@
 directly to a FITS HDU.
 
 It stores information about a FITS header block in an object. Takes an
-hash as an arguement, with either an array reference pointing to an
+hash as an argument, with either an array reference pointing to an
 array of FITS header cards, or a filename, or (alternatively) and FITS
 identifier.
 




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