[Python-modules-commits] r1096 - in /packages/templayer/trunk/debian: ./ changelog compat control copyright examples pycompat rules watch

pabs-guest at users.alioth.debian.org pabs-guest at users.alioth.debian.org
Wed Jun 28 14:44:42 UTC 2006


Author: pabs-guest
Date: Wed Jun 28 14:44:41 2006
New Revision: 1096

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1096
Log:
Load newtrunk into packages/templayer/trunk.

Added:
    packages/templayer/trunk/debian/
    packages/templayer/trunk/debian/changelog
    packages/templayer/trunk/debian/compat
    packages/templayer/trunk/debian/control
    packages/templayer/trunk/debian/copyright
    packages/templayer/trunk/debian/examples
    packages/templayer/trunk/debian/pycompat
    packages/templayer/trunk/debian/rules   (with props)
    packages/templayer/trunk/debian/watch

Added: packages/templayer/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/templayer/trunk/debian/changelog?rev=1096&op=file
==============================================================================
--- packages/templayer/trunk/debian/changelog (added)
+++ packages/templayer/trunk/debian/changelog Wed Jun 28 14:44:41 2006
@@ -1,0 +1,6 @@
+templayer (1.2-2-1) unstable; urgency=low
+
+  * Initial release (Closes: #374440)
+
+ -- Paul Wise <pabs3 at bonedaddy.net>  Mon, 19 Jun 2006 18:41:58 +0800
+

Added: packages/templayer/trunk/debian/compat
URL: http://svn.debian.org/wsvn/python-modules/packages/templayer/trunk/debian/compat?rev=1096&op=file
==============================================================================
--- packages/templayer/trunk/debian/compat (added)
+++ packages/templayer/trunk/debian/compat Wed Jun 28 14:44:41 2006
@@ -1,0 +1,1 @@
+5

Added: packages/templayer/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/templayer/trunk/debian/control?rev=1096&op=file
==============================================================================
--- packages/templayer/trunk/debian/control (added)
+++ packages/templayer/trunk/debian/control Wed Jun 28 14:44:41 2006
@@ -1,0 +1,28 @@
+Source: templayer
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Paul Wise <pabs3 at bonedaddy.net>, Ian Ward <ian at excess.org>
+Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.42), python
+Build-Depends-Indep: python-support (>= 0.3)
+Standards-Version: 3.7.2
+
+Package: python-templayer
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Replaces: python2.1-templayer, python2.2-templayer, python2.3-templayer, python2.4-templayer
+Conflicts: python2.1-templayer, python2.2-templayer, python2.3-templayer, python2.4-templayer
+Provides: python2.1-templayer, python2.2-templayer, python2.3-templayer, python2.4-templayer
+Description: layered template library for Python
+ Templayer currently supports only HTML generation, but its simple design
+ is easily extended to support other file formats.
+ .
+ Templayer was created to offer an alternative to the more common ways
+ of generating dynamic HTML: embedding code within the HTML (PHP etc.),
+ or embedding HTML within code (traditional CGI). Neither of these
+ methods allow for a clean separation of the form, or layout, of a page
+ and the function of page generation. Instead of mixing HTML and Python,
+ two rich and extremely expressive languages, we can add a small amount
+ of syntax to each and keep the two separate and coherent.
+ .
+  Homepage: http://excess.org/templayer/

Added: packages/templayer/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/templayer/trunk/debian/copyright?rev=1096&op=file
==============================================================================
--- packages/templayer/trunk/debian/copyright (added)
+++ packages/templayer/trunk/debian/copyright Wed Jun 28 14:44:41 2006
@@ -1,0 +1,34 @@
+This package was debianized by Paul Wise <pabs3 at bonedaddy.net> on
+Tue, 28 Mar 2006 18:07:55 +0800.
+
+It was downloaded from http://excess.org/urwid/
+
+Upstream Author:
+
+   Ian Ward <ian at excess.org>
+
+Copyright:
+
+   Copyright (C) 2003-2006  Ian Ward
+
+License:
+
+   This library is free software; you can redistribute it and/or
+   modify it under the terms of the GNU Lesser General Public
+   License as published by the Free Software Foundation; either
+   version 2.1 of the License, or (at your option) any later version.
+
+   This library is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+   Lesser General Public License for more details.
+
+   You should have received a copy of the GNU Lesser General Public
+   License along with this library; if not, write to the Free Software
+   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+
+On Debian GNU/Linux systems, the complete text of the GNU Lesser General
+Public License can be found in `/usr/share/common-licenses/LGPL'.
+
+The Debian packaging is placed in the public domain and
+is written by Paul Wise <pabs3 at bonedaddy.net>

Added: packages/templayer/trunk/debian/examples
URL: http://svn.debian.org/wsvn/python-modules/packages/templayer/trunk/debian/examples?rev=1096&op=file
==============================================================================
--- packages/templayer/trunk/debian/examples (added)
+++ packages/templayer/trunk/debian/examples Wed Jun 28 14:44:41 2006
@@ -1,0 +1,5 @@
+build/example.html
+examples/example.py
+examples/example_tmpl.html
+examples/example.css
+examples/templayer001.png

Added: packages/templayer/trunk/debian/pycompat
URL: http://svn.debian.org/wsvn/python-modules/packages/templayer/trunk/debian/pycompat?rev=1096&op=file
==============================================================================
--- packages/templayer/trunk/debian/pycompat (added)
+++ packages/templayer/trunk/debian/pycompat Wed Jun 28 14:44:41 2006
@@ -1,0 +1,1 @@
+2

Added: packages/templayer/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/templayer/trunk/debian/rules?rev=1096&op=file
==============================================================================
--- packages/templayer/trunk/debian/rules (added)
+++ packages/templayer/trunk/debian/rules Wed Jun 28 14:44:41 2006
@@ -1,0 +1,15 @@
+#!/usr/bin/make -f
+
+DEB_PYTHON_SYSTEM = pysupport
+  
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+
+build/python-templayer::
+	cd examples ; PYTHONPATH=$(CURDIR) python example.py > ../build/example.html
+
+install/python-templayer::
+	chmod a+x debian/python-templayer/usr/lib/python*/site-packages/templayer.py
+
+clean::
+	rm -f build/example.html

Propchange: packages/templayer/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/templayer/trunk/debian/watch
URL: http://svn.debian.org/wsvn/python-modules/packages/templayer/trunk/debian/watch?rev=1096&op=file
==============================================================================
--- packages/templayer/trunk/debian/watch (added)
+++ packages/templayer/trunk/debian/watch Wed Jun 28 14:44:41 2006
@@ -1,0 +1,2 @@
+version=2
+http://excess.org/templayer/templayer-(.*)\.tar\.gz debian svn-upgrade




More information about the Python-modules-commits mailing list