ctemplate 2.2-4 source package in Ubuntu

Changelog

ctemplate (2.2-4) unstable; urgency=low


  * dh --with autotools_dev "config.{sub,guess} AArch64" (Closes: #727349)
  * Update Vcs: fields
  * Standards_Version: 3.9.4

 -- Mark Purcell <email address hidden>  Sat, 09 Nov 2013 14:12:53 +1100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ctemplate_2.2-4.dsc 1.4 KiB d3a40702cec34eb5ed269acdbec09458c59536c6b6169f766c1788d6fd204bb4
ctemplate_2.2.orig.tar.gz 868.6 KiB 04f3cbc0f7ff36adedc904bce776a0817cc6b704b3c4a04b4df5de66fd7e686f
ctemplate_2.2-4.debian.tar.gz 4.8 KiB 02b35b5d492838cce2fc4a54f6fbf977c6edffd9cee3fc6213a0b09cb3844d34

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.

libctemplate2: 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.