pkg-kde-tools 0.17.1ubuntu1 source package in Ubuntu

Changelog

pkg-kde-tools (0.17.1ubuntu1) oracular; urgency=medium

  * Merge with Debian Unstable. Remaining changes:
    - debian/pkg-kde-tools.install, kubuntu/*:
      + Install kubuntu/ files.
    - perllib/Debian/Debhelper/Sequence/kf5.pm:
      + Execute dh_kubuntu_list-missing after the package is built, i.e.
        after dh_builddeb.
      + Execute dh_kubuntu_execute_lintian after dh_kubuntu_list-missing.
    - qt-kde-team/1/debian-qt-kde.mk:
      + Distribution text = "Kubuntu packages".
    - qt-kde-team/2/debian-qt-kde.mk:
      + Support lintian target.
    - qt-kde-team/3/debian-qt-kde.mk:
      + Don't execute anymore the list-missing target since that is now
        managed by perllib/Debian/Debhelper/Sequence/kf5.pm.
    - qt-kde-team/{2,3}/policy.mk:
      + Remove maintainer checking.
    - qt-kde-team/{2,3}/lintian.mk:
      + Call Lintian after the binary target in debian-qt-kde.mk.
    - qt-kde-team/2/list-missing.mk:
      + Add marker lines recognized by Kubuntu's CI and status reports.

pkg-kde-tools (0.17.1) unstable; urgency=medium

  * pkgkde-symbolshelper: Update ABI definition for time_t subst.
  * Build-depend on dpkg-dev ≥ 1.22.5, to guard against backports without
    this change reverted.
  * Bump Standards-Version to 4.6.2, no changes needed.
  * Upload to unstable.

pkg-kde-tools (0.17.0) experimental; urgency=medium

  [ Patrick Franz ]
  * Add the KF6 sequencer helper.

pkg-kde-tools (0.16.0~qmldepends1) experimental; urgency=medium

  * Team upload.

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster (oldstable):
    + Build-Depends: Drop versioned constraint on cmake and libdpkg-perl.
    + pkg-kde-tools: Drop versioned constraint on libdpkg-perl and python3 in
      Depends.
    + pkg-kde-tools: Drop versioned constraint on dpkg-dev in Recommends.
    + pkg-kde-tools: Drop versioned constraint on kdelibs5-dev in Breaks.

  [ Sandro Knauß ]
  * Add pkgkde-qmldepends to detect QML depdendecy and make them usable in
    builds. Currently it is the the first version to make it possible to start
    experiments with the script.
  * Update lintian overrides for pkg-kde-tools.

  [ Dmitry Shachnev ]
  * pkgkde-update-qt-copyright: Update for new Qt license strings
  * pkgkde-update-qt-copyright: Support more exotic copyright strings

 -- Simon Quigley <email address hidden>  Fri, 03 May 2024 12:58:28 -0500

Upload details

Uploaded by:
Simon Quigley
Uploaded to:
Oracular
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
pkg-kde-tools_0.17.1ubuntu1.tar.xz 122.3 KiB 3fd5aa69f580b29181133df6dddb8db2b1abd09464ccff9d67b8caf6a2178e60
pkg-kde-tools_0.17.1ubuntu1.dsc 2.0 KiB e180430aef213e3d8d31af7d0761f60818d1106bf0298eeae5bc2f182daf37c6

Available diffs

View changes file

Binary packages built by this source

libdlrestrictions-dev: development files for the DLRestrictions library

 This package provides development files needed to build both shared libraries,
 which specify their compatibility restrictions, and applications, which check
 whether those restrictions are satisfied before using those libraries. The
 package also contains a CMake module which simplifies building DLRestricted
 shared libraries with CMake.

libdlrestrictions1: library that implements library compatibility checks for dlopen()

 This package provides a DLRestrictions library that can be used to check
 compatibility of the external shared library (or plugin) against other
 libraries currently loaded in the global symbol object. It might help to avoid
 symbol clashes and provide means for graceful failure detection in advance
 before the first dlsym() call. Otherwise, usage of incompatible library might
 result in crashes or other unpredictable failures of the application.
 .
 A shared library that is protected by DLRestrictions provides a special symbol
 which defines conditions under which the library may be safely used. At the
 moment, the only restriction that may be imposed controls whether multiple
 SONAMEs of the same library can safely co-exist in the same symbol space.
 Shared library dependencies are also checked for compatibility.

libdlrestrictions1-dbgsym: debug symbols for libdlrestrictions1
pkg-kde-tools: various packaging tools and scripts for KDE Applications

 This package contains a variety of packaging tools and build scripts that may
 be very useful when packaging KDE applications. Even if you are a maintainer
 of a very small KDE application, this package should be worthwhile checking
 out.
 .
 Main highlights:
  - recommended build flags for building packages based on the KDE Platform;
  - cdbs class for building packages based on the KDE Platform (kde.mk);
  - debhelper build system (--buildsystem=kde) and dh addon (--with kde) for
    building packages based on the KDE Platform;
  - dh_sameversiondep for generating a dependency that is versioned the same
    way as a dependency (coming from the same source) of another reference
    package.
  - dh_movelibkdeinit for moving libkdeinit4_*.so libraries to private
    location;
  - dh_sodeps (and sodeps dh addon) for generating so:Depends substvar for -dev
    packages based to which local packages lib*.so symlinks point to;
  - dh_qmlcdeps (and qmlcdeps dh addon) for generating qmlc:Depends substvar
    for packages shipping QML cache files.
  - pkgkde-symbolshelper tool for efficient management of C and C++ symbol
    files;
  - pkgkde-debs2symbols tool for generating symbol files and symbol file
    patches from pre-built binaries in the deb packages;
  - pkgkde-getbuildlogs tool for downloading build logs for the specified
    package (from buildd.debian.org);
  - pkgkde-override-sc-dev-latest tool for overriding Breaks of the
    kde-sc-dev-latest package;
  - pkgkde-vcs tool for performing common tasks when packaging under VCS.
  - qmldepdends.py create a list of QML dependencies.
 .
 NOTE: since this package is cumulative, it does not depend on the packages it
 provides helpers for. I.e. you still need to explicitly build depend on
 debhelper or cdbs in your packages.