r44890 - in /trunk/libnet-bittorrent-perl/debian/patches: 02_fix-example-interpreter-not-absolute.patch series

mogaal-guest at users.alioth.debian.org mogaal-guest at users.alioth.debian.org
Sat Sep 26 21:54:57 UTC 2009


Author: mogaal-guest
Date: Sat Sep 26 21:54:48 2009
New Revision: 44890

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=44890
Log:
Fix lintian warn "example-interpreter-not-absolute". Included patch

Added:
    trunk/libnet-bittorrent-perl/debian/patches/02_fix-example-interpreter-not-absolute.patch
Modified:
    trunk/libnet-bittorrent-perl/debian/patches/series

Added: trunk/libnet-bittorrent-perl/debian/patches/02_fix-example-interpreter-not-absolute.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-bittorrent-perl/debian/patches/02_fix-example-interpreter-not-absolute.patch?rev=44890&op=file
==============================================================================
--- trunk/libnet-bittorrent-perl/debian/patches/02_fix-example-interpreter-not-absolute.patch (added)
+++ trunk/libnet-bittorrent-perl/debian/patches/02_fix-example-interpreter-not-absolute.patch Sat Sep 26 21:54:48 2009
@@ -1,0 +1,49 @@
+Fix lintian warning related with absolute path of the interpreter in module's examples
+--- a/tatoeba/000-basic.pl
++++ b/tatoeba/000-basic.pl
+@@ -1,4 +1,4 @@
+-#!perl -w -I../lib
++#!/usr/bin/perl -w -I../lib
+ use strict;
+ use warnings;
+ use Net::BitTorrent;
+--- a/tatoeba/001-torrent-info.pl
++++ b/tatoeba/001-torrent-info.pl
+@@ -1,4 +1,4 @@
+-#!perl -w -I../lib
++#!/usr/bin/perl -w -I../lib
+ use strict;
+ use warnings;
+ use Data::Dump;
+--- a/tatoeba/002-debug.pl
++++ b/tatoeba/002-debug.pl
+@@ -1,4 +1,4 @@
+-#!perl -w -I../lib
++#!/usr/bin/perl -w -I../lib
+ use strict;
+ use warnings;
+ use Net::BitTorrent;
+--- a/tatoeba/003-threads.pl
++++ b/tatoeba/003-threads.pl
+@@ -1,4 +1,4 @@
+-#!perl -w -I../lib
++#!/usr/bin/perl -w -I../lib
+ use strict;
+ use warnings;
+ use Time::HiRes qw[sleep];
+--- a/tatoeba/004-resume.pl
++++ b/tatoeba/004-resume.pl
+@@ -1,4 +1,4 @@
+-#!perl -w -I../lib
++#!/usr/bin/perl -w -I../lib
+ use strict;
+ use warnings;
+ use Time::HiRes qw[sleep];
+--- a/tatoeba/005-console.pl
++++ b/tatoeba/005-console.pl
+@@ -1,4 +1,4 @@
+-#!perl -w -I../lib
++#!/usr/bin/perl -w -I../lib
+ use strict;
+ use warnings;
+ use Getopt::Long;

Modified: trunk/libnet-bittorrent-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-bittorrent-perl/debian/patches/series?rev=44890&op=diff
==============================================================================
--- trunk/libnet-bittorrent-perl/debian/patches/series (original)
+++ trunk/libnet-bittorrent-perl/debian/patches/series Sat Sep 26 21:54:48 2009
@@ -1,1 +1,2 @@
+02_fix-example-interpreter-not-absolute.patch
 01_fix-manpage-error.patch




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