ctemplate 2.3-4 source package in Ubuntu

Changelog

ctemplate (2.3-4) unstable; urgency=medium

  * Team upload.
  * Switch Vcs-* fields to salsa.debian.org.
  * Add the configuration for the CI on salsa.
  * Bump the debhelper compatibility to 12:
    - switch the debhelper build dependency to debhelper-compat 12
    - remove debian/compat
    - remove --parallel for dh, as now done by default
    - drop the dh_makeshlibs override, as -V is done by default
    - stop explicitly using the autoreconf dh addon, as it is used by default
    - drop remove the dh-autoreconf build dependency
    - switch from dh_install to dh_missing for --list-missing
  * Switch from --list-missing to --fail-missing for dh_missing; everything is
    installed already.
  * Bump Standards-Version to 4.4.1, no changes required.
  * Remove trailing whitespaces in changelog.
  * Update the lintian overrides.
  * Drop patch gcc-4.6.patch, obsolete since version 1.0 already.
  * Convert copyright to copyright-format v1.0, as its format is basically that
    one already.
  * Change the python build dependency to python:any, as Python is needed only
    as build tool.
  * Remove Florian Reinhard from Uploaders, as he did not do any work after the
    initial release; thanks for your work!

 -- Pino Toscano <email address hidden>  Sat, 28 Dec 2019 12:54:00 +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-4.dsc 2.0 KiB 730bcd60782d6a93c8f27a0630e86119aa353f016b54f87a14d849bc0bcbd239
ctemplate_2.3.orig.tar.gz 703.8 KiB 99e5cb6d3f8407d5b1ffef96b1d59ce3981cda3492814e5ef820684ebb782556
ctemplate_2.3-4.debian.tar.xz 5.7 KiB 94fb711b1016ea525f8ab326cf304cf4f33a84d0f337c6beba2dda00c0c93262

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