pkg-kde-tools 0.15.30ubuntu1 source package in Ubuntu

Changelog

pkg-kde-tools (0.15.30ubuntu1) eoan; urgency=medium

  * Merge with Debian unstable. Remaining changes:
    - debian/pkg-kde-tools.install, kubuntu/*:
      + Install kubuntu/ files and l10n scripts.
    - debian/rules:
      + Add rules to sync l10n.
    - 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.15.30) unstable; urgency=medium

  * Remove unconditional calls to dh_gconf (Closes: #931884). This is part of
  dhmk, which is currently only used within KDE4 apps and it's being retired by
  their maintainers.

 -- Rik Mills <email address hidden>  Thu, 22 Aug 2019 17:05:39 +0100

Upload details

Uploaded by:
Rik Mills
Uploaded to:
Eoan
Original maintainer:
Ubuntu Developers
Architectures:
any all
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.15.30ubuntu1.tar.xz 116.6 KiB 177d6fe6aff1cc12040e0d613dad4b0d963fd657d0ad494b9b7d9da00a769d0e
pkg-kde-tools_0.15.30ubuntu1.dsc 2.1 KiB a3bfeabd2b195f46a97356e9bf086934c08b4e0b04b6f0339bee06f5b11c8e29

Available diffs

View changes file

Binary packages built by this source

libdlrestrictions-dev: No summary available for libdlrestrictions-dev in ubuntu eoan.

No description available for libdlrestrictions-dev in ubuntu eoan.

libdlrestrictions1: No summary available for libdlrestrictions1 in ubuntu eoan.

No description available for libdlrestrictions1 in ubuntu eoan.

libdlrestrictions1-dbgsym: No summary available for libdlrestrictions1-dbgsym in ubuntu eoan.

No description available for libdlrestrictions1-dbgsym in ubuntu eoan.

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.
 .
 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.