[libjavascript-beautifier-perl] 11/12: Refresh patch
Axel Beckert
abe at deuxchevaux.org
Mon Jun 8 06:49:19 UTC 2015
This is an automated email from the git hooks/post-receive script.
abe pushed a commit to branch master
in repository libjavascript-beautifier-perl.
commit 6d7e312de9c23cf9faa31db55e295d10160c3c54
Author: Axel Beckert <abe at deuxchevaux.org>
Date: Mon Jun 8 08:45:45 2015 +0200
Refresh patch
---
debian/changelog | 1 +
debian/patches/remove-pl-extension.patch | 30 ++++++++++++++++++------------
2 files changed, 19 insertions(+), 12 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index d07a1f9..07ce236 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -28,6 +28,7 @@ libjavascript-beautifier-perl (0.18-1) UNRELEASED; urgency=low
* Add explicit build dependency on libmodule-build-perl
* Add debian/upstream/metadata
* Import upstream version 0.18
+ + Refresh patch.
-- Axel Beckert <abe at debian.org> Sun, 07 Jun 2015 19:55:36 +0200
diff --git a/debian/patches/remove-pl-extension.patch b/debian/patches/remove-pl-extension.patch
index daa912a..6b07e77 100644
--- a/debian/patches/remove-pl-extension.patch
+++ b/debian/patches/remove-pl-extension.patch
@@ -2,19 +2,25 @@ 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
+Last-Update: 2015-06-08
+
+Index: libjavascript-beautifier-perl/Makefile.PL
+===================================================================
+--- libjavascript-beautifier-perl.orig/Makefile.PL 2015-06-08 08:43:15.269054524 +0200
++++ libjavascript-beautifier-perl/Makefile.PL 2015-06-08 08:43:22.852968578 +0200
@@ -12,7 +12,7 @@
- },
- 'INSTALLDIRS' => 'site',
- 'EXE_FILES' => [
-- 'bin/js_beautify.pl'
-+ 'bin/js_beautify'
- ],
- 'PL_FILES' => {}
- )
---- a/bin/js_beautify.pl
-+++ b/bin/js_beautify.pl
+ },
+ 'INSTALLDIRS' => 'site',
+ 'EXE_FILES' => [
+- 'bin/js_beautify.pl'
++ 'bin/js_beautify'
+ ],
+ 'PL_FILES' => {}
+ )
+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
@@ -56,12 +56,12 @@
=head1 NAME
--
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