dwww Home | Show directory contents | Find package

tdb (1.4.8-2) unstable; urgency=medium

  * d/rules: build for all installed py3versions
    instead of default/supported (not enabled still)
  * d/control: Standards-Version: 4.6.2 (no changes)
  * d/control: remove unused ${python3:Provides}
  * d/control: put all doc-generating build-deps into one line
  * little prep for cross-compilation
  * d/control: work around autodep8 #904999 again

 -- Michael Tokarev <mjt@tls.msk.ru>  Sat, 04 Feb 2023 17:12:31 +0300

tdb (1.4.8-1) unstable; urgency=medium

  * new upstream release (1.4.8, from samba 4.18):
    - Support python 3.12
  * d/libtdb1.symbols: add new version

 -- Michael Tokarev <mjt@tls.msk.ru>  Sat, 21 Jan 2023 10:33:25 +0300

tdb (1.4.7-3) unstable; urgency=medium

  * Allow building for multiple python3 versions (disabled for now)
  * d/rules: support "terse" build option for non-verbose build
  * d/source/lintian-overrides: add 2 overrides
  * d/salsa-ci.yml:
    - instead of allowing blhc to (always) fail, disable it
    - disable crossbuild-arm64 test (samba does not cross-build)

 -- Michael Tokarev <mjt@tls.msk.ru>  Fri, 20 Jan 2023 18:48:56 +0300

tdb (1.4.7-2) unstable; urgency=medium

  * d/rules: inline parallel check from dpkg/buildopts.mk
  * d/rules: use ${} for variables consistently
  * d/rules: use $(filter) instead of $(findstring) to look for nocheck
    in ${DEB_BUILD_OPTIONS}

 -- Michael Tokarev <mjt@tls.msk.ru>  Sun, 30 Oct 2022 11:51:37 +0300

tdb (1.4.7-1) unstable; urgency=medium

  * new upstream release 1.4.7
  * remove 0001-Add-support-for-GNU-kFreeBSD.patch (applied upstream)
  * d/libtdb1.symbols: add new version
  * d/control: bump std-version to 4.6.1 (no changes)

 -- Michael Tokarev <mjt@tls.msk.ru>  Fri, 09 Sep 2022 13:34:49 +0300

tdb (1.4.6-3) unstable; urgency=medium

  * many tweaks for d/rules:
   - switch from --with python to dh-sequence-python3
     and stop overriding --fail-missing with dh=13
   - replace slow architecture.mk with fast inline version
   - reorder targets for readability
   - reorder configure arguments for readability
   - rework clean target
   - move libtdb.a build to build target and build it in bin/
   - restrict targets for which we run dh
   - stop overriding dh_makeshlibdeps,
     set DPKG_GENSYMBOLS_CHECK_LEVEL instead
   - make configure & build depend on config-stamp
     to stop configure rerun on each build
   - set SHELL to /bin/sh -e
  * remove _PUBLIC_ define from the public header entirely,
    not only the usage of this define, to stop polluting
    the namespace

 -- Michael Tokarev <mjt@tls.msk.ru>  Wed, 04 May 2022 20:11:55 +0300

tdb (1.4.6-2) unstable; urgency=medium

  * d/rules include buildflags.mk instead of open-coding CFLAGS etc definitions
  * d/rules: remove _PUBLIC_ markers from public header file
    fixing samba-4.16 ftbfs
  * d/rules: clean up bin/ not build/

 -- Michael Tokarev <mjt@tls.msk.ru>  Sat, 26 Mar 2022 19:23:34 +0300

tdb (1.4.6-1) unstable; urgency=medium

  * New upstream version 1.4.6
    - update symbols
  * Switch to debhelper-compat = 13
  * Add myself to Uploaders

 -- Michael Tokarev <mjt@tls.msk.ru>  Wed, 23 Mar 2022 12:31:55 +0300

tdb (1.4.5-2) unstable; urgency=medium

  * CI: Allow failures for te bhlc job
  * Add 0001-Add-support-for-GNU-kFreeBSD.patch (Closes: #990877)

 -- Mathieu Parent <sathieu@debian.org>  Tue, 14 Dec 2021 20:45:23 +0100

tdb (1.4.5-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Avoid explicitly specifying -Wl,--as-needed linker flag.

  [ Mathieu Parent ]
  * New upstream version 1.4.5
    - Update symbols
    - Update 30_tdb_logging_func.diff
  * Standards-Version: 4.6.0, no change
  * d/copyright: Remove duplicate globbing pattern
  * Update watch file format version to 4.

 -- Mathieu Parent <sathieu@debian.org>  Mon, 13 Dec 2021 21:52:11 +0100

tdb (1.4.3-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Use dh $@ sequencer.
  * Update standards version to 4.5.0, no changes needed.

  [ Mathieu Parent ]
  * New upstream version 1.4.3
    - Update symbols

 -- Mathieu Parent <sathieu@debian.org>  Sun, 21 Jun 2020 08:54:45 +0200

tdb (1.4.2-3) unstable; urgency=medium

  [ Jelmer Vernooij ]
  * Use secure URI in Homepage field.
  * Remove obsolete fields Name, Contact from debian/upstream/metadata.
  * Rely on pre-initialized dpkg-architecture variables.

  [ Debian Janitor ]
  * Update standards version to 4.4.1, no changes needed.

  [ Mathieu Parent ]
  * Build on hurd-i386 too (Closes: #759008)

 -- Mathieu Parent <sathieu@debian.org>  Sun, 17 Nov 2019 14:33:20 +0100

tdb (1.4.2-2) unstable; urgency=medium

  * Upload to unstable

 -- Mathieu Parent <sathieu@debian.org>  Sat, 14 Sep 2019 09:51:38 +0200

tdb (1.4.2-1) experimental; urgency=medium

  * Upload to experimental
  * New upstream version 1.4.2
    - d/watch Unpin to tdb 1.3.x
    - Drop python-tdb (Closes: #938630)
    - Update override_dh_auto_clean for Python3
    - Update debian/libtdb1.symbols

 -- Mathieu Parent <sathieu@debian.org>  Fri, 13 Sep 2019 07:38:01 +0200

tdb (1.3.18-2) unstable; urgency=medium

  * Upload to unstable
  * Update salsa-ci.yml
  * Standards-Version: 4.4.0
  * Bump debhelper from old 11 to 12.
    - dh_install --list-missing removed in compat 12
  * Use dh_missing --fail-missing
  * d/copyright
    - s/GPL-3+/GPL-3.0+/ and s/LGPL-3+/LGPL-3.0+/
    - Move License details to end of file
    - Add waf licences
    - Add lib/replace licences

 -- Mathieu Parent <sathieu@debian.org>  Thu, 29 Aug 2019 13:58:32 +0200

# Older entries have been removed from this changelog.
# To read the complete changelog use `apt changelog libtdb1`.

Generated by dwww version 1.15 on Thu May 23 23:48:57 CEST 2024.