r50466 - in /trunk/libnet-amazon-ec2-perl/debian: README.source changelog control patches/ patches/fix-pod-spelling.patch patches/series rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Thu Jan 7 16:46:36 UTC 2010


Author: jawnsy-guest
Date: Thu Jan  7 16:46:28 2010
New Revision: 50466

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=50466
Log:
Add a patch to fix POD spelling

Added:
    trunk/libnet-amazon-ec2-perl/debian/README.source
    trunk/libnet-amazon-ec2-perl/debian/patches/
    trunk/libnet-amazon-ec2-perl/debian/patches/fix-pod-spelling.patch
    trunk/libnet-amazon-ec2-perl/debian/patches/series
Modified:
    trunk/libnet-amazon-ec2-perl/debian/changelog
    trunk/libnet-amazon-ec2-perl/debian/control
    trunk/libnet-amazon-ec2-perl/debian/rules

Added: trunk/libnet-amazon-ec2-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-amazon-ec2-perl/debian/README.source?rev=50466&op=file
==============================================================================
--- trunk/libnet-amazon-ec2-perl/debian/README.source (added)
+++ trunk/libnet-amazon-ec2-perl/debian/README.source Thu Jan  7 16:46:28 2010
@@ -1,0 +1,5 @@
+This package uses quilt to manage all modifications to the upstream
+source.  Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+ 
+See /usr/share/doc/quilt/README.source for a detailed explanation.

Modified: trunk/libnet-amazon-ec2-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-amazon-ec2-perl/debian/changelog?rev=50466&op=diff
==============================================================================
--- trunk/libnet-amazon-ec2-perl/debian/changelog (original)
+++ trunk/libnet-amazon-ec2-perl/debian/changelog Thu Jan  7 16:46:28 2010
@@ -3,6 +3,7 @@
   * New upstream release
   * Refresh copyright to new DEP5 format
   * Update copyright years per upstream
+  * Add a patch to fix POD spelling
 
  -- Jonathan Yu <jawnsy at cpan.org>  Thu, 07 Jan 2010 11:24:41 -0500
 

Modified: trunk/libnet-amazon-ec2-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-amazon-ec2-perl/debian/control?rev=50466&op=diff
==============================================================================
--- trunk/libnet-amazon-ec2-perl/debian/control (original)
+++ trunk/libnet-amazon-ec2-perl/debian/control Thu Jan  7 16:46:28 2010
@@ -1,7 +1,7 @@
 Source: libnet-amazon-ec2-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.2.13)
+Build-Depends: debhelper (>= 7.2.13), quilt (>= 0.46-7)
 Build-Depends-Indep: perl, libdigest-hmac-perl, libmoose-perl (>= 0.38),
  libparams-validate-perl, liburi-perl, libwww-perl,
  libxml-simple-perl (>= 2.18)

Added: trunk/libnet-amazon-ec2-perl/debian/patches/fix-pod-spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-amazon-ec2-perl/debian/patches/fix-pod-spelling.patch?rev=50466&op=file
==============================================================================
--- trunk/libnet-amazon-ec2-perl/debian/patches/fix-pod-spelling.patch (added)
+++ trunk/libnet-amazon-ec2-perl/debian/patches/fix-pod-spelling.patch Thu Jan  7 16:46:28 2010
@@ -1,0 +1,31 @@
+Description: fix POD spelling
+Author: Jonathan Yu <jawnsy at cpan.org>
+Origin: vendor
+Forwarded: no
+--- a/lib/Net/Amazon/EC2.pm
++++ b/lib/Net/Amazon/EC2.pm
+@@ -409,7 +409,7 @@
+ 
+ The name of the group to add security rules to.
+ 
+-=item SourceSecurityGroupName (requred when authorizing a user and group together)
++=item SourceSecurityGroupName (required when authorizing a user and group together)
+ 
+ Name of the group to add access for.
+ 
+@@ -3188,7 +3188,7 @@
+ 
+ The name of the group to revoke security rules from.
+ 
+-=item SourceSecurityGroupName (requred when revoking a user and group together)
++=item SourceSecurityGroupName (required when revoking a user and group together)
+ 
+ Name of the group to revoke access from.
+ 
+@@ -3858,4 +3858,4 @@
+ 
+ =head1 SEE ALSO
+ 
+-Amazon EC2 API: L<http://docs.amazonwebservices.com/AWSEC2/latest/APIReference/>
+\ No newline at end of file
++Amazon EC2 API: L<http://docs.amazonwebservices.com/AWSEC2/latest/APIReference/>

Added: trunk/libnet-amazon-ec2-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-amazon-ec2-perl/debian/patches/series?rev=50466&op=file
==============================================================================
--- trunk/libnet-amazon-ec2-perl/debian/patches/series (added)
+++ trunk/libnet-amazon-ec2-perl/debian/patches/series Thu Jan  7 16:46:28 2010
@@ -1,0 +1,1 @@
+fix-pod-spelling.patch

Modified: trunk/libnet-amazon-ec2-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-amazon-ec2-perl/debian/rules?rev=50466&op=diff
==============================================================================
--- trunk/libnet-amazon-ec2-perl/debian/rules (original)
+++ trunk/libnet-amazon-ec2-perl/debian/rules Thu Jan  7 16:46:28 2010
@@ -4,7 +4,7 @@
 TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 %:
-	dh $@
+	dh --with quilt $@
 
 override_dh_auto_install:
 	dh_auto_install




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