r57395 - in /trunk/libscriptalicious-perl/debian: 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
Mon May 3 14:56:35 UTC 2010


Author: jawnsy-guest
Date: Mon May  3 14:56:19 2010
New Revision: 57395

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=57395
Log:
* Add a patch to fix POD spelling errors
* Add an override to prevent Changes.pod from being installed

Added:
    trunk/libscriptalicious-perl/debian/patches/
    trunk/libscriptalicious-perl/debian/patches/fix-pod-spelling.patch
    trunk/libscriptalicious-perl/debian/patches/series
Modified:
    trunk/libscriptalicious-perl/debian/changelog
    trunk/libscriptalicious-perl/debian/control
    trunk/libscriptalicious-perl/debian/rules

Modified: trunk/libscriptalicious-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libscriptalicious-perl/debian/changelog?rev=57395&op=diff
==============================================================================
--- trunk/libscriptalicious-perl/debian/changelog (original)
+++ trunk/libscriptalicious-perl/debian/changelog Mon May  3 14:56:19 2010
@@ -18,8 +18,10 @@
   * Add myself to Uploaders and Copyright
   * Drop M::B from B-D as EUMM is used instead
   * Rewrite control description
+  * Add a patch to fix POD spelling errors
+  * Add an override to prevent Changes.pod from being installed
 
- -- Jonathan Yu <jawnsy at cpan.org>  Mon, 03 May 2010 11:12:24 -0400
+ -- Jonathan Yu <jawnsy at cpan.org>  Mon, 03 May 2010 11:31:44 -0400
 
 libscriptalicious-perl (1.15-1) unstable; urgency=low
 

Modified: trunk/libscriptalicious-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libscriptalicious-perl/debian/control?rev=57395&op=diff
==============================================================================
--- trunk/libscriptalicious-perl/debian/control (original)
+++ trunk/libscriptalicious-perl/debian/control Mon May  3 14:56:19 2010
@@ -1,7 +1,7 @@
 Source: libscriptalicious-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.0.50)
 Build-Depends-Indep: perl, libyaml-perl, libpod-constants-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
@@ -15,7 +15,7 @@
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
 Suggests: libterm-readkey-perl, libyaml-perl
-Description: module to
+Description: module to simplify writing of Perl scripts
  Scriptalicious is a Perl module that enables developers to write scripts that
  conform to common best practices, quickly and easily. It provides some useful
  features such as providing a help message via the -h option and shortcuts for

Added: trunk/libscriptalicious-perl/debian/patches/fix-pod-spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libscriptalicious-perl/debian/patches/fix-pod-spelling.patch?rev=57395&op=file
==============================================================================
--- trunk/libscriptalicious-perl/debian/patches/fix-pod-spelling.patch (added)
+++ trunk/libscriptalicious-perl/debian/patches/fix-pod-spelling.patch Mon May  3 14:56:19 2010
@@ -1,0 +1,24 @@
+Description: fix POD spelling errors
+Author: Jonathan Yu <jawnsy at cpan.org>
+Origin: vendor
+Forwarded: no
+--- a/lib/Scriptalicious.pod
++++ b/lib/Scriptalicious.pod
+@@ -108,7 +108,7 @@
+ 
+   somescript: failed to open somefile; Permission denied
+ 
+-Scriptalicious has no I<hard> dependancies; all the methods, save
++Scriptalicious has no I<hard> dependencies; all the methods, save
+ reading passwords from the user, will work in the absence of extra
+ installed modules on all versions of Perl from 5.6.0 onwards.
+ 
+@@ -463,7 +463,7 @@
+ Note that the script goes to lengths to make sure that the information
+ is always printed whether or not Template Toolkit is installed.  This
+ gets pretty verbose, but at least solves the "argh!  that script
+-failed, but I don't know why because it needed this huge dependancy to
++failed, but I don't know why because it needed this huge dependency to
+ tell me" problem.
+ 
+ For example, the above would be printed as:

Added: trunk/libscriptalicious-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libscriptalicious-perl/debian/patches/series?rev=57395&op=file
==============================================================================
--- trunk/libscriptalicious-perl/debian/patches/series (added)
+++ trunk/libscriptalicious-perl/debian/patches/series Mon May  3 14:56:19 2010
@@ -1,0 +1,1 @@
+fix-pod-spelling.patch

Modified: trunk/libscriptalicious-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libscriptalicious-perl/debian/rules?rev=57395&op=diff
==============================================================================
--- trunk/libscriptalicious-perl/debian/rules (original)
+++ trunk/libscriptalicious-perl/debian/rules Mon May  3 14:56:19 2010
@@ -1,4 +1,7 @@
 #!/usr/bin/make -f
+
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 %:
 	dh $@
@@ -6,3 +9,9 @@
 override_dh_installchangelogs:
 	pod2text Changes.pod >Changes.generated
 	dh_installchangelogs Changes.generated
+
+override_dh_auto_install:
+	dh_auto_install
+	rm $(TMP)/usr/share/man/man3/Changes.3pm
+	rm $(TMP)/usr/share/perl5/Changes.pod
+




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