[Python-modules-commits] r1636 - in /packages/mako/trunk/debian: ./
changelog compat control
copyright doc-base docs examples rules watch
pox-guest at users.alioth.debian.org
pox-guest at users.alioth.debian.org
Fri Jan 5 01:48:01 CET 2007
Author: pox-guest
Date: Fri Jan 5 01:48:00 2007
New Revision: 1636
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1636
Log:
[svn-inject] Applying Debian modifications to trunk
Added:
packages/mako/trunk/debian/ (with props)
packages/mako/trunk/debian/changelog
packages/mako/trunk/debian/compat
packages/mako/trunk/debian/control
packages/mako/trunk/debian/copyright
packages/mako/trunk/debian/doc-base
packages/mako/trunk/debian/docs
packages/mako/trunk/debian/examples
packages/mako/trunk/debian/rules (with props)
packages/mako/trunk/debian/watch
Propchange: packages/mako/trunk/debian/
------------------------------------------------------------------------------
mergeWithUpstream = 1
Added: packages/mako/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/mako/trunk/debian/changelog?rev=1636&op=file
==============================================================================
--- packages/mako/trunk/debian/changelog (added)
+++ packages/mako/trunk/debian/changelog Fri Jan 5 01:48:00 2007
@@ -1,0 +1,5 @@
+mako (0.1.0-1) unstable; urgency=low
+
+ * Initial release (closes: #405576)
+
+ -- Piotr Ozarowski <ozarow at gmail.com> Thu, 4 Jan 2007 23:04:33 +0100
Added: packages/mako/trunk/debian/compat
URL: http://svn.debian.org/wsvn/python-modules/packages/mako/trunk/debian/compat?rev=1636&op=file
==============================================================================
--- packages/mako/trunk/debian/compat (added)
+++ packages/mako/trunk/debian/compat Fri Jan 5 01:48:00 2007
@@ -1,0 +1,1 @@
+5
Added: packages/mako/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/mako/trunk/debian/control?rev=1636&op=file
==============================================================================
--- packages/mako/trunk/debian/control (added)
+++ packages/mako/trunk/debian/control Fri Jan 5 01:48:00 2007
@@ -1,0 +1,29 @@
+Source: mako
+Section: python
+Priority: optional
+Maintainer: Piotr Ozarowski <ozarow at gmail.com>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 5.0.38)
+Build-Depends-Indep: python (>= 2.3.5-11), python-all-dev, python-central (>= 0.5.6), python-setuptools (>= 0.6b3-1)
+Standards-Version: 3.7.2
+XS-Python-Version: all
+XS-Vcs-Svn: svn://svn.debian.org/python-modules/packages/mako/trunk
+XS-Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/mako/trunk/?op=log
+
+Package: python-mako
+Architecture: all
+Depends: ${python:Depends}, python-myghtyutils
+Provides: ${python:Provides}
+Enhances: python-turbogears, python-pygments
+XB-Python-Version: ${python:Versions}
+Description: hyperfast and lightweight templating for the Python platform
+ Mako is a template library written in Python. It provides a familiar, non-XML
+ syntax which compiles into Python modules for maximum performance. Mako's
+ syntax and API borrows from the best ideas of many others, including Django
+ templates, Cheetah, Myghty, and Genshi. Conceptually, Mako is an embedded
+ Python (i.e. Python Server Page) language, which refines the familiar ideas of
+ componentized layout and inheritance to produce one of the most
+ straightforward and flexible models available, while also maintaining close
+ ties to Python calling and scoping semantics.
+ .
+ Homepage: http://mako.org/
Added: packages/mako/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/mako/trunk/debian/copyright?rev=1636&op=file
==============================================================================
--- packages/mako/trunk/debian/copyright (added)
+++ packages/mako/trunk/debian/copyright Fri Jan 5 01:48:00 2007
@@ -1,0 +1,39 @@
+This package was debianized by Piotr Ozarowski <ozarow at gmail.com> on
+Thu, 4 Jan 2007 23:04:33 +0100.
+
+It was originally downloaded from http://www.makotemplates.org/download.html
+
+Upstream Author: Mike Bayer <mike at zzzcomputing.com>
+
+Copyright (C) 2006-2007 Michael Bayer <mike at zzzcomputing.com>
+
+Copyright:
+
+ This is the MIT license: http://www.opensource.org/licenses/mit-license.php
+
+ Copyright (c) 2006 Michael Bayer and contributors. Mako is a trademark of
+ Michael Bayer.
+
+ 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 (C) 2007, Piotr Ozarowski <ozarow at gmail.com> and
+is licensed under the GPL.
+
+On Debian systems, the complete text of the GNU General Public License
+can be found in `/usr/share/common-licenses/GPL'.
Added: packages/mako/trunk/debian/doc-base
URL: http://svn.debian.org/wsvn/python-modules/packages/mako/trunk/debian/doc-base?rev=1636&op=file
==============================================================================
--- packages/mako/trunk/debian/doc-base (added)
+++ packages/mako/trunk/debian/doc-base Fri Jan 5 01:48:00 2007
@@ -1,0 +1,16 @@
+Document: mako
+Title: Mako Documentation
+Author: Mike Bayer
+Abstract: This document describes Mako - a template library written in Python.
+ It provides a familiar, non-XML syntax which compiles into Python modules for
+ maximum performance. Mako's syntax and API borrows from the best ideas of many
+ others, including Django templates, Cheetah, Myghty, and Genshi. Conceptually,
+ Mako is an embedded Python (i.e. Python Server Page) language, which refines
+ the familiar ideas of componentized layout and inheritance to produce one of
+ the most straightforward and flexible models available, while also maintaining
+ close ties to Python calling and scoping semantics.
+Section: Apps/Programming
+
+Format: HTML
+Index: /usr/share/doc/python-mako/doc/index.html
+Files: /usr/share/doc/python-mako/doc/*.html
Added: packages/mako/trunk/debian/docs
URL: http://svn.debian.org/wsvn/python-modules/packages/mako/trunk/debian/docs?rev=1636&op=file
==============================================================================
--- packages/mako/trunk/debian/docs (added)
+++ packages/mako/trunk/debian/docs Fri Jan 5 01:48:00 2007
@@ -1,0 +1,1 @@
+doc
Added: packages/mako/trunk/debian/examples
URL: http://svn.debian.org/wsvn/python-modules/packages/mako/trunk/debian/examples?rev=1636&op=file
==============================================================================
--- packages/mako/trunk/debian/examples (added)
+++ packages/mako/trunk/debian/examples Fri Jan 5 01:48:00 2007
@@ -1,0 +1,1 @@
+examples/*
Added: packages/mako/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/mako/trunk/debian/rules?rev=1636&op=file
==============================================================================
--- packages/mako/trunk/debian/rules (added)
+++ packages/mako/trunk/debian/rules Fri Jan 5 01:48:00 2007
@@ -1,0 +1,47 @@
+#!/usr/bin/make -f
+
+#export DH_VERBOSE=1
+
+DEB_UPSTREAM_VERSION=$(shell dpkg-parsechangelog \
+ | grep ^Version: | cut -d ' ' -f 2 | cut -d '-' -f 1)
+
+PYVERS=$(shell pyversions -vr)
+
+clean:
+ dh_testdir
+ dh_testroot
+ rm -f build-*
+ rm -rf build
+ find . -name *\.py[co] -exec rm {} \;
+ dh_clean
+
+build:
+
+install: $(PYVERS:%=install-python%)
+install-python%:
+ python$* setup.py install \
+ --single-version-externally-managed \
+ --root $(CURDIR)/debian/python-mako
+ # share Egg dir
+ mv debian/python-mako/usr/lib/python$*/site-packages/Mako-${DEB_UPSTREAM_VERSION}-py$*.egg-info \
+ debian/python-mako/usr/lib/python$*/site-packages/Mako-${DEB_UPSTREAM_VERSION}.egg-info
+
+binary-indep: build install
+ dh_testdir -i
+ dh_testroot -i
+ dh_installchangelogs -i
+ dh_installdocs -i
+ rm -rf debian/python-mako/usr/share/doc/python-mako/doc/build
+ dh_pycentral -i
+ dh_compress -i -X.py -Xmakotemplates.txt
+ dh_fixperms -i
+ dh_installdeb -i
+ dh_gencontrol -i
+ dh_md5sums -i
+ dh_builddeb -i
+
+binary-arch:
+
+binary: binary-indep binary-arch
+
+.PHONY: build clean binary-indep binary-arch binary install configure
Propchange: packages/mako/trunk/debian/rules
------------------------------------------------------------------------------
svn:executable = *
Added: packages/mako/trunk/debian/watch
URL: http://svn.debian.org/wsvn/python-modules/packages/mako/trunk/debian/watch?rev=1636&op=file
==============================================================================
--- packages/mako/trunk/debian/watch (added)
+++ packages/mako/trunk/debian/watch Fri Jan 5 01:48:00 2007
@@ -1,0 +1,2 @@
+version=3
+http://cheeseshop.python.org/packages/source/M/Mako/Mako-(.*)\.tar\.gz debian uupdate
More information about the Python-modules-commits
mailing list