r42021 - in /trunk/libobject-event-perl/debian: changelog patches/perl-path

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon Aug 17 16:18:17 UTC 2009


Author: gregoa
Date: Mon Aug 17 16:18:11 2009
New Revision: 42021

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=42021
Log:
debian/patches/perl-path: fix path in new example script.

Modified:
    trunk/libobject-event-perl/debian/changelog
    trunk/libobject-event-perl/debian/patches/perl-path

Modified: trunk/libobject-event-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libobject-event-perl/debian/changelog?rev=42021&op=diff
==============================================================================
--- trunk/libobject-event-perl/debian/changelog (original)
+++ trunk/libobject-event-perl/debian/changelog Mon Aug 17 16:18:11 2009
@@ -9,6 +9,9 @@
     perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
     permitted by Debian Policy 3.8.3).
 
+  [ gregor herrmann ]
+  * debian/patches/perl-path: fix path in new example script.
+
  -- Maximilian Gass <mxey at cloudconnected.org>  Mon, 17 Aug 2009 17:35:22 +0200
 
 libobject-event-perl (1.0-1) unstable; urgency=low

Modified: trunk/libobject-event-perl/debian/patches/perl-path
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libobject-event-perl/debian/patches/perl-path?rev=42021&op=diff
==============================================================================
--- trunk/libobject-event-perl/debian/patches/perl-path (original)
+++ trunk/libobject-event-perl/debian/patches/perl-path Mon Aug 17 16:18:11 2009
@@ -17,3 +17,11 @@
  package test;
  
  use Object::Event;
+--- a/samples/mass_example
++++ b/samples/mass_example
+@@ -1,4 +1,4 @@
+-#!/opt/perl/bin/perl
++#!/usr/bin/perl
+ # just a small example script for testing whether memory might be leaked.
+ 
+ package test;




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