r76789 - in /trunk/libcoro-perl/debian: changelog patches/fix-wrong-path-for-interpreter.patch patches/series

ghedo-guest at users.alioth.debian.org ghedo-guest at users.alioth.debian.org
Thu Jun 30 13:01:02 UTC 2011


Author: ghedo-guest
Date: Thu Jun 30 13:00:51 2011
New Revision: 76789

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=76789
Log:
Add fix-wrong-path-for-interpreter patch

Added:
    trunk/libcoro-perl/debian/patches/fix-wrong-path-for-interpreter.patch
Modified:
    trunk/libcoro-perl/debian/changelog
    trunk/libcoro-perl/debian/patches/series

Modified: trunk/libcoro-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcoro-perl/debian/changelog?rev=76789&op=diff
==============================================================================
--- trunk/libcoro-perl/debian/changelog (original)
+++ trunk/libcoro-perl/debian/changelog Thu Jun 30 13:00:51 2011
@@ -5,6 +5,7 @@
   * Bump Standards-Version to 3.9.2 (no chenges needed)
   * Bump libcoro upstream copyright years
   * Add debian/NEWS with incompatible changes
+  * Add fix-wrong-path-for-interpreter patch
 
  -- Alessandro Ghedini <al3xbio at gmail.com>  Thu, 30 Jun 2011 14:29:04 +0200
 

Added: trunk/libcoro-perl/debian/patches/fix-wrong-path-for-interpreter.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcoro-perl/debian/patches/fix-wrong-path-for-interpreter.patch?rev=76789&op=file
==============================================================================
--- trunk/libcoro-perl/debian/patches/fix-wrong-path-for-interpreter.patch (added)
+++ trunk/libcoro-perl/debian/patches/fix-wrong-path-for-interpreter.patch Thu Jun 30 13:00:51 2011
@@ -1,0 +1,23 @@
+Description: This patch fixes the two wrong-path-for-interpreter errors 
+ reported by lintian.
+Origin: vendor
+Forwarded: no
+Author: Alessandro Ghedini <al3xbio at gmail.com>
+Last-Update: 2011-06-30
+
+--- a/Coro/jit-amd64-unix.pl
++++ b/Coro/jit-amd64-unix.pl
+@@ -1,4 +1,4 @@
+-#!/opt/bin/perl
++#!/usr/bin/perl
+ 
+ {
+    package Coro::State;
+--- a/Coro/jit-x86-unix.pl
++++ b/Coro/jit-x86-unix.pl
+@@ -1,4 +1,4 @@
+-#!/opt/bin/perl
++#!/usr/bin/perl
+ 
+ {
+    package Coro::State;

Modified: trunk/libcoro-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcoro-perl/debian/patches/series?rev=76789&op=diff
==============================================================================
--- trunk/libcoro-perl/debian/patches/series (original)
+++ trunk/libcoro-perl/debian/patches/series Thu Jun 30 13:00:51 2011
@@ -1,2 +1,3 @@
+fix-wrong-path-for-interpreter.patch
 whatis.patch
 spelling.patch




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