dwww Home | Show directory contents | Find package

libqmi (1.35.2-0ubuntu2) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- Steve Langasek <steve.langasek@ubuntu.com>  Sun, 31 Mar 2024 02:12:03 +0000

libqmi (1.35.2-0ubuntu1) noble; urgency=medium

  * New upstream serie

 -- Sebastien Bacher <seb128@ubuntu.com>  Thu, 29 Feb 2024 20:59:44 +0100

libqmi (1.34.0-2) unstable; urgency=medium

  * d/patches: fix build on big endian architectures

 -- Arnaud Ferraris <aferraris@debian.org>  Sat, 21 Oct 2023 11:55:32 +0200

libqmi (1.34.0-1) unstable; urgency=medium

  * New upstream version 1.34.0
  * d/clean: clean up python compiled bytecode files (Closes: #1047700)
  * libqmi-glib5: update symbols file for new upstream release

 -- Arnaud Ferraris <aferraris@debian.org>  Fri, 20 Oct 2023 12:53:59 +0200

libqmi (1.32.4-2) unstable; urgency=medium

  * Release to unstable

 -- Arnaud Ferraris <aferraris@debian.org>  Tue, 13 Jun 2023 16:37:04 +0200

libqmi (1.32.4-1) experimental; urgency=medium

  * New upstream version 1.32.4

 -- Arnaud Ferraris <aferraris@debian.org>  Sun, 23 Apr 2023 15:46:07 +0200

libqmi (1.32.2-1) unstable; urgency=medium

  * d/watch: only watch for stable releases
    `libqmi` has a x.y.z version numbering scheme where y is even for
    stable releases and odd for development ones. Stable release candidates
    have x.y-rcz version numbers with y being an even number. This change
    ensures we only watch for stable releases, including RCs.
  * New upstream version 1.32.2

 -- Arnaud Ferraris <aferraris@debian.org>  Mon, 19 Dec 2022 11:51:57 +0100

libqmi (1.32.0-1) unstable; urgency=medium

  * New upstream version 1.32.0
  * d/watch: look for git tags instead of source tarballs.
    Upstream stopped publishing source tarballs and now requests that we
    use (signed) git tags for new versions. Take this opportunity to update
    the upstream signing key.
  * d/patches: drop obsolete patches.
    The corresponding issue have been fixed upstream.
  * d/control: update build dependencies
    `meson` is now the only build system supported for this package, which
    now also depends on `bash-completion` at build time.
  * d/rules: adapt to upstream build system change.
    Upstream switched from `autotools` to `meson`. As a consequence,
    configure options are handled differently, so let's adapt to those
    changes.
  * libqmi-glib5: remove README from installed docs.
    This file has been removed in the latest version.
  * libqmi-glib5: update symbols file for new upstream release
  * d/source: remove obsolete lintian overrides.

 -- Arnaud Ferraris <aferraris@debian.org>  Fri, 28 Oct 2022 15:46:11 +0200

libqmi (1.30.8-1) unstable; urgency=medium

  * New upstream version 1.30.8
  * d/control: update my email address.
    Also bump Standards-Version, no change required.
  * debian: update lintian-overrides.
    Due to recent lintian updates, the overrides for `libqmi-glib-doc` are
    no longer needed, while the source package need new overrides: HTML
    files are their own sources, so the `source-is-missing` lintian error is
    not relevant here.
    Moreover, the tag format of the `libqmi-glib5` overrides needs to be
    updated so it can be useful again.
  * d/libqmi-glib5: update symbols file with new entries

 -- Arnaud Ferraris <aferraris@debian.org>  Mon, 11 Jul 2022 14:31:52 +0200

libqmi (1.30.6-1) unstable; urgency=medium

  * d/control: make -dev package depend on libqrtr-glib
    `libqmi` is now compiled with QRTR support by linking against
    `libqrtr-glib`. However, `libqmi-glib-dev` doesn't depend on
    `libqrtr-glib-dev`, meaning users need to manually add the latter to
    their build dependencies. Avoid this by adding `libqrtr-glib-dev` as a
    dependency to `libqmi-glib-dev`.
  * debian: lintian-driven fixes and small improvements.
    This commit includes minor changes spotted by `lintian-brush`:
    - `d/upstream/metadata`: append `.git` to repo URL
    - `d/rules`: drop symbols migration (1.14 is long gone)
  * New upstream version 1.30.6

 -- Arnaud Ferraris <arnaud.ferraris@gmail.com>  Thu, 19 May 2022 19:42:31 +0200

libqmi (1.30.4-2) unstable; urgency=medium

  * d/control: build-depend on libqrtr-glib.
    This enables support of QMI over QRTR, required to support Qualcomm SoCs
    in ModemManager.
  * d/libqmi-glib5: update symbols file with new entries.
    Building libqmi with QRTR support adds a few new symbols to the library,
    make sure those are present in the symbols file.
  * d/libqmi-glib-doc: add lintian override.
    Documentation generated by gtk-doc is installed to `/usr/share/gtk-doc`
    as expected. Add a corresponding lintian override, otherwise it will
    complain about docs installed outside `/usr/share/doc`.
  * d/copyright: use secure URL for copyright format.
    Also update copyright information for the `debian/` folder.

 -- Arnaud Ferraris <arnaud.ferraris@gmail.com>  Tue, 22 Feb 2022 10:26:19 +0100

libqmi (1.30.4-1) unstable; urgency=medium

  * New upstream version 1.30.4
  * d/rules: error out if symbols aren't up-to-date.
    We want to ship shared libs with up-to-date symbols file, so having the
    build error out if that's not the case is a good way to ensure we update
    those before releasing the package.
  * d/control: sort build dependencies.
  * lintian-overrides: update to new format for libqmi-glib5.
    The format for the `symbols-declares-dependency-on-other-package`
    lintian override has changed to include the corresponding library name.
    Update the override so it matches the current format and makes lintian
    happy.

 -- Arnaud Ferraris <arnaud.ferraris@gmail.com>  Wed, 16 Feb 2022 15:20:43 +0100

libqmi (1.30.2-1) unstable; urgency=medium

  * New upstream version 1.30.2
  * d/control: change maintainer to DebianOnMobile team.
  * d/control: bump debhelper-compat version and Standards-Version.
  * d/copyright: add Upstream-Contact field
  * debian: add salsa CI pipeline
  * d/source: add upstream metadata
  * d/watch: bump watch file version, no change required
  * d/control: update build dependencies.
  * d/rules: add hardening build options
  * d/libqmi-glib5: update symbols file for new version

 -- Arnaud Ferraris <arnaud.ferraris@gmail.com>  Tue, 12 Oct 2021 16:17:09 +0200

libqmi (1.28.6-1) experimental; urgency=medium

  * New upstream version
  * debian/libqmi-glib5.symbols:
    - updated for the new version

 -- Sebastien Bacher <seb128@ubuntu.com>  Tue, 22 Jun 2021 13:38:23 +0200

libqmi (1.26.10-0.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Bug fix release:
    + libqmi-glib: Fix internal QmiClientCtl leak in the QmiDevice when
      using the QMUX endpoint.

 -- Martin <debacle@debian.org>  Mon, 15 Feb 2021 16:03:10 +0000

libqmi (1.26.8-0.2) unstable; urgency=medium

  * Non-maintainer upload.
  * Source-only upload (Closes: #980558).

 -- Martin <debacle@debian.org>  Wed, 20 Jan 2021 21:10:05 +0000

libqmi (1.26.8-0.1) unstable; urgency=medium

  * Non-maintainer upload.
  * New upstream version.

 -- Martin <debacle@debian.org>  Sun, 10 Jan 2021 12:47:44 +0000

libqmi (1.26.6-0.1) unstable; urgency=medium

  * Non-maintainer upload.
  * New upstream version.
  * debian/libqmi-glib5.symbols: add symbols for 1.26.6.

 -- Martin <debacle@debian.org>  Wed, 07 Oct 2020 16:09:38 +0000

libqmi (1.26.4-0.1) unstable; urgency=medium

  * Non-maintainer upload.
  * New upstream version.

 -- Martin <debacle@debian.org>  Sun, 23 Aug 2020 10:19:46 +0000

libqmi (1.26.2-0.1) unstable; urgency=medium

  * Non-maintainer upload.
  * New upstream version.
  * Fix reproducibility by removing superfluous Makefiles (Closes: #963485).

 -- Martin <debacle@debian.org>  Sun, 26 Jul 2020 12:36:00 +0000

libqmi (1.26.0-0.1) unstable; urgency=medium

  * Non-maintainer upload.
  * New upstream version.

 -- Martin <debacle@debian.org>  Sun, 21 Jun 2020 11:38:14 +0000

libqmi (1.25.900-0.1) experimental; urgency=medium

  * Non-maintainer upload.
  * Add package for GObject introspection (new upstream feature).
  * debian/libqmi-glib5.symbols: 280 additional symbols.

 -- Martin <debacle@debian.org>  Wed, 10 Jun 2020 21:39:17 +0000

libqmi (1.24.12-0.1) unstable; urgency=medium

  * Non-maintainer upload.
  * New upstream version.

 -- Martin <debacle@debian.org>  Tue, 26 May 2020 22:12:07 +0000

libqmi (1.24.8-1.2) unstable; urgency=medium

  * Non-maintainer upload.
  [ Laurent Bigonville ]
  * Add debian/gbp.conf file
  * debian/control: Bump Standards-Version to 4.5.0 (no further changes)
  * Mark libqmi-glib-doc with Build-profiles: <!nodoc> and move libglib2.0-doc
    to BDI
  * debian/control: Switch the build-dependency to python3 (Closes: #943157)
  * Bump debhelper version to 12 and use dh_missing instead of dh_install
    --list-missing
  * Move qmi-proxy to /usr/libexec
  * debian/control: Remove duplicate sections to please lintian
  * debian/libqmi-glib5.symbols: Add Build-Depends-Package field
  * Add a symlink for the documentation in /usr/share/doc and adjust the
    docbase file. This fixes the doc-base-file-references-wrong-path lintian
    warning

  [ Helmut Grohne ]
  * Fix FTCBFS
    + Annotate python build dependency with :any.
    + Disable gtk-doc for arch-only builds. (Closes: #913113)

 -- Laurent Bigonville <bigon@debian.org>  Wed, 20 May 2020 16:23:06 +0200

libqmi (1.24.8-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Update Vcs-* to salsa.
  * Use Rules-Requires-Root: no

 -- Martin <debacle@debian.org>  Thu, 30 Apr 2020 00:32:38 +0000

libqmi (1.24.8-1) unstable; urgency=medium

  * New upstream version

 -- Sebastien Bacher <seb128@ubuntu.com>  Thu, 26 Mar 2020 23:26:00 +0100

libqmi (1.24.6-2) unstable; urgency=medium

  * debian/control,
    debian/patches/versioned_python_binary.patch:
    - don't use an unversioned python binary

 -- Sebastien Bacher <seb128@ubuntu.com>  Thu, 27 Feb 2020 21:06:26 +0100

libqmi (1.24.6-1) unstable; urgency=medium

  * New upstream version
  * debian/libqmi-glib5.symbols:
    - refreshed the symbols for the new version

 -- Sebastien Bacher <seb128@ubuntu.com>  Thu, 27 Feb 2020 20:27:01 +0100

libqmi (1.22.4-0.1) unstable; urgency=medium

  * Non-maintainer upload.
  * New upstream release
  * Removed debian/patches/git_reset-offset-before-2nd-call.patch,
    included upstream.

 -- Till Kamppeter <till.kamppeter@gmail.com>  Mon, 19 Aug 2019 11:52:41 +0200

libqmi (1.22.0-1.3) unstable; urgency=medium

  * Non-maintainer upload.
  * enable verbose build logs (Closes: #900909)

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Fri, 02 Aug 2019 13:07:56 +0200

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

Generated by dwww version 1.16 on Sat Dec 13 16:25:44 CET 2025.