rev 17862 - in kde-extras/ctemplate/trunk: . debian

Mark Purcell msp at alioth.debian.org
Fri May 7 23:44:29 UTC 2010


Author: msp
Date: 2010-05-07 23:44:29 +0000 (Fri, 07 May 2010)
New Revision: 17862

Added:
   kde-extras/ctemplate/trunk/debian/
   kde-extras/ctemplate/trunk/debian/changelog
   kde-extras/ctemplate/trunk/debian/compat
   kde-extras/ctemplate/trunk/debian/control
   kde-extras/ctemplate/trunk/debian/copyright
   kde-extras/ctemplate/trunk/debian/libctemplate-dev.docs
   kde-extras/ctemplate/trunk/debian/libctemplate-dev.install
   kde-extras/ctemplate/trunk/debian/libctemplate0.install
   kde-extras/ctemplate/trunk/debian/rules
   kde-extras/ctemplate/trunk/debian/watch
Log:
[svn-inject] Applying Debian modifications to trunk


Property changes on: kde-extras/ctemplate/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: kde-extras/ctemplate/trunk/debian/changelog
===================================================================
--- kde-extras/ctemplate/trunk/debian/changelog	                        (rev 0)
+++ kde-extras/ctemplate/trunk/debian/changelog	2010-05-07 23:44:29 UTC (rev 17862)
@@ -0,0 +1,5 @@
+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

Added: kde-extras/ctemplate/trunk/debian/compat
===================================================================
--- kde-extras/ctemplate/trunk/debian/compat	                        (rev 0)
+++ kde-extras/ctemplate/trunk/debian/compat	2010-05-07 23:44:29 UTC (rev 17862)
@@ -0,0 +1 @@
+7

Added: kde-extras/ctemplate/trunk/debian/control
===================================================================
--- kde-extras/ctemplate/trunk/debian/control	                        (rev 0)
+++ kde-extras/ctemplate/trunk/debian/control	2010-05-07 23:44:29 UTC (rev 17862)
@@ -0,0 +1,31 @@
+Source: ctemplate
+Section: libdevel
+Priority: optional
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
+XSBC-Original-Maintainer: Florian Reinhard <florian.reinhard at googlemail.com>
+Build-Depends: debhelper (>= 7.0.0), cdbs
+Standards-Version: 3.8.3
+
+Package: libctemplate-dev
+Architecture: any
+Depends: libctemplate0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Description: A 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: A 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.

Added: kde-extras/ctemplate/trunk/debian/copyright
===================================================================
--- kde-extras/ctemplate/trunk/debian/copyright	                        (rev 0)
+++ kde-extras/ctemplate/trunk/debian/copyright	2010-05-07 23:44:29 UTC (rev 17862)
@@ -0,0 +1,41 @@
+Name: ctemplate
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
+Source: http://code.google.com/p/google-ctemplate/
+Copyright: 2006-2009, Google Inc. <opensource at google.com>
+License:
+ All rights reserved.
+ 
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+
+     * Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+     * Redistributions in binary form must reproduce the above
+ copyright notice, this list of conditions and the following disclaimer
+ in the documentation and/or other materials provided with the
+ distribution.
+     * Neither the name of Google Inc. nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+ 
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Files: contrib/highlighting.vim
+Copyright: 2006, Patrick Lacasse <patlac at borabora.crchul.ulaval.ca>
+
+Files: contrib/tpl-mode.el
+Copyright: 2006, Tony Gentilcore
+
+Files: contrib/convert_to_95.pl
+Copyright: 2006, Google Inc. <opensource at google.com>

Added: kde-extras/ctemplate/trunk/debian/libctemplate-dev.docs
===================================================================
--- kde-extras/ctemplate/trunk/debian/libctemplate-dev.docs	                        (rev 0)
+++ kde-extras/ctemplate/trunk/debian/libctemplate-dev.docs	2010-05-07 23:44:29 UTC (rev 17862)
@@ -0,0 +1,3 @@
+README
+contrib/highlighting.vim
+contrib/tpl-mode.el

Added: kde-extras/ctemplate/trunk/debian/libctemplate-dev.install
===================================================================
--- kde-extras/ctemplate/trunk/debian/libctemplate-dev.install	                        (rev 0)
+++ kde-extras/ctemplate/trunk/debian/libctemplate-dev.install	2010-05-07 23:44:29 UTC (rev 17862)
@@ -0,0 +1,6 @@
+usr/include/ctemplate/*
+usr/lib/lib*.so
+usr/lib/lib*.a
+usr/bin/*
+doc/*.html usr/share/doc/libctemplate-dev/html/ 
+doc/*.css usr/share/doc/libctemplate-dev/html/

Added: kde-extras/ctemplate/trunk/debian/libctemplate0.install
===================================================================
--- kde-extras/ctemplate/trunk/debian/libctemplate0.install	                        (rev 0)
+++ kde-extras/ctemplate/trunk/debian/libctemplate0.install	2010-05-07 23:44:29 UTC (rev 17862)
@@ -0,0 +1 @@
+usr/lib/lib*.so.*

Added: kde-extras/ctemplate/trunk/debian/rules
===================================================================
--- kde-extras/ctemplate/trunk/debian/rules	                        (rev 0)
+++ kde-extras/ctemplate/trunk/debian/rules	2010-05-07 23:44:29 UTC (rev 17862)
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+


Property changes on: kde-extras/ctemplate/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: kde-extras/ctemplate/trunk/debian/watch
===================================================================
--- kde-extras/ctemplate/trunk/debian/watch	                        (rev 0)
+++ kde-extras/ctemplate/trunk/debian/watch	2010-05-07 23:44:29 UTC (rev 17862)
@@ -0,0 +1,11 @@
+#
+# debian/watch file for the ctemplates package.
+#
+
+# Version number.
+version=3
+
+# Where upstream keeps their tarballs.
+opts=downloadurlmangle=rules \
+  http://code.google.com/p/google-ctemplate/downloads/list \
+  http://google-ctemplate.googlecode.com/files/ctemplate-(.*).tar.gz




More information about the pkg-kde-commits mailing list