[Pkg-samba-maint] r3795 - in trunk/samba/debian: . patches
bubulle at alioth.debian.org
bubulle at alioth.debian.org
Fri May 27 10:22:36 UTC 2011
tags 601406 pending
thanks
Author: bubulle
Date: 2011-05-27 10:22:36 +0000 (Fri, 27 May 2011)
New Revision: 3795
Added:
trunk/samba/debian/patches/bug_601406_fix-perl-path-in-example.patch
Modified:
trunk/samba/debian/changelog
trunk/samba/debian/patches/series
Log:
bug_601406_fix-perl-path-in-example.patch: fix path to perl
binary in example file. Closes: #601406
Modified: trunk/samba/debian/changelog
===================================================================
--- trunk/samba/debian/changelog 2011-05-25 05:13:15 UTC (rev 3794)
+++ trunk/samba/debian/changelog 2011-05-27 10:22:36 UTC (rev 3795)
@@ -5,6 +5,10 @@
* Swedish (Martin Bagge / brother). Closes: #627849
* Brazilian Portuguese (Adriano Rafael Gomes). Closes: #627866
+ [ Christian Perrier ]
+ * bug_601406_fix-perl-path-in-example.patch: fix path to perl
+ binary in example file. Closes: #601406
+
-- Christian Perrier <bubulle at debian.org> Wed, 25 May 2011 07:09:21 +0200
samba (2:3.5.8~dfsg-3) unstable; urgency=low
Added: trunk/samba/debian/patches/bug_601406_fix-perl-path-in-example.patch
===================================================================
--- trunk/samba/debian/patches/bug_601406_fix-perl-path-in-example.patch (rev 0)
+++ trunk/samba/debian/patches/bug_601406_fix-perl-path-in-example.patch 2011-05-27 10:22:36 UTC (rev 3795)
@@ -0,0 +1,15 @@
+Description: Fix path to perl binary in example file
+Author: Christian Perrier <bubulle at debian.org>
+Bug-Debian: http://bugs.debian.org/601406
+Forwarded: no
+
+Index: samba/examples/misc/wall.perl
+===================================================================
+--- samba.orig/examples/misc/wall.perl
++++ samba/examples/misc/wall.perl
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/perl
++#!/usr/bin/perl
+ #
+ #@(#) smb-wall.pl Description:
+ #@(#) A perl script which allows you to announce whatever you choose to
Modified: trunk/samba/debian/patches/series
===================================================================
--- trunk/samba/debian/patches/series 2011-05-25 05:13:15 UTC (rev 3794)
+++ trunk/samba/debian/patches/series 2011-05-27 10:22:36 UTC (rev 3795)
@@ -13,3 +13,4 @@
autoconf.patch
bug_574468_upstream_7265.patch
bug_610678_fix-ftbfs-hurd.patch
+bug_601406_fix-perl-path-in-example.patch
More information about the Pkg-samba-maint
mailing list