ctemplate 2.4-2 source package in Ubuntu

Changelog

ctemplate (2.4-2) unstable; urgency=medium

  * Update watch file.
  * Bump Standards-Version to 4.6.2, no changes required.
  * Bump debhelper from old 12 to 13.
    + debian/rules: Drop --fail-missing argument to dh_missing, which is now the
      default.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
  * Use execute_after_dh_auto_install to avoid invoking dh_auto_install
    manually.
  * Drop the removal of some documentation files not installed anymore.
  * Update lintian overrides.
  * Add Rules-Requires-Root: no.
  * Remove inactive Uploaders, adding myself as one to avoid leaving the source
    with no human maintainers.

 -- Pino Toscano <email address hidden>  Sat, 17 Dec 2022 10:52:02 +0100

Upload details

Uploaded by:
Debian KDE Extras Team
Uploaded to:
Sid
Original maintainer:
Debian KDE Extras Team
Architectures:
any
Section:
libdevel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe libdevel

Downloads

File Size SHA-256 Checksum
ctemplate_2.4-2.dsc 2.0 KiB 8d0b2521560230b20d22b64070311f00cd10b3ed28debc851e6493b45c4bdeca
ctemplate_2.4.orig.tar.gz 382.7 KiB ccc4105b3dc51c82b0f194499979be22d5a14504f741115be155bd991ee93cfa
ctemplate_2.4-2.debian.tar.xz 6.2 KiB fcdbd3e96ca277fc7d370e48070fb41802fc1184d4db836cfca4e9c3d2aef24d

Available diffs

No changes file available.

Binary packages built by this source

libctemplate-dev: Simple but powerful template language for C++ - development files

 This package contains a library implementing a simple but
 powerful template language for C++. It emphasizes separating logic
 from presentation: it is impossible to embed application logic in this
 template language. The devel package contains static and debug
 libraries and header files for developing applications that use the
 ctemplate package.
 This package contains the ctemplate development files.

libctemplate-dev-dbgsym: debug symbols for libctemplate-dev
libctemplate3: Simple but powerful template language for C++

 This package contains a library implementing a simple but
 powerful template language for C++. It emphasizes separating logic
 from presentation: it is impossible to embed application logic in this
 template language. This limits the power of the template language
 without limiting the power of the template *system*. Indeed, Google's
 "main" web search uses this system exclusively for formatting output.

libctemplate3-dbgsym: debug symbols for libctemplate3