rev 19265 - in kde-extras/ctemplate/tags: . 2.2-3/debian 2.2-3/debian/patches
Mark Purcell
msp at alioth.debian.org
Wed Jun 20 13:02:38 UTC 2012
Author: msp
Date: 2012-06-20 13:02:37 +0000 (Wed, 20 Jun 2012)
New Revision: 19265
Added:
kde-extras/ctemplate/tags/2.2-3/
kde-extras/ctemplate/tags/2.2-3/debian/changelog
kde-extras/ctemplate/tags/2.2-3/debian/patches/r129.patch
kde-extras/ctemplate/tags/2.2-3/debian/patches/series
Removed:
kde-extras/ctemplate/tags/2.2-3/debian/changelog
kde-extras/ctemplate/tags/2.2-3/debian/patches/series
Log:
[svn-buildpackage] Tagging ctemplate 2.2-3
Copied: kde-extras/ctemplate/tags/2.2-3/debian/changelog (from rev 19264, kde-extras/ctemplate/trunk/debian/changelog)
===================================================================
--- kde-extras/ctemplate/tags/2.2-3/debian/changelog (rev 0)
+++ kde-extras/ctemplate/tags/2.2-3/debian/changelog 2012-06-20 13:02:37 UTC (rev 19265)
@@ -0,0 +1,102 @@
+ctemplate (2.2-3) unstable; urgency=low
+
+ * Fix "g++-4.7 -std=c++0x issue" upstream r129.patch (Closes: #665360)
+
+ -- Mark Purcell <msp at debian.org> Wed, 20 Jun 2012 22:54:29 +1000
+
+ctemplate (2.2-2) unstable; urgency=low
+
+ * Upload to unstable - coordinated through debian-release
+
+ -- Mark Purcell <msp at debian.org> Sat, 19 May 2012 09:26:51 +1000
+
+ctemplate (2.2-1) experimental; urgency=low
+
+ * New upstream release
+ - Fixes "ftbfs with GCC-4.7" (Closes: #667145)
+ - Fixes "New Upsstream, Watch File" (Closes: #658404)
+ - Fix "g++-4.7 -std=c++0x issue" (Closes: #665360)
+ * --program-prefix=ctemplate-
+ * NEW package libctemplate2 - match-soname
+
+ -- Mark Purcell <msp at debian.org> Sat, 19 May 2012 07:55:00 +1000
+
+ctemplate (2.0-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Mark Purcell <msp at debian.org> Sat, 18 Feb 2012 16:37:54 +1100
+
+ctemplate (1.1-1) unstable; urgency=low
+
+ * lca2012 release
+
+ * New upstream release
+ * fix debian/watch
+
+ -- Mark Purcell <msp at debian.org> Wed, 18 Jan 2012 15:52:34 +1100
+
+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/2.2-3/debian/patches/r129.patch (from rev 19264, kde-extras/ctemplate/trunk/debian/patches/r129.patch)
===================================================================
--- kde-extras/ctemplate/tags/2.2-3/debian/patches/r129.patch (rev 0)
+++ kde-extras/ctemplate/tags/2.2-3/debian/patches/r129.patch 2012-06-20 13:02:37 UTC (rev 19265)
@@ -0,0 +1,26 @@
+Index: ctemplate-2.2/src/ctemplate/template_string.h.in
+===================================================================
+--- ctemplate-2.2.orig/src/ctemplate/template_string.h.in 2012-04-19 07:49:56.000000000 +1000
++++ ctemplate-2.2/src/ctemplate/template_string.h.in 2012-06-20 22:52:46.000000000 +1000
+@@ -337,7 +337,7 @@
+
+ // Don't use this. This is used only in auto-generated .varnames.h files.
+ #define STS_INIT_WITH_HASH(name, str, hash) \
+- { { str, sizeof(""str"")-1, hash } }; \
++ { { str, sizeof("" str "")-1, hash } }; \
+ namespace ctemplate_sts_init { \
+ static const @ac_google_namespace@::StaticTemplateStringInitializer name##_init(&name); \
+ }
+Index: ctemplate-2.2/src/template_dictionary.cc
+===================================================================
+--- ctemplate-2.2.orig/src/template_dictionary.cc 2012-04-19 07:49:56.000000000 +1000
++++ ctemplate-2.2/src/template_dictionary.cc 2012-06-20 22:53:11.000000000 +1000
+@@ -861,7 +861,7 @@
+
+ string GetDictNum(size_t index, size_t size) const {
+ char buf[64]; // big enough for two ints
+- snprintf(buf, sizeof(buf), "%" PRIuS" of %" PRIuS, index, size);
++ snprintf(buf, sizeof(buf), "%" PRIuS " of %" PRIuS, index, size);
+ return buf;
+ }
+
Copied: kde-extras/ctemplate/tags/2.2-3/debian/patches/series (from rev 19264, kde-extras/ctemplate/trunk/debian/patches/series)
===================================================================
--- kde-extras/ctemplate/tags/2.2-3/debian/patches/series (rev 0)
+++ kde-extras/ctemplate/tags/2.2-3/debian/patches/series 2012-06-20 13:02:37 UTC (rev 19265)
@@ -0,0 +1,2 @@
+r129.patch
+gcc-4.6.patch
More information about the pkg-kde-commits
mailing list