pkg-kde-tools 0.15.24ubuntu2 source package in Ubuntu

Changelog

pkg-kde-tools (0.15.24ubuntu2) artful; urgency=medium

  * Backport changes from qt-kde-team/3/lintian.mk into the KDE 4 version
    This aims to backport the changes made in the commit
    33e480ee49ad7fc09c22333234862275cc74f57c
    authored by Harald whose commit message is:
    "ignore when lintian target falls over dead
     - genchanges will fail if it can't find a suitable .dsc in ../
     - also prevent subsequent fail from cleanup of temporary file"
    This change is needed to make kde4libs build properly when running the
    autopkgtests using the restiction 'build-needed'

 -- José Manuel Santamaría Lema <email address hidden>  Mon, 26 Jun 2017 22:07:29 +0100

Upload details

Uploaded by:
Jose Manuel Santamaria Lema on 2017-06-26
Sponsored by:
Rik Mills
Uploaded to:
Artful
Original maintainer:
Debian Qt/KDE Maintainers
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.24ubuntu2.tar.xz 114.7 KiB 4db5b3cecfc1acd4175bd59a564aef4a7e0fc4e2efaa456d71c6ced82e47e8a6
pkg-kde-tools_0.15.24ubuntu2.dsc 2.0 KiB ef4d1f50aa74c3e3a1728fa75afaa5380d8bedfb6b969a84989dc9fe49826c78

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