r40950 - /trunk/libjavascript-beautifier-perl/debian/patches/remove-pl-extension.patch

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue Jul 28 22:20:08 UTC 2009


Author: jawnsy-guest
Date: Tue Jul 28 22:19:53 2009
New Revision: 40950

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=40950
Log:
Add the patch :/

Added:
    trunk/libjavascript-beautifier-perl/debian/patches/remove-pl-extension.patch

Added: trunk/libjavascript-beautifier-perl/debian/patches/remove-pl-extension.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjavascript-beautifier-perl/debian/patches/remove-pl-extension.patch?rev=40950&op=file
==============================================================================
--- trunk/libjavascript-beautifier-perl/debian/patches/remove-pl-extension.patch (added)
+++ trunk/libjavascript-beautifier-perl/debian/patches/remove-pl-extension.patch Tue Jul 28 22:19:53 2009
@@ -1,0 +1,38 @@
+Description: Remove .pl extension from js_beautify.pl
+Origin: vendor
+Author: Jonathan Yu <frequency at cpan.org>
+Forwarded: not-needed
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -11,7 +11,7 @@
+                          },
+           'INSTALLDIRS' => 'site',
+           'EXE_FILES' => [
+-                           'bin/js_beautify.pl'
++                           'bin/js_beautify'
+                          ],
+           'PL_FILES' => {}
+         )
+--- a/bin/js_beautify.pl
++++ b/bin/js_beautify.pl
+@@ -48,11 +48,11 @@
+ 
+ =head1 NAME
+ 
+-js_beautify.pl - command tool to beautify your javascript files
++js_beautify - command tool to beautify your javascript files
+ 
+ =head1 SYNOPSIS
+ 
+-    js_beautify.pl [options] FILE
++    js_beautify [options] FILE
+ 
+ =head1 OPTIONS
+ 
+@@ -89,4 +89,4 @@
+ This program is free software; you can redistribute it and/or modify it
+ under the same terms as Perl itself.
+ 
+-=cut
+\ No newline at end of file
++=cut




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