[Pkg-samba-maint] [SCM] Debian packaging for Samba branch, samba_4.0, updated. upstream/4.0.5+dfsg1-756-gc17d556
Christian PERRIER
bubulle at debian.org
Thu May 16 09:56:04 UTC 2013
Quoting Christian Perrier (bubulle at debian.org):
> The following commit has been merged in the samba_4.0 branch:
> commit c003df933f45a0dcaa17bfb158a46a169598b50c
> Author: Christian Perrier <bubulle at debian.org>
> Date: Thu May 16 11:29:33 2013 +0200
>
> Move libnss_winbind.so.2 and libnss_wins.so.2 to /lib as in 3.6.*
>
> diff --git a/debian/changelog b/debian/changelog
> index 9bbfaaf..8bb5e1c 100644
> --- a/debian/changelog
> +++ b/debian/changelog
> @@ -1,8 +1,12 @@
> samba (2:4.0.5+dfsg1-2.0) UNRELEASED; urgency=low
>
> + [ Andrew Bartlett ]
> * Non-maintainer upload.
> * Remove most of the samba4 references, except for binaries ending in 4
>
> + [ Christian Perrier ]
> + * Move libnss_winbind.so.2 and libnss_wins.so.2 to /lib as in 3.6.*
> +
> -- Andrew Bartlett <abartlet at samba.org> Thu, 09 May 2013 15:41:19 +1200
>
> samba (2:4.0.5+dfsg1-1.0) UNRELEASED; urgency=low
> diff --git a/debian/libnss-winbind.install b/debian/libnss-winbind.install
> index 3b4ac16..545f3d5 100644
> --- a/debian/libnss-winbind.install
> +++ b/debian/libnss-winbind.install
> @@ -1,3 +1,3 @@
> #!/usr/bin/dh-exec
> -usr/lib/*/libnss_winbind.so.2
> -usr/lib/*/libnss_wins.so.2
> +lib/*/libnss_winbind.so.2
> +lib/*/libnss_wins.so.2
>
> --
> Debian packaging for Samba
>
>
> _______________________________________________
> Pkg-samba-maint mailing list
> Pkg-samba-maint at lists.alioth.debian.org
> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-samba-maint
>
>
>
> ** CRM114 Whitelisted by: From: "Christian Perrier" <bubulle at debian.org> **
--
It's probably indeed not the right fix.
I just noticed that configure arguments in samba 4.0.5 packages
(inherited from the samba4 packages) are strongly different from those
in 3.6.* packages.
Unless configure arguments changed significantly between 3.6 and 4.0,
I think we'd better stick with the same arguments (particularly the
"--with-foodir" ones, and the --with-featurebar ones) and only add
those that are specific to samba4.
This way we would have better chances that packages have the same set
of files *in the same places*.
For that reason, I branched from samba_4.0 and I'm exploring the
possibility of using the same initial setting of "conf_arg" variable,
with an argument list that is the one in 3.6 plus the few "specific"
ones I found in 4.0
I'm testing right now whether that stuff is building properly.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-samba-maint/attachments/20130516/1618c4d4/attachment.pgp>
More information about the Pkg-samba-maint
mailing list