[Pkg-samba-maint] [samba] 03/05: Remove 05_share_ldb_module, not understood
Mathieu Parent
sathieu at moszumanska.debian.org
Thu Oct 26 19:11:52 UTC 2017
This is an automated email from the git hooks/post-receive script.
sathieu pushed a commit to branch master
in repository samba.
commit 70478247470ca5a4212be2f0cdd858161a229862
Author: Mathieu Parent <math.parent at gmail.com>
Date: Thu Oct 26 10:22:51 2017 +0200
Remove 05_share_ldb_module, not understood
---
debian/patches/05_share_ldb_module | 31 -------------------------------
debian/patches/series | 1 -
source4/param/wscript_build | 5 ++---
3 files changed, 2 insertions(+), 35 deletions(-)
diff --git a/debian/patches/05_share_ldb_module b/debian/patches/05_share_ldb_module
deleted file mode 100644
index 70697d1..0000000
--- a/debian/patches/05_share_ldb_module
+++ /dev/null
@@ -1,31 +0,0 @@
-From: Debian Samba Maintainers <pkg-samba-maint at lists.alioth.debian.org>
-Subject: Update source4/param/wscript_build
-
-FIXME What is the purpose of this patch?
----
- source4/param/wscript_build | 5 +++--
- 1 file changed, 3 insertions(+), 2 deletions(-)
-
-diff --git a/source4/param/wscript_build b/source4/param/wscript_build
-index 4a2b3b1..6555dde 100644
---- a/source4/param/wscript_build
-+++ b/source4/param/wscript_build
-@@ -19,7 +19,7 @@ bld.SAMBA_MODULE('share_classic',
- source='share_classic.c',
- subsystem='share',
- init_function='share_classic_init',
-- deps='samba-util'
-+ deps='samba-util samba-hostconfig'
- )
-
-
-@@ -27,7 +27,8 @@ bld.SAMBA_MODULE('share_ldb',
- source='share_ldb.c',
- subsystem='share',
- init_function='share_ldb_init',
-- deps='ldbsamba auth_system_session'
-+ deps='ldbsamba auth_system_session',
-+ internal_module=False,
- )
-
-
diff --git a/debian/patches/series b/debian/patches/series
index ba949e5..37e914d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
-05_share_ldb_module
07_private_lib
bug_221618_precise-64bit-prototype.patch
README_nosmbldap-tools.patch
diff --git a/source4/param/wscript_build b/source4/param/wscript_build
index 6555dde..4a2b3b1 100644
--- a/source4/param/wscript_build
+++ b/source4/param/wscript_build
@@ -19,7 +19,7 @@ bld.SAMBA_MODULE('share_classic',
source='share_classic.c',
subsystem='share',
init_function='share_classic_init',
- deps='samba-util samba-hostconfig'
+ deps='samba-util'
)
@@ -27,8 +27,7 @@ bld.SAMBA_MODULE('share_ldb',
source='share_ldb.c',
subsystem='share',
init_function='share_ldb_init',
- deps='ldbsamba auth_system_session',
- internal_module=False,
+ deps='ldbsamba auth_system_session'
)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-samba/samba.git
More information about the Pkg-samba-maint
mailing list