[Pkg-samba-maint] [Git][samba-team/samba][master] 7 commits: import tdb packaging into samba: build tdb packages from samba source
Michael Tokarev (@mjt)
gitlab at salsa.debian.org
Sun Dec 1 19:31:05 GMT 2024
Michael Tokarev pushed to branch master at Debian Samba Team / samba
Commits:
416d8c29 by Michael Tokarev at 2024-11-29T09:54:40+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
- - - - -
94aec623 by Michael Tokarev at 2024-11-29T09:54:40+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
- - - - -
13da2742 by Michael Tokarev at 2024-11-29T09:54:40+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
- - - - -
c2dda7ee by Michael Tokarev at 2024-11-29T09:54:40+03:00
stop shipping internal-to-samba libpytalloc-util development files
- - - - -
5471c880 by Michael Tokarev at 2024-11-29T14:36:09+03:00
update changelog; upload version 4.21.2+dfsg-4~exp1 to experimental
- - - - -
08dc1d48 by Michael Tokarev at 2024-12-01T22:23:34+03:00
d/copyright: add my copyright notice for d/*
- - - - -
59a8c3ce by Michael Tokarev at 2024-12-01T22:30:11+03:00
update changelog; upload version 4.21.2+dfsg-4 to unstable
- - - - -
30 changed files:
- debian/changelog
- debian/control
- debian/copyright
- + 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/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/fcb8e3d6245273c301c638e221a3e6f48b480e31...59a8c3cebb0ccb4ac51865e3b603efa28297d4fe
--
View it on GitLab: https://salsa.debian.org/samba-team/samba/-/compare/fcb8e3d6245273c301c638e221a3e6f48b480e31...59a8c3cebb0ccb4ac51865e3b603efa28297d4fe
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/20241201/6d10c5e1/attachment-0001.htm>
More information about the Pkg-samba-maint
mailing list