This is an automated email from the git hooks/post-receive script. kanashiro-guest pushed a commit to branch master in repository libbenchmark-timer-perl.
commit 86c2fb791d84f48a1422279e509f6cb14a957b44 Author: Lucas Kanashiro <[email protected]> Date: Thu Aug 20 06:10:24 2015 -0300 Create patch that change path for interpreter in delta.pl --- debian/changelog | 1 + debian/patches/path-for-interpreter.patch | 13 +++++++++++++ debian/patches/series | 1 + 3 files changed, 15 insertions(+) diff --git a/debian/changelog b/debian/changelog index 49cbe67..aee0bb6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -29,6 +29,7 @@ libbenchmark-timer-perl (0.7107-1) UNRELEASED; urgency=low * Add debian/source/format * Remove installed documentation without important information * Install delta.pl as example file + * Create patch that change path for interpreter in delta.pl -- Lucas Kanashiro <[email protected]> Thu, 20 Aug 2015 05:47:24 -0300 diff --git a/debian/patches/path-for-interpreter.patch b/debian/patches/path-for-interpreter.patch new file mode 100644 index 0000000..3422e9f --- /dev/null +++ b/debian/patches/path-for-interpreter.patch @@ -0,0 +1,13 @@ +Description: Change the path for interpreter in delta.pl +Forwarded: no +Author: Lucas Kanashiro <[email protected]> +Last-Update: 2015-08-20 + +--- a/delta.pl ++++ b/delta.pl +@@ -1,4 +1,4 @@ +-#!/usr/local/bin/perl -w ++#!/usr/bin/perl -w + # ======================================================================== + # delta.pl - calculate Benchmark::Timer object call overhead + # Andrew Ho ([email protected]) diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..de773e2 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +path-for-interpreter.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libbenchmark-timer-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
