r50932 - in /trunk/libnamespace-clean-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 14 20:44:20 UTC 2010


Author: jawnsy-guest
Date: Thu Jan 14 20:44:12 2010
New Revision: 50932

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=50932
Log:
Add patch to correct spelling errors

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

Added: trunk/libnamespace-clean-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnamespace-clean-perl/debian/README.source?rev=50932&op=file
==============================================================================
--- trunk/libnamespace-clean-perl/debian/README.source (added)
+++ trunk/libnamespace-clean-perl/debian/README.source Thu Jan 14 20:44:12 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/libnamespace-clean-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnamespace-clean-perl/debian/changelog?rev=50932&op=diff
==============================================================================
--- trunk/libnamespace-clean-perl/debian/changelog (original)
+++ trunk/libnamespace-clean-perl/debian/changelog Thu Jan 14 20:44:12 2010
@@ -9,6 +9,7 @@
   * Rewrite control description
   * Update copyright information to DEP5 format
   * Use new short debhelper rules format
+  * Add patch to correct spelling errors
 
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.

Modified: trunk/libnamespace-clean-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnamespace-clean-perl/debian/control?rev=50932&op=diff
==============================================================================
--- trunk/libnamespace-clean-perl/debian/control (original)
+++ trunk/libnamespace-clean-perl/debian/control Thu Jan 14 20:44:12 2010
@@ -1,7 +1,7 @@
 Source: libnamespace-clean-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, libb-hooks-endofscope-perl,
  libsub-name-perl (>= 0.04), libsub-identify-perl (>= 0.04)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>

Added: trunk/libnamespace-clean-perl/debian/patches/fix-pod-spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnamespace-clean-perl/debian/patches/fix-pod-spelling.patch?rev=50932&op=file
==============================================================================
--- trunk/libnamespace-clean-perl/debian/patches/fix-pod-spelling.patch (added)
+++ trunk/libnamespace-clean-perl/debian/patches/fix-pod-spelling.patch Thu Jan 14 20:44:12 2010
@@ -1,0 +1,18 @@
+Description: fix POD spelling
+Author: Jonathan Yu <jawnsy at cpan.org>
+Origin: vendor
+Forwarded: no
+--- a/lib/namespace/clean.pm
++++ b/lib/namespace/clean.pm
+@@ -83,9 +83,9 @@
+ If you just want to C<-except> a single sub, you can pass it directly.
+ For more than one value you have to use an array reference.
+ 
+-=head2 Explicitely removing functions when your scope is compiled
++=head2 Explicitly removing functions when your scope is compiled
+ 
+-It is also possible to explicitely tell C<namespace::clean> what packages
++It is also possible to explicitly tell C<namespace::clean> what packages
+ to remove when the surrounding scope has finished compiling. Here is an
+ example:
+ 

Added: trunk/libnamespace-clean-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnamespace-clean-perl/debian/patches/series?rev=50932&op=file
==============================================================================
--- trunk/libnamespace-clean-perl/debian/patches/series (added)
+++ trunk/libnamespace-clean-perl/debian/patches/series Thu Jan 14 20:44:12 2010
@@ -1,0 +1,1 @@
+fix-pod-spelling.patch

Modified: trunk/libnamespace-clean-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnamespace-clean-perl/debian/rules?rev=50932&op=diff
==============================================================================
--- trunk/libnamespace-clean-perl/debian/rules (original)
+++ trunk/libnamespace-clean-perl/debian/rules Thu Jan 14 20:44:12 2010
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh --with quilt $@




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