[Pkg-samba-maint] [SCM] Debian packaging for Samba branch, samba_4.0, updated. upstream/4.0.6+dfsg-814-g5d2107a
Andrew Bartlett
abartlet at samba.org
Sun May 26 11:18:22 UTC 2013
The following commit has been merged in the samba_4.0 branch:
commit 5d2107aaf0a359c41e39d3d69e8a889e1306e6f4
Author: Andrew Bartlett <abartlet at samba.org>
Date: Sun May 26 20:44:36 2013 +1000
Drop smbtar-bashism.patch
This patch was rejected upstream (with good reason) and so
given that this was filed on the basis of a mass bug filing
and no actual user issue, we should not keep patching this.
https://bugzilla.samba.org/show_bug.cgi?id=8924
Andrew Bartlett
diff --git a/debian/patches/smbtar-bashism.patch b/debian/patches/smbtar-bashism.patch
deleted file mode 100644
index 27a47cb..0000000
--- a/debian/patches/smbtar-bashism.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Description: Avoid using bashism in smbtar
-Author: Jelmer Vernooij <jelmer at samba.org>
-Bug-Debian: http://bugs.debian.org/486056
-Forwarded: yes
-Bug: https://bugzilla.samba.org/show_bug.cgi?id=8924
-
-Index: experimental/source3/script/smbtar
-===================================================================
---- experimental.orig/source3/script/smbtar
-+++ experimental/source3/script/smbtar
-@@ -151,7 +151,7 @@
- if [ -z "$verbose" ]; then
- echo "server is $server"
- # echo "share is $service"
-- echo "share is $service\\$cdcmd"
-+ printf "share is %s\\%s\n" "$service" "$cdcmd"
- echo "tar args is $tarargs"
- # echo "password is $password" # passwords should never be sent to screen
- echo "tape is $tapefile"
--
Debian packaging for Samba
More information about the Pkg-samba-maint
mailing list