ctemplate 1.0-1 source package in Ubuntu

Changelog

ctemplate (1.0-1) unstable; urgency=low

  * New upstream release
    - Fixes "New Version: 1.0" (Closes: #642009)
  * Drop dbug592142-sparc.patch incorporated upstream 0.98

ctemplate (0.97-4) unstable; urgency=low

  * Ack NMU.  Thanks gregor.
  * Fixed description-synopsis-starts-with-article
  * debian/rules: export PTHREAD_CFLAGS=-lpthread
    - Fixes dpkg-shlibdeps: warning: symbol found in none of the libraries

ctemplate (0.97-3.1) unstable; urgency=low

  * Non-maintainer upload.
  * Fix "FTBFS: ./src/ctemplate/template_dictionary.h:73:11: error:
    'ptrdiff_t' does not name a type":
    apply patch from Ubuntu / Matthias Klose:
    - Add missing includes to build with g++-4.6.
      Closes: #625002, LP: #771025.
 -- Bhavani Shankar <email address hidden>   Sun, 09 Oct 2011 20:39:41 +1100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe libdevel

Downloads

File Size SHA-256 Checksum
ctemplate_1.0.orig.tar.gz 818.4 KiB 731279f1717527cf85ff79ed19b8674f91c3768d8bc20b09440e8dd1ca1b5bf8
ctemplate_1.0-1.debian.tar.gz 3.9 KiB 6e82bf25db5ece08cc531f83884ec047b4072a8223b381e527aefbd6f6e79723
ctemplate_1.0-1.dsc 1.7 KiB 0d417a18028a9a8c662905db46ec05e9a3b8f352b3494d8d079daf159a369881

Available diffs

View changes file

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.

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