[Python-modules-commits] r2766 - in /packages/ll-xist/trunk: debian/ debian/changelog debian/compat debian/control debian/copyright debian/docs debian/examples debian/pycompat debian/rules debian/watch src/ll_xist.egg-info/SOURCES.txt

bzed-guest at users.alioth.debian.org bzed-guest at users.alioth.debian.org
Tue Jul 17 16:47:54 UTC 2007


Author: bzed-guest
Date: Tue Jul 17 16:47:54 2007
New Revision: 2766

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2766
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    packages/ll-xist/trunk/debian/   (with props)
    packages/ll-xist/trunk/debian/changelog
    packages/ll-xist/trunk/debian/compat
    packages/ll-xist/trunk/debian/control
    packages/ll-xist/trunk/debian/copyright
    packages/ll-xist/trunk/debian/docs
    packages/ll-xist/trunk/debian/examples
    packages/ll-xist/trunk/debian/pycompat
    packages/ll-xist/trunk/debian/rules   (with props)
    packages/ll-xist/trunk/debian/watch
Modified:
    packages/ll-xist/trunk/src/ll_xist.egg-info/SOURCES.txt

Propchange: packages/ll-xist/trunk/debian/
------------------------------------------------------------------------------
    mergeWithUpstream = 1

Added: packages/ll-xist/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/ll-xist/trunk/debian/changelog?rev=2766&op=file
==============================================================================
--- packages/ll-xist/trunk/debian/changelog (added)
+++ packages/ll-xist/trunk/debian/changelog Tue Jul 17 16:47:54 2007
@@ -1,0 +1,6 @@
+ll-xist (2.15.5-1) unstable; urgency=low
+
+  * Initial release (Closes: #336685)
+
+ -- Bernd Zeimetz <bernd at bzed.de>  Tue, 17 Jul 2007 17:55:46 +0200
+

Added: packages/ll-xist/trunk/debian/compat
URL: http://svn.debian.org/wsvn/python-modules/packages/ll-xist/trunk/debian/compat?rev=2766&op=file
==============================================================================
--- packages/ll-xist/trunk/debian/compat (added)
+++ packages/ll-xist/trunk/debian/compat Tue Jul 17 16:47:54 2007
@@ -1,0 +1,1 @@
+5

Added: packages/ll-xist/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/ll-xist/trunk/debian/control?rev=2766&op=file
==============================================================================
--- packages/ll-xist/trunk/debian/control (added)
+++ packages/ll-xist/trunk/debian/control Tue Jul 17 16:47:54 2007
@@ -1,0 +1,36 @@
+Source: ll-xist
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Bernd Zeimetz <bernd at bzed.de>
+Build-Depends: cdbs (>= 0.4.45), debhelper (>= 5), python, python-support (>= 0.6.4)
+Standards-Version: 3.7.2
+XS-Vcs-Svn: svn://svn.debian.org/python-modules/packages/ll-xist/trunk/
+XS-Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/ll-xist/?op=log
+
+Package: python-ll-xist
+Architecture: any
+Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Description: Extensible HTML and XML generator and DOM parser
+ XIST is an extensible HTML and XML generator written in Python and also
+ a DOM parser (built on top of SAX2) with a very simple and pythonesque
+ tree API. Every XML element type corresponds to a Python class and these
+ Python classes provide a conversion method to transform the XML tree
+ (e.g. into HTML). XIST can be considered “object oriented XSLT”.
+ .
+ Some of the significant features of XIST include:
+ .
+   * Easily extensible with new XML elements,
+   * Can be used for offline or online page generation,
+   * Allows embedding Python code in XML files,
+   * Supports separation of layout and logic,
+   * Can be used together with mod_python, PyWX or Webware to generate
+     dynamic pages,
+   * Fully supports Unicode and XML namespaces,
+   * Provides features to use XIST together with JSP/Struts (when
+     replacing Struts tag libraries with XIST this speeds up pages
+     by a factor of 5–10.)
+ .
+ XIST was written as a replacement for the HTML preprocessor HSC
+ .
+  Homepage: http://www.livinglogic.de/Python/xist/index.html

Added: packages/ll-xist/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/ll-xist/trunk/debian/copyright?rev=2766&op=file
==============================================================================
--- packages/ll-xist/trunk/debian/copyright (added)
+++ packages/ll-xist/trunk/debian/copyright Tue Jul 17 16:47:54 2007
@@ -1,0 +1,24 @@
+This package was debianized by Bernd Zeimetz <bernd at bzed.de> on
+Tue, 17 Jul 2007 17:55:46 +0200.
+
+It was downloaded from <url://example.com>
+
+Upstream Author(s): 
+
+    <put author's name and email here>
+    <likewise for another author>
+
+Copyright: 
+
+    <Copyright (C) YYYY Name OfAuthor>
+    <likewise for another author>
+
+License:
+
+    <Put the license of the package here indented by 4 spaces>
+
+The Debian packaging is (C) 2007, Bernd Zeimetz <bernd at bzed.de> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+
+# Please also look if there are files or directories which have a
+# different copyright/license attached and list them here.

Added: packages/ll-xist/trunk/debian/docs
URL: http://svn.debian.org/wsvn/python-modules/packages/ll-xist/trunk/debian/docs?rev=2766&op=file
==============================================================================
--- packages/ll-xist/trunk/debian/docs (added)
+++ packages/ll-xist/trunk/debian/docs Tue Jul 17 16:47:54 2007
@@ -1,0 +1,5 @@
+README
+HOWTO
+HOWTO.xml
+NEWS
+NEWS.xml

Added: packages/ll-xist/trunk/debian/examples
URL: http://svn.debian.org/wsvn/python-modules/packages/ll-xist/trunk/debian/examples?rev=2766&op=file
==============================================================================
--- packages/ll-xist/trunk/debian/examples (added)
+++ packages/ll-xist/trunk/debian/examples Tue Jul 17 16:47:54 2007
@@ -1,0 +1,3 @@
+demos
+EXAMPLES
+EXAMPLES.xml

Added: packages/ll-xist/trunk/debian/pycompat
URL: http://svn.debian.org/wsvn/python-modules/packages/ll-xist/trunk/debian/pycompat?rev=2766&op=file
==============================================================================
--- packages/ll-xist/trunk/debian/pycompat (added)
+++ packages/ll-xist/trunk/debian/pycompat Tue Jul 17 16:47:54 2007
@@ -1,0 +1,1 @@
+2

Added: packages/ll-xist/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/ll-xist/trunk/debian/rules?rev=2766&op=file
==============================================================================
--- packages/ll-xist/trunk/debian/rules (added)
+++ packages/ll-xist/trunk/debian/rules Tue Jul 17 16:47:54 2007
@@ -1,0 +1,9 @@
+#!/usr/bin/make -f
+
+
+DEB_PYTHON_SYSTEM=pysupport
+DEB_COMPRESS_EXCLUDE := .py
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+

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

Added: packages/ll-xist/trunk/debian/watch
URL: http://svn.debian.org/wsvn/python-modules/packages/ll-xist/trunk/debian/watch?rev=2766&op=file
==============================================================================
--- packages/ll-xist/trunk/debian/watch (added)
+++ packages/ll-xist/trunk/debian/watch Tue Jul 17 16:47:54 2007
@@ -1,0 +1,10 @@
+# Compulsory line, this is a version 3 file
+version=3
+
+#files are published on upstream's homepage and in the
+#cheeseshop, we check both:
+
+http://cheeseshop.python.org/pypi/ll-xist/ http://cheeseshop.python.org/packages/source/l/ll-xist/ll-xist-(.*)\.tar\.gz#md5=.*
+
+http://ftp.livinglogic.de/xist/ll-xist-(.*)\.tar\.gz
+

Modified: packages/ll-xist/trunk/src/ll_xist.egg-info/SOURCES.txt
URL: http://svn.debian.org/wsvn/python-modules/packages/ll-xist/trunk/src/ll_xist.egg-info/SOURCES.txt?rev=2766&op=diff
==============================================================================
--- packages/ll-xist/trunk/src/ll_xist.egg-info/SOURCES.txt (original)
+++ packages/ll-xist/trunk/src/ll_xist.egg-info/SOURCES.txt Tue Jul 17 16:47:54 2007
@@ -27,17 +27,12 @@
 demos/media/Media.xsl
 demos/media/README
 demos/python-quotes/cc_xmlns.py
-demos/python-quotes/cc_xmlns.pyc
 demos/python-quotes/dc_xmlns.py
-demos/python-quotes/dc_xmlns.pyc
 demos/python-quotes/python-quotes.css
 demos/python-quotes/python-quotes.py
 demos/python-quotes/qel_xmlns.py
-demos/python-quotes/qel_xmlns.pyc
 demos/python-quotes/rdf_xmlns.py
-demos/python-quotes/rdf_xmlns.pyc
 demos/python-quotes/rdfs_xmlns.py
-demos/python-quotes/rdfs_xmlns.pyc
 px/spc.gif
 scripts/doc2txt.py
 scripts/dtd2xsc.py




More information about the Python-modules-commits mailing list