pkg-kde-tools 0.15.25ubuntu1 source package in Ubuntu

Changelog

pkg-kde-tools (0.15.25ubuntu1) artful; urgency=low

  * Merge from Debian Sid. Remaining changes:
    - Lots of Kubuntu-specific patches to the packaging.

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

  [ Helmut Grohne ]
  * Make bit-dependent type substitutions work generically (Closes: #854493).

  [ Maximiliano Curia ]
  * (l10n-packages.mk) Add missing ast and eo langs

  [ Dmitry Shachnev ]
  * pkgkde-vcs: Add jessie and stretch to supported distributions (Closes:
    #873243). Thanks to Sandro Knauß for the initial patch.
  * pkgkde-vcs: Make Git version mangling more close to DEP-14: do not
    strip epoch numbers, and replace tildes with underscores.
  * Bump Standards-Version to 4.1.0, stop using deprecated Priority: extra.

 -- Simon Quigley <email address hidden>  Fri, 01 Sep 2017 00:13:38 -0500

Upload details

Uploaded by:
Simon Quigley
Uploaded to:
Artful
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.25ubuntu1.tar.xz 115.1 KiB ede5cdfcc5f3ef1b2571d6604f0c3d7c4d0460ae42d71b6160ff97cd3f2cdde9
pkg-kde-tools_0.15.25ubuntu1.dsc 2.1 KiB fd0262ef682b89ec2c8e63d69968ee2e096e996357288b0414115cfda819a8de

View changes file

Binary packages built by this source

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

No description available for libdlrestrictions-dev in ubuntu artful.

libdlrestrictions1: No summary available for libdlrestrictions1 in ubuntu artful.

No description available for libdlrestrictions1 in ubuntu artful.

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

No description available for libdlrestrictions1-dbgsym in ubuntu artful.

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.