This is an automated email from the git hooks/post-receive script.

grinorcole-guest pushed a commit to branch master
in repository liblinux-fd-perl.

commit 623e03498a30fcd5b694e6f1ca64b1fe8587ea8c
Author: Christopher Hoskin <christopher.hos...@gmail.com>
Date:   Mon Feb 16 20:38:54 2015 +0000

    Rename perlpath patch, add DEP-3 headers, unapply from source
---
 debian/patches/perlpath       | 30 ------------------------------
 debian/patches/perlpath.patch | 13 +++++++++++++
 debian/patches/series         |  2 +-
 examples/timers               |  2 +-
 4 files changed, 15 insertions(+), 32 deletions(-)

diff --git a/debian/patches/perlpath b/debian/patches/perlpath
deleted file mode 100644
index 4a53789..0000000
--- a/debian/patches/perlpath
+++ /dev/null
@@ -1,30 +0,0 @@
-Description: Correct perl path
- examples/timers contained a relative perl path. Replacing with absolute path.
- .
- liblinux-fd-perl (0.011-1) UNRELEASED; urgency=low
- .
-   * Initial Release. Closes: #776446
-Author: Christopher Hoskin <christopher.hos...@gmail.com>
-Bug-Debian: https://bugs.debian.org/776446
-
----
-The information above should follow the Patch Tagging Guidelines, please
-checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
-are templates for supplementary fields that you might want to add:
-
-Origin: <vendor|upstream|other>, <url of original patch>
-Bug: <url in upstream bugtracker>
-Bug-Debian: https://bugs.debian.org/<bugnumber>
-Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
-Forwarded: <no|not-needed|url proving that it has been forwarded>
-Reviewed-By: <name and email of someone who approved the patch>
-Last-Update: <YYYY-MM-DD>
-
---- liblinux-fd-perl-0.011.orig/examples/timers
-+++ liblinux-fd-perl-0.011/examples/timers
-@@ -1,4 +1,4 @@
--#! perl
-+#!/usr/bin/perl
- 
- use 5.012;
- use warnings;
diff --git a/debian/patches/perlpath.patch b/debian/patches/perlpath.patch
new file mode 100644
index 0000000..d3b7e2f
--- /dev/null
+++ b/debian/patches/perlpath.patch
@@ -0,0 +1,13 @@
+Description: Use absolute instead of relative path to perl in examples/timers
+Author: Christopher Hoskin <christopher.hos...@gmail.com>
+Forwarded: not-needed
+Last-Update: 2015-02-16
+
+--- a/examples/timers
++++ b/examples/timers
+@@ -1,4 +1,4 @@
+-#! perl
++#!/usr/bin/perl
+ 
+ use 5.012;
+ use warnings;
diff --git a/debian/patches/series b/debian/patches/series
index 74e0bc6..1a09ba7 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1 @@
-perlpath
+perlpath.patch
diff --git a/examples/timers b/examples/timers
index e11934e..eac9d3e 100644
--- a/examples/timers
+++ b/examples/timers
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#! perl
 
 use 5.012;
 use warnings;

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/liblinux-fd-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to