[Pkg-samba-maint] r1503 - in trunk/samba/debian: . patches
bubulle at alioth.debian.org
bubulle at alioth.debian.org
Sun Aug 26 12:58:16 UTC 2007
Author: bubulle
Date: 2007-08-26 12:58:16 +0000 (Sun, 26 Aug 2007)
New Revision: 1503
Added:
trunk/samba/debian/patches/python-build.patch
Modified:
trunk/samba/debian/changelog
trunk/samba/debian/patches/series
Log:
Fix the build of Python bindings
Modified: trunk/samba/debian/changelog
===================================================================
--- trunk/samba/debian/changelog 2007-08-26 11:23:00 UTC (rev 1502)
+++ trunk/samba/debian/changelog 2007-08-26 12:58:16 UTC (rev 1503)
@@ -1,5 +1,6 @@
samba (3.0.25c-1) UNRELEASED; urgency=low
+ [ Noèl Köthe ]
* new upstream released from 2007-08-20
- added smbfs deprecation information to help and manpage
Closes: #360384
@@ -8,8 +9,11 @@
- fixed smbpasswd fails with errorcode SUCCESS as normal user
Closes: #155345
- -- Noèl Köthe <noel at debian.org> Sun, 26 Aug 2007 13:07:58 +0200
+ [ Christian Perrier ]
+ * Fix the Python build with upstream's SVN r24635
+ -- Christian Perrier <bubulle at debian.org> Sun, 26 Aug 2007 14:57:16 +0200
+
samba (3.0.25b-2) unstable; urgency=low
[ Steve Langasek ]
Added: trunk/samba/debian/patches/python-build.patch
===================================================================
--- trunk/samba/debian/patches/python-build.patch (rev 0)
+++ trunk/samba/debian/patches/python-build.patch 2007-08-26 12:58:16 UTC (rev 1503)
@@ -0,0 +1,17 @@
+Goal: Fix Python build for 3.0.25c
+
+Status wrt upstream: Fixed in SVN
+
+Index: samba-3.0.25c/source/python/py_smb.c
+===================================================================
+--- samba-3.0.25c.orig/source/python/py_smb.c
++++ samba-3.0.25c/source/python/py_smb.c
+@@ -48,7 +48,7 @@
+
+ ZERO_STRUCT(ip);
+
+- if (!cli_connect(cli, server, &ip))
++ if (!NT_STATUS_IS_OK(cli_connect(cli, server, &ip)))
+ return NULL;
+
+ return new_cli_state_object(cli);
Modified: trunk/samba/debian/patches/series
===================================================================
--- trunk/samba/debian/patches/series 2007-08-26 11:23:00 UTC (rev 1502)
+++ trunk/samba/debian/patches/series 2007-08-26 12:58:16 UTC (rev 1503)
@@ -21,3 +21,4 @@
cifs-umount-trailing-slashes.patch
cifs-umount-same-user.patch
smbpasswd-syslog.patch
+python-build.patch
More information about the Pkg-samba-maint
mailing list