r61637 - in /trunk/librivescript-perl/debian: changelog patches/install-executables.patch

onur-guest at users.alioth.debian.org onur-guest at users.alioth.debian.org
Mon Aug 16 03:36:52 UTC 2010


Author: onur-guest
Date: Mon Aug 16 03:36:12 2010
New Revision: 61637

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=61637
Log:
remove 'use lib' from bin/rsdemo added to install-executables.patch

Modified:
    trunk/librivescript-perl/debian/changelog
    trunk/librivescript-perl/debian/patches/install-executables.patch

Modified: trunk/librivescript-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librivescript-perl/debian/changelog?rev=61637&op=diff
==============================================================================
--- trunk/librivescript-perl/debian/changelog (original)
+++ trunk/librivescript-perl/debian/changelog Mon Aug 16 03:36:12 2010
@@ -2,4 +2,4 @@
 
   * Initial Release. (Closes: #592819)
 
- -- Onur Aslan <onur at 0nur.net>  Mon, 16 Aug 2010 04:22:40 +0300
+ -- Onur Aslan <onur at 0nur.net>  Mon, 16 Aug 2010 06:29:06 +0300

Modified: trunk/librivescript-perl/debian/patches/install-executables.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librivescript-perl/debian/patches/install-executables.patch?rev=61637&op=diff
==============================================================================
--- trunk/librivescript-perl/debian/patches/install-executables.patch (original)
+++ trunk/librivescript-perl/debian/patches/install-executables.patch Mon Aug 16 03:36:12 2010
@@ -1,10 +1,11 @@
-Description: adds bin/rsdemo and bin/rsup to installation
+Description: adds bin/rsdemo and bin/rsup to installation. This patch also
+ removes 'use lib' line from bin/rsdemo.
 Author: Onur Aslan <onur at 0nur.net>
 Last-Update: 2010-08-16
 Index: librivescript-perl/Makefile.PL
 ===================================================================
---- librivescript-perl.orig/Makefile.PL	2010-08-15 06:34:02.000000000 +0300
-+++ librivescript-perl/Makefile.PL	2010-08-15 06:34:31.000000000 +0300
+--- librivescript-perl.orig/Makefile.PL	2010-08-16 04:04:46.000000000 +0300
++++ librivescript-perl/Makefile.PL	2010-08-16 06:23:35.000000000 +0300
 @@ -4,6 +4,7 @@
  WriteMakefile(
      NAME              => 'RiveScript',
@@ -13,3 +14,15 @@
      PREREQ_PM         => {}, # e.g., Module::Name => 1.1
      ($] >= 5.005 ?     ## Add these new keywords supported since 5.005
        (ABSTRACT_FROM  => 'lib/RiveScript.pm', # retrieve abstract from module
+Index: librivescript-perl/bin/rsdemo
+===================================================================
+--- librivescript-perl.orig/bin/rsdemo	2010-08-16 06:23:51.000000000 +0300
++++ librivescript-perl/bin/rsdemo	2010-08-16 06:23:56.000000000 +0300
+@@ -2,7 +2,6 @@
+ 
+ use strict;
+ use warnings;
+-use lib "./lib";
+ use RiveScript;
+ 
+ print "Welcome to the Perl RiveScript Interpreter. This script is a demonstration\n"




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