[libjavascript-beautifier-perl] 05/09: Extend remove-pl-extension.patch: add new occurrences of the filename.
gregor herrmann
gregoa at debian.org
Fri Dec 4 17:17:54 UTC 2015
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libjavascript-beautifier-perl.
commit 59d54df6997e2786ea210d717babd4b404d6c71c
Author: gregor herrmann <gregoa at debian.org>
Date: Fri Dec 4 17:58:26 2015 +0100
Extend remove-pl-extension.patch: add new occurrences of the filename.
---
debian/patches/remove-pl-extension.patch | 41 ++++++++++++++++++++++++++++----
1 file changed, 36 insertions(+), 5 deletions(-)
diff --git a/debian/patches/remove-pl-extension.patch b/debian/patches/remove-pl-extension.patch
index 1399bc9..9184933 100644
--- a/debian/patches/remove-pl-extension.patch
+++ b/debian/patches/remove-pl-extension.patch
@@ -2,12 +2,10 @@ Description: Remove .pl extension from js_beautify.pl
Origin: vendor
Author: Jonathan Yu <frequency at cpan.org>
Forwarded: not-needed
-Last-Update: 2015-06-09
+Last-Update: 2015-12-04
-Index: libjavascript-beautifier-perl/bin/js_beautify.pl
-===================================================================
---- libjavascript-beautifier-perl.orig/bin/js_beautify.pl 2015-06-08 08:43:15.269054524 +0200
-+++ libjavascript-beautifier-perl/bin/js_beautify.pl 2015-06-08 08:43:15.265054570 +0200
+--- a/bin/js_beautify.pl
++++ b/bin/js_beautify.pl
@@ -56,12 +56,12 @@
=head1 NAME
@@ -31,3 +29,36 @@ Index: libjavascript-beautifier-perl/bin/js_beautify.pl
-=cut
\ No newline at end of file
+=cut
+--- a/lib/Code/TidyAll/Plugin/JSBeautifier.pm
++++ b/lib/Code/TidyAll/Plugin/JSBeautifier.pm
+@@ -8,7 +8,7 @@
+
+ our $VERSION = '0.18';
+
+-sub _build_cmd {'js_beautify.pl'}
++sub _build_cmd {'js_beautify'}
+
+ sub transform_file {
+ my ( $self, $file ) = @_;
+@@ -55,7 +55,7 @@
+
+ =head1 DESCRIPTION
+
+-Runs C<js_beautify.pl> of L<JavaScript::Beautifier>, a JavaScript tidier implemented in Perl.
++Runs C<js_beautify> of L<JavaScript::Beautifier>, a JavaScript tidier implemented in Perl.
+
+ =head1 INSTALLATION
+
+@@ -67,10 +67,10 @@
+
+ =item argv
+
+-Arguments to pass to js_beautify.pl
++Arguments to pass to js_beautify
+
+ =item cmd
+
+-Full path to js_beautify.pl
++Full path to js_beautify
+
+ =back
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libjavascript-beautifier-perl.git
More information about the Pkg-perl-cvs-commits
mailing list