ctemplate 2.3-5 source package in Ubuntu

Changelog

ctemplate (2.3-5) unstable; urgency=medium

  * Team upload.
  * Switch the helper Python build scripts to Python 3: (Closes: #942931)
    - backport upstream commit ce1b8fe617bc052c1d9bf0be6000ead2fd205c6b;
      patch upstream_Partial-Python-3-support.patch
    - backport part of upstream commit 4b7e6c52dc7cbb4d51c9abcebcbac91ec256a62b;
      patch upstream_Python-3-support.patch
    - change the shebangs to python3, and fix one more Python 3 issue; patch
      switch-to-python3.diff
    - switch the python:any build dependency to python3:any

 -- Pino Toscano <email address hidden>  Sun, 29 Dec 2019 12:50:44 +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

Downloads

File Size SHA-256 Checksum
ctemplate_2.3-5.dsc 2.0 KiB 7e652065dc84c5b154ed94718d640b203e7fae8af56565e5cb9e61456959c63b
ctemplate_2.3.orig.tar.gz 703.8 KiB 99e5cb6d3f8407d5b1ffef96b1d59ce3981cda3492814e5ef820684ebb782556
ctemplate_2.3-5.debian.tar.xz 7.4 KiB c876f5a40de10f83937d023d1a6fb82fdfde6ea7f412c3452d2efe0d681b0458

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