pkg-kde-tools 0.15.8ubuntu2 source package in Ubuntu

Changelog

pkg-kde-tools (0.15.8ubuntu2) saucy; urgency=low

  * perllib/Debian/PkgKde/SymbolsHelper/Substs/TypeSubst.pm:
    - Anchor architecture matches to the ends of the string, to avoid
      erroneously mapping qreal to float on arm64.
    - Add arm64 and ppc64el to the 64-bit matches.
 -- William Grant <email address hidden>   Sun, 13 Oct 2013 10:14:05 +1100

Upload details

Uploaded by:
William Grant
Sponsored by:
Colin Watson
Uploaded to:
Saucy
Original maintainer:
Kubuntu Members
Architectures:
any all
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
pkg-kde-tools_0.15.8ubuntu2.tar.bz2 119.1 KiB f7e2a45b9f8681268f18dcef56371bb30636fc327299e7b47b9cfb4c8cc5634a
pkg-kde-tools_0.15.8ubuntu2.dsc 2.0 KiB 1dc321e1901a322b704c959f6a35d8235101d4970d783342ec885cc0f0299e01

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: No summary available for libdlrestrictions1 in ubuntu saucy.

No description available for libdlrestrictions1 in ubuntu saucy.

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.