[Pkg-samba-maint] [Git][samba-team/samba][bundled-libs] 7 commits: Revert "d/rules: as of 4.17, no need to explicitly build intermediate targets anymore"
Michael Tokarev (@mjt)
gitlab at salsa.debian.org
Wed Nov 27 19:27:46 GMT 2024
Michael Tokarev pushed to branch bundled-libs at Debian Samba Team / samba
Commits:
75b51511 by Michael Tokarev at 2024-11-27T17:48:35+03:00
Revert "d/rules: as of 4.17, no need to explicitly build intermediate targets anymore"
This reverts commit b9ce9feebb03f1e4eaa7340201c9f433274c89d6.
It is still a dependency problem in 4.21, and apparently
has always been so far, it were just hidden within varied
concurrency (make -jN) and speed factors.
Update the comment to reflect current version.
- - - - -
00018903 by Michael Tokarev at 2024-11-27T21:20:25+03:00
import tdb packaging into samba: build tdb packages from samba source
since tdb is always shipped as part of samba source,
and we build samba on debian anyway, there's no need
to keep it in separate source package, - just build
it out of samba sources directly. It will mean a few
more debian releases of the same version of the library,
but this makes packaging significantly simpler.
o import tdb source packaging into samba/debian/:
- control stanzas for libtdb1 tdb-tools libtdb-dev python3-tdb
- libtdb1.install (using more specific file patterns)
- libtdb1.symbols
- libtdb-dev.install ( more specific file patterns)
- libtdb-dev.manpages (add it to .install)
- manpages/tdb*.3 (with trailing whitespace removed)
- patches/tdb_logging_func.diff (remove .h file hunk)
- header-remove-_PUBLIC_-define.patch
- tdb-tools.install (more specific file patterns)
- python3-tdb.install (more specific file patterns)
o d/rules changes:
- tdb-upstream-version, tdb-version, tdb-packages vars
- tdb install part
- move tdb.h from /usr/include/samba-4.0/ to /usr/include/
- --bundled-libraries=tdb
- ensure libtdb is not linked with samba libs
o add d/patches/standalone-tdb.diff
enables building tdb as regular stand-alone lib and
removes dependency on libreplace (not used in tdb, but makes
libtdb.so needlessly embed rpath to samba private dir).
o remove build-depends on libtdb-dev and python3-tdb
o do not build static libtdb.a for now
o build for only one (default) python version
- - - - -
481fe8dd by Michael Tokarev at 2024-11-27T21:20:48+03:00
import tevent packaging into samba: build tevent packages from samba source
since tevent is always shipped as part of samba source,
and we build samba on debian anyway, there's no need
to keep it in separate source package, - just build
it out of samba sources directly. It will mean a few
more debian releases of the same version of the library,
but this makes packaging significantly simpler.
o import tevent source packaging into samba/debian/
- control stanzas for libtevent0 libtevent0t64 libtevent-dev
- use pkg.samba.before-trixie build profile (was pkg.tevent.before-t64)
- libtevent0t64.install, libtevent0t64.symbols,
libtevent0.install, libtevent0.symbols,
libtevent-dev.install
o d/rules changes:
- tevent-upstream-version, tevent-version, tevent-packages vars
- move tevent.h from usr/include/samba-4.0/ to usr/include/
- --bundled-libraries=tevent
- ensure libtevent is not linked with samba components
o add d/patches/tevent-standalone.diff
enables building tevent as regular stand-alone lib and
removes dependency on libreplace (not used in tevent, but
makes libtevent.so needlessly embed rpath to samba private dir).
o remove build-depends on libtevent-dev
o do not build libtevent.a static lib for now
- - - - -
47c1d3f6 by Michael Tokarev at 2024-11-27T21:54:09+03:00
import talloc packaging into samba: build talloc packages from samba source
since talloc is always shipped as part of samba source,
and we build samba on debian anyway, there's no need
to keep it in separate source package, - just build
it out of samba sources directly. It will mean a few
more debian releases of the same version of the library,
but this makes packaging significantly simpler.
o import talloc source packaging into samba/debian/
- control stanzas for libtalloc libtevent0t64 libtalloc-dev
- use pkg.samba.before-trixie build profile (was pkg.tevent.before-t64)
libtalloc2.install, libtalloc2.symbols,
libtalloc-dev.install, python3-talloc.install
- fixup public headers
o d/rules changes:
- talloc-upstream-version, talloc-version, talloc-packages vars
- move talloc.h and pytalloc.h from usr/include/samba-4.0/ to usr/include/
- --bundled-libraries=talloc
- ensure libtalloc is not linked with samba components
o add d/patches/talloc-standalone.diff
enables building talloc as regular stand-alone lib and
removes dependency on libreplace (not used in talloc, but
makes libtalloc.so needlessly embed rpath to samba private dir).
o remove build-depends on libtalloc-dev
o do not build libtalloc.a static lib for now
o build with single (default) python version
- - - - -
ce5cae34 by Michael Tokarev at 2024-11-27T22:22:18+03:00
stop shipping internal-to-samba libpytalloc-util development files
- - - - -
2e648072 by Michael Tokarev at 2024-11-27T22:23:04+03:00
add some more missing deps for samba internal libs
- - - - -
f62d3ca9 by Michael Tokarev at 2024-11-27T22:23:09+03:00
ldb-no-replace.diff: avoid private rpath for libldb.so
- - - - -
30 changed files:
- debian/control
- + debian/header-remove-_PUBLIC_-define.patch
- + debian/libtalloc-dev.install
- + debian/libtalloc2.install
- + debian/libtalloc2.symbols
- + debian/libtdb-dev.install
- + debian/libtdb1.install
- + debian/libtdb1.symbols
- + debian/libtevent-dev.install
- + debian/libtevent0.install
- + debian/libtevent0.symbols
- + debian/libtevent0t64.install
- + debian/libtevent0t64.symbols
- + debian/manpages/tdb.3
- + debian/manpages/tdb_chainlock.3
- + debian/manpages/tdb_close.3
- + debian/manpages/tdb_delete.3
- + debian/manpages/tdb_error.3
- + debian/manpages/tdb_exists.3
- + debian/manpages/tdb_fetch.3
- + debian/manpages/tdb_firstkey.3
- + debian/manpages/tdb_open.3
- + debian/manpages/tdb_store.3
- + debian/manpages/tdb_traverse.3
- debian/not-installed
- + debian/patches/deps.diff
- + debian/patches/ldb-no-replace.diff
- debian/patches/series
- + debian/patches/talloc-standalone.diff
- + debian/patches/tdb-standalone.diff
The diff was not included because it is too large.
View it on GitLab: https://salsa.debian.org/samba-team/samba/-/compare/350e378b66dd99234f3170b75da2ca206f12c446...f62d3ca920ef20b84f5b8cc011e2e2fe4fa8e5f1
--
View it on GitLab: https://salsa.debian.org/samba-team/samba/-/compare/350e378b66dd99234f3170b75da2ca206f12c446...f62d3ca920ef20b84f5b8cc011e2e2fe4fa8e5f1
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-samba-maint/attachments/20241127/751d1e4f/attachment-0001.htm>
More information about the Pkg-samba-maint
mailing list