[Python-modules-commits] r15803 - in packages/python-kajiki/trunk (9 files)

takaki at users.alioth.debian.org takaki at users.alioth.debian.org
Sun Feb 20 13:59:56 UTC 2011


    Date: Sunday, February 20, 2011 @ 13:59:53
  Author: takaki
Revision: 15803

[svn-inject] Applying Debian modifications (0.3.2-1) to trunk

Added:
  packages/python-kajiki/trunk/debian/
  packages/python-kajiki/trunk/debian/changelog
  packages/python-kajiki/trunk/debian/compat
  packages/python-kajiki/trunk/debian/control
  packages/python-kajiki/trunk/debian/copyright
  packages/python-kajiki/trunk/debian/rules
  packages/python-kajiki/trunk/debian/source/
  packages/python-kajiki/trunk/debian/source/format
  packages/python-kajiki/trunk/debian/watch


Property changes on: packages/python-kajiki/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/python-kajiki/trunk/debian/changelog
===================================================================
--- packages/python-kajiki/trunk/debian/changelog	                        (rev 0)
+++ packages/python-kajiki/trunk/debian/changelog	2011-02-20 13:59:53 UTC (rev 15803)
@@ -0,0 +1,5 @@
+python-kajiki (0.3.2-1) unstable; urgency=low
+
+  * Initial release (Closes: #605693)
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Thu, 02 Dec 2010 17:29:50 +0900

Added: packages/python-kajiki/trunk/debian/compat
===================================================================
--- packages/python-kajiki/trunk/debian/compat	                        (rev 0)
+++ packages/python-kajiki/trunk/debian/compat	2011-02-20 13:59:53 UTC (rev 15803)
@@ -0,0 +1 @@
+7

Added: packages/python-kajiki/trunk/debian/control
===================================================================
--- packages/python-kajiki/trunk/debian/control	                        (rev 0)
+++ packages/python-kajiki/trunk/debian/control	2011-02-20 13:59:53 UTC (rev 15803)
@@ -0,0 +1,22 @@
+Source: python-kajiki
+Section: python
+Priority: extra
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: TANIGUCHI Takaki <takaki at debian.org>
+Build-Depends: debhelper (>= 7.0.50~), python-support, python-setuptools
+Standards-Version: 3.9.1
+Homepage: http://sourceforge.net/p/kajiki/home/
+#Vcs-Git: git://git.debian.org/collab-maint/python-kajiki.git
+#Vcs-Browser: http://git.debian.org/?p=collab-maint/python-kajiki.git;a=summary
+
+Package: python-kajiki
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Provides: ${python:Provides}
+Description: Really fast well-formed xml templates
+ you still long for the assurance that your output is well-formed that you
+ miss from all those other templating engines? Do you wish you had Jinja's
+ blocks with Genshi's syntax? Then look  no further, Kajiki is for you!
+ Kajiki quickly compiles Genshi-like syntax to *real python bytecode*
+ that renders with blazing-fast speed! Don't delay! Pick up your
+ copy of Kajiki today!

Added: packages/python-kajiki/trunk/debian/copyright
===================================================================
--- packages/python-kajiki/trunk/debian/copyright	                        (rev 0)
+++ packages/python-kajiki/trunk/debian/copyright	2011-02-20 13:59:53 UTC (rev 15803)
@@ -0,0 +1,40 @@
+This work was packaged for Debian by:
+
+    TANIGUCHI Takaki <takaki at debian.org> on Thu, 02 Dec 2010 17:29:50 +0900
+
+It was downloaded from:
+
+    http://pypi.python.org/pypi/Kajiki
+
+Upstream Author(s):
+Copyright:
+
+    Rick Copeland <rick446 at usa.net>
+
+License:
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+The Debian packaging is:
+
+    Copyright (C) 2010 TANIGUCHI Takaki <takaki at debian.org>
+
+and is licensed under the GPL version 3,
+see "/usr/share/common-licenses/GPL-3".
+

Added: packages/python-kajiki/trunk/debian/rules
===================================================================
--- packages/python-kajiki/trunk/debian/rules	                        (rev 0)
+++ packages/python-kajiki/trunk/debian/rules	2011-02-20 13:59:53 UTC (rev 15803)
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+	dh $@ 


Property changes on: packages/python-kajiki/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/python-kajiki/trunk/debian/source/format
===================================================================
--- packages/python-kajiki/trunk/debian/source/format	                        (rev 0)
+++ packages/python-kajiki/trunk/debian/source/format	2011-02-20 13:59:53 UTC (rev 15803)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/python-kajiki/trunk/debian/watch
===================================================================
--- packages/python-kajiki/trunk/debian/watch	                        (rev 0)
+++ packages/python-kajiki/trunk/debian/watch	2011-02-20 13:59:53 UTC (rev 15803)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/K/Kajiki/Kajiki-(.*)\.tar\.gz




More information about the Python-modules-commits mailing list