summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2015-03-17 23:32:52 +0300
committerIgor Pashev <pashev.igor@gmail.com>2015-03-17 23:32:52 +0300
commit797da729fda10d21a9b6b93ebe33fc2cc4543875 (patch)
tree43ec7e7ed832bf8850faee3b64ace3aa21d2573b
parent1095152992d77a7c3e3ad6a4cc1e5a4042ffafac (diff)
downloadsamba-dyson/4.1.17+dfsg-2+dyson1.tar.gz
samba (2:4.1.17+dfsg-2+dyson1) unstable; urgency=mediumHEADdyson/4.1.17+dfsg-2+dyson1master
* Package for Dyson * Updated debian/patches/dyson-nsswitch.patch
-rw-r--r--debian/changelog7
-rw-r--r--debian/patches/dyson-nsswitch.patch10
2 files changed, 16 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index d141e03e3c..2de69d27bc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+samba (2:4.1.17+dfsg-2+dyson1) unstable; urgency=medium
+
+ * Package for Dyson
+ * Updated debian/patches/dyson-nsswitch.patch
+
+ -- Igor Pashev <pashev.igor@gmail.com> Tue, 17 Mar 2015 23:16:31 +0300
+
samba (2:4.1.17+dfsg-2) unstable; urgency=medium
[ Andreas Beckmann ]
diff --git a/debian/patches/dyson-nsswitch.patch b/debian/patches/dyson-nsswitch.patch
index eb16b88e10..22ae4bca73 100644
--- a/debian/patches/dyson-nsswitch.patch
+++ b/debian/patches/dyson-nsswitch.patch
@@ -2,7 +2,7 @@ Index: samba/nsswitch/wscript_build
===================================================================
--- samba.orig/nsswitch/wscript_build
+++ samba/nsswitch/wscript_build
-@@ -65,8 +65,9 @@ elif Utils.unversioned_sys_platform() ==
+@@ -77,8 +77,17 @@ elif Utils.unversioned_sys_platform() ==
bld.SAMBA_LIBRARY('nss_winbind',
source='winbind_nss_solaris.c winbind_nss_linux.c',
deps='winbind-client',
@@ -11,6 +11,14 @@ Index: samba/nsswitch/wscript_build
+ realname='libnss_winbind.so.2',
+ soname='libnss_winbind.so',
+ vnum='2')
++ bld.SAMBA3_LIBRARY('nss_wins',
++ keep_underscore=True,
++ source='wins.c',
++ deps='''param libsmb LIBTSOCKET''',
++ public_headers=[],
++ public_headers_install=False,
++ pc_files=[],
++ vnum='2')
elif (host_os.rfind('hpux') > -1):
bld.SAMBA_LIBRARY('nss_winbind',
source='winbind_nss_linux.c',