r37032 - in /trunk/libjavascript-beautifier-perl/debian: patches/remove-.pl-extension rules

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Sun May 31 22:39:29 UTC 2009


Author: ryan52-guest
Date: Sun May 31 22:39:24 2009
New Revision: 37032

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=37032
Log:
rename the script from 'beatify' to 'beautify'

Modified:
    trunk/libjavascript-beautifier-perl/debian/patches/remove-.pl-extension
    trunk/libjavascript-beautifier-perl/debian/rules

Modified: trunk/libjavascript-beautifier-perl/debian/patches/remove-.pl-extension
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjavascript-beautifier-perl/debian/patches/remove-.pl-extension?rev=37032&op=diff
==============================================================================
--- trunk/libjavascript-beautifier-perl/debian/patches/remove-.pl-extension (original)
+++ trunk/libjavascript-beautifier-perl/debian/patches/remove-.pl-extension Sun May 31 22:39:24 2009
@@ -11,3 +11,26 @@
                           ]
          )
  ;
+--- a/bin/js_beautify
++++ b/bin/js_beautify
+@@ -48,11 +48,11 @@
+ 
+ =head1 NAME
+ 
+-js_beatify.pl - command tool to beatify your javascript files
++js_beautify.pl - command tool to beautify your javascript files
+ 
+ =head1 SYNOPSIS
+ 
+-    js_beatify.pl [options] FILE
++    js_beautify.pl [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

Modified: trunk/libjavascript-beautifier-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjavascript-beautifier-perl/debian/rules?rev=37032&op=diff
==============================================================================
--- trunk/libjavascript-beautifier-perl/debian/rules (original)
+++ trunk/libjavascript-beautifier-perl/debian/rules Sun May 31 22:39:24 2009
@@ -4,10 +4,10 @@
 	dh --with quilt $@
 
 override_dh_quilt_patch:
-	[ -f bin/js_beatify ] || mv bin/js_beatify.pl bin/js_beatify
+	[ -f bin/js_beautify ] || mv bin/js_beatify.pl bin/js_beautify
 	dh_quilt_patch
 
 override_dh_quilt_unpatch:
-	[ -f bin/js_beatify.pl ] || mv bin/js_beatify bin/js_beatify.pl
 	dh_quilt_unpatch
+	[ -f bin/js_beatify.pl ] || mv bin/js_beautify bin/js_beatify.pl
 	touch Makefile




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