[libpg-hstore-perl] 06/08: Add patch to fix wrong-path-for-interpreter in segfault_bug.pl.

Bas Couwenberg sebastic at xs4all.nl
Tue Sep 3 15:04:06 UTC 2013


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

sebastic-guest pushed a commit to branch master
in repository libpg-hstore-perl.

commit eebd1bb46db9ff6d16accfbe8fdf2949cb8afbca
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Tue Sep 3 15:21:07 2013 +0200

    Add patch to fix wrong-path-for-interpreter in segfault_bug.pl.
---
 debian/changelog                                |    1 +
 debian/patches/series                           |    1 +
 debian/patches/wrong-path-for-interpreter.patch |   11 +++++++++++
 3 files changed, 13 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index c3200c7..9e1cf24 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,5 +5,6 @@ libpg-hstore-perl (1.03-1) UNRELEASED; urgency=low
   * Update package description.
   * Bump debhelper compatibility to 9.
   * Bump Standards-Version to 3.9.4 (no changes).
+  * Add patch to fix wrong-path-for-interpreter in segfault_bug.pl.
 
  -- Bas Couwenberg <sebastic at xs4all.nl>  Tue, 3 Sep 2013 15:08:40 +0200
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..e9103dd
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+wrong-path-for-interpreter.patch
diff --git a/debian/patches/wrong-path-for-interpreter.patch b/debian/patches/wrong-path-for-interpreter.patch
new file mode 100644
index 0000000..07035d5
--- /dev/null
+++ b/debian/patches/wrong-path-for-interpreter.patch
@@ -0,0 +1,11 @@
+Description: Fix wrong-path-for-interpreter in segfault_bug.pl.
+Author: Bas Couwenberg <sebastic at xs4all.nl>
+Last-Update: 2013-09-03
+--- Pg-hstore.orig/segfault_bug.pl	2011-12-13 21:13:00.000000000 +0100
++++ Pg-hstore/segfault_bug.pl	2013-09-03 13:57:34.000000000 +0200
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/perl
++#!/usr/bin/perl
+ 
+ use ExtUtils::Command::MM;
+ 

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



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