rev 18986 - in kde-extras/ctemplate/tags: . 0.97-4/debian 0.97-4/debian/patches

Mark Purcell msp at alioth.debian.org
Sun Oct 9 09:04:59 UTC 2011


Author: msp
Date: 2011-10-09 09:04:58 +0000 (Sun, 09 Oct 2011)
New Revision: 18986

Added:
   kde-extras/ctemplate/tags/0.97-4/
   kde-extras/ctemplate/tags/0.97-4/debian/changelog
   kde-extras/ctemplate/tags/0.97-4/debian/control
   kde-extras/ctemplate/tags/0.97-4/debian/patches/gcc-4.6.patch
   kde-extras/ctemplate/tags/0.97-4/debian/patches/series
   kde-extras/ctemplate/tags/0.97-4/debian/rules
Removed:
   kde-extras/ctemplate/tags/0.97-4/debian/changelog
   kde-extras/ctemplate/tags/0.97-4/debian/control
   kde-extras/ctemplate/tags/0.97-4/debian/patches/series
   kde-extras/ctemplate/tags/0.97-4/debian/rules
Log:
[svn-buildpackage] Tagging ctemplate 0.97-4

Copied: kde-extras/ctemplate/tags/0.97-4/debian/changelog (from rev 18985, kde-extras/ctemplate/trunk/debian/changelog)
===================================================================
--- kde-extras/ctemplate/tags/0.97-4/debian/changelog	                        (rev 0)
+++ kde-extras/ctemplate/tags/0.97-4/debian/changelog	2011-10-09 09:04:58 UTC (rev 18986)
@@ -0,0 +1,56 @@
+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
+
+ -- Mark Purcell <msp at debian.org>  Sun, 09 Oct 2011 19:34:10 +1100
+
+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.
+
+ -- gregor herrmann <gregoa at debian.org>  Tue, 04 Oct 2011 17:24:25 +0200
+
+ctemplate (0.97-3) unstable; urgency=low
+
+  * Add sparc memory alignment patch from Jurij Smakov <jurij at wooyd.org>
+    - Fixes "FTBFS on sparc: 10 of 20 tests failed" (Closes: #592142)
+
+ -- Mark Purcell <msp at debian.org>  Tue, 10 Aug 2010 08:08:29 +1000
+
+ctemplate (0.97-2) unstable; urgency=low
+
+  * Include debian/* in copyright
+  * Fix "Erroneus debian/watch file" Thks Angel (Closes: #583883)
+  * Standards-Version: 3.9.1:
+    - Switch to dh 7
+    - debian/rules add Vcs-*
+    - source/format -> 3.0 (quilt)
+    - Add libctemplate-dev.doc-base
+  * debian/rules enable --parallel 
+
+ -- Mark Purcell <msp at debian.org>  Sat, 07 Aug 2010 11:35:18 +1000
+
+ctemplate (0.97-1) unstable; urgency=low
+
+  * New upstream release
+
+  * Initial Upload to Debian (Closes: #580717)
+  * Maintainer: Debian KDE Extras Team - Add myself to Uploaders:
+  * Add Homepage: http://code.google.com/p/google-ctemplate/
+  * Update debian/watch
+
+ -- Mark Purcell <msp at debian.org>  Sat, 08 May 2010 10:00:30 +1000
+
+ctemplate (0.96-0ubuntu1) lucid; urgency=low
+
+  * Initial release (LP: #507717)
+
+ -- Florian Reinhard <florian.reinhard at googlemail.com>  Thu, 14 Jan 2010 22:31:32 +0100

Copied: kde-extras/ctemplate/tags/0.97-4/debian/control (from rev 18985, kde-extras/ctemplate/trunk/debian/control)
===================================================================
--- kde-extras/ctemplate/tags/0.97-4/debian/control	                        (rev 0)
+++ kde-extras/ctemplate/tags/0.97-4/debian/control	2011-10-09 09:04:58 UTC (rev 18986)
@@ -0,0 +1,34 @@
+Source: ctemplate
+Section: libdevel
+Priority: optional
+Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
+Uploaders: Mark Purcell <msp at debian.org>, Florian Reinhard <florian.reinhard at googlemail.com>
+Build-Depends: debhelper (>= 7.0.0)
+Standards-Version: 3.9.1
+Vcs-Svn: svn://svn.debian.org/pkg-kde/kde-extras/ctemplate/trunk
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-kde/kde-extras/ctemplate/trunk?op=log
+Homepage: http://code.google.com/p/google-ctemplate/
+
+Package: libctemplate-dev
+Architecture: any
+Depends: libctemplate0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Description: 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.
+
+Package: libctemplate0
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: 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.

Copied: kde-extras/ctemplate/tags/0.97-4/debian/patches/gcc-4.6.patch (from rev 18985, kde-extras/ctemplate/trunk/debian/patches/gcc-4.6.patch)
===================================================================
--- kde-extras/ctemplate/tags/0.97-4/debian/patches/gcc-4.6.patch	                        (rev 0)
+++ kde-extras/ctemplate/tags/0.97-4/debian/patches/gcc-4.6.patch	2011-10-09 09:04:58 UTC (rev 18986)
@@ -0,0 +1,15 @@
+Description: Add missing includes to build with g++-4.6.
+Author: Matthias Klose <doko at ubuntu.com>
+Bug-Debian: http://bugs.debian.org/625002
+Bug-Ubuntu: https://bugs.launchpad.net/bugs/771025
+
+--- ctemplate-0.97.orig/src/ctemplate/template_dictionary.h.in
++++ ctemplate-0.97/src/ctemplate/template_dictionary.h.in
+@@ -51,6 +51,7 @@
+ #include <stdarg.h>      // for StringAppendV()
+ #include <sys/types.h>   // for size_t
+ #include <functional>    // for less<>
++#include <cstddef>
+ #include <map>
+ #include <string>
+ #include <vector>

Copied: kde-extras/ctemplate/tags/0.97-4/debian/patches/series (from rev 18985, kde-extras/ctemplate/trunk/debian/patches/series)
===================================================================
--- kde-extras/ctemplate/tags/0.97-4/debian/patches/series	                        (rev 0)
+++ kde-extras/ctemplate/tags/0.97-4/debian/patches/series	2011-10-09 09:04:58 UTC (rev 18986)
@@ -0,0 +1,2 @@
+dbug592142-sparc.patch
+gcc-4.6.patch

Copied: kde-extras/ctemplate/tags/0.97-4/debian/rules (from rev 18985, kde-extras/ctemplate/trunk/debian/rules)
===================================================================
--- kde-extras/ctemplate/tags/0.97-4/debian/rules	                        (rev 0)
+++ kde-extras/ctemplate/tags/0.97-4/debian/rules	2011-10-09 09:04:58 UTC (rev 18986)
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+export PTHREAD_CFLAGS=-lpthread
+
+%:
+	dh $@ --parallel




More information about the pkg-kde-commits mailing list