rev 18988 - in kde-extras/ctemplate/tags: . 1.0-1/debian 1.0-1/debian/patches

Mark Purcell msp at alioth.debian.org
Sun Oct 9 09:50:45 UTC 2011


Author: msp
Date: 2011-10-09 09:50:45 +0000 (Sun, 09 Oct 2011)
New Revision: 18988

Added:
   kde-extras/ctemplate/tags/1.0-1/
   kde-extras/ctemplate/tags/1.0-1/debian/changelog
   kde-extras/ctemplate/tags/1.0-1/debian/patches/gcc-4.6.patch
   kde-extras/ctemplate/tags/1.0-1/debian/patches/series
Removed:
   kde-extras/ctemplate/tags/1.0-1/debian/changelog
   kde-extras/ctemplate/tags/1.0-1/debian/patches/dbug592142-sparc.patch
   kde-extras/ctemplate/tags/1.0-1/debian/patches/gcc-4.6.patch
   kde-extras/ctemplate/tags/1.0-1/debian/patches/series
Log:
[svn-buildpackage] Tagging ctemplate 1.0-1

Copied: kde-extras/ctemplate/tags/1.0-1/debian/changelog (from rev 18987, kde-extras/ctemplate/trunk/debian/changelog)
===================================================================
--- kde-extras/ctemplate/tags/1.0-1/debian/changelog	                        (rev 0)
+++ kde-extras/ctemplate/tags/1.0-1/debian/changelog	2011-10-09 09:50:45 UTC (rev 18988)
@@ -0,0 +1,64 @@
+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
+
+ -- Mark Purcell <msp at debian.org>  Sun, 09 Oct 2011 20:39:41 +1100
+
+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/1.0-1/debian/patches/gcc-4.6.patch (from rev 18987, kde-extras/ctemplate/trunk/debian/patches/gcc-4.6.patch)
===================================================================
--- kde-extras/ctemplate/tags/1.0-1/debian/patches/gcc-4.6.patch	                        (rev 0)
+++ kde-extras/ctemplate/tags/1.0-1/debian/patches/gcc-4.6.patch	2011-10-09 09:50:45 UTC (rev 18988)
@@ -0,0 +1,17 @@
+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
+
+Index: ctemplate-1.0/src/ctemplate/template_dictionary.h.in
+===================================================================
+--- ctemplate-1.0.orig/src/ctemplate/template_dictionary.h.in	2011-08-27 06:24:47.000000000 +1000
++++ ctemplate-1.0/src/ctemplate/template_dictionary.h.in	2011-10-09 20:37:16.000000000 +1100
+@@ -51,6 +51,7 @@
+ #include <stdlib.h>      // for NULL
+ #include <sys/types.h>
+ #include <functional>    // for less<>
++#include <cstddef>
+ #include <map>
+ #include <string>
+ #include <vector>

Copied: kde-extras/ctemplate/tags/1.0-1/debian/patches/series (from rev 18987, kde-extras/ctemplate/trunk/debian/patches/series)
===================================================================
--- kde-extras/ctemplate/tags/1.0-1/debian/patches/series	                        (rev 0)
+++ kde-extras/ctemplate/tags/1.0-1/debian/patches/series	2011-10-09 09:50:45 UTC (rev 18988)
@@ -0,0 +1 @@
+gcc-4.6.patch




More information about the pkg-kde-commits mailing list