--- simpletal-4.1.orig/debian/changelog +++ simpletal-4.1/debian/changelog @@ -0,0 +1,159 @@ +simpletal (4.1-7ubuntu1) precise; urgency=low + + * Build using dh_python2 + + -- Matthias Klose Sat, 17 Dec 2011 14:58:50 +0000 + +simpletal (4.1-7) unstable; urgency=low + + [ Raphaël Hertzog ] + * Team upload. + + [ Piotr Ożarowski ] + * Added Vcs-Svn and Vcs-Browser fields + + [ Sandro Tosi ] + * debian/control + - uniforming Vcs-Browser field + * debian/control + - switch Vcs-Browser field to viewsvn + + [ Carlos Galisteo ] + * debian/control: + - Added Homepage field. + + [ Raphaël Hertzog ] + * Remove myself from Uploaders. + * Cleanup the dependencies and add ${misc:Depends}. + * Replace python-dev build-dep with python. + + [ Jakub Wilk ] + * Fix watch file. + + -- Raphaël Hertzog Sat, 19 Feb 2011 17:25:54 +0100 + +simpletal (4.1-6) unstable; urgency=low + + [ Piotr Ozarowski ] + * Added watch file + + [ Raphael Hertzog ] + * Updated for new Python policy. Closes: #373385 + * debian/compat set to 5 (debhelper 5 is anyway needed for new python + policy). + + -- Raphael Hertzog Fri, 23 Jun 2006 21:49:24 +0200 + +simpletal (4.1-5) unstable; urgency=low + + * Imported simpletal package into debian python-modules svn repository + * debian/control: added Debian Python Modules Team to Uploaders + + -- Igor Stroh Sun, 16 Apr 2006 12:19:54 +0200 + +simpletal (4.1-4) unstable; urgency=low + + * debian/control: added missing versioned dependency on python2.3-simpletal + (Closes: #354736) + + -- Igor Stroh Wed, 12 Apr 2006 22:48:57 +0200 + +simpletal (4.1-3) unstable; urgency=low + + * debian/rules: removed dpatch and added + a 'clean' target which overrides the default from cdbs + * debian/control: removed dpatch dependency + * debian/patches: deleted + + The setup.py is not patched anymore (Closes: #352826) + + -- Igor Stroh Wed, 15 Feb 2006 00:54:37 +0100 + +simpletal (4.1-2) unstable; urgency=low + + * debian/control: + - added dpatch to build dependencies (Closes: #351796) + - removed python2.2-dev since a python2.2 package + is not built anymore + + -- Igor Stroh Tue, 7 Feb 2006 20:40:29 +0100 + +simpletal (4.1-1) unstable; urgency=low + + * New upstream version + * Removed python2.2 support, python2.2-simpletal + should no be built any more (Closes: #351158) + + -- Igor Stroh Thu, 2 Feb 2006 23:34:21 +0100 + +simpletal (4.0-1) unstable; urgency=low + + * New upstream version + + -- Igor Stroh Fri, 20 Jan 2006 21:59:33 +0100 + +simpletal (3.12-2) unstable; urgency=low + + * debian/control: + - new maintainer email + - fixed type in short description for python2.4-simpletal + + -- Igor Stroh Mon, 27 Jun 2005 11:13:49 +0200 + +simpletal (3.12-1) unstable; urgency=low + + * New upstream version + * Added python2.4-simpletal + * Uploaded by Neil McGovern + + -- Igor Stroh Sun, 6 Mar 2005 11:13:22 +0100 + +simpletal (3.11-2) unstable; urgency=low + + * Fixed build-dependancies (Closes: #294526). + + -- Igor Stroh Thu, 10 Feb 2005 19:29:08 +0100 + +simpletal (3.11-1) unstable; urgency=low + + * New upstream version. + * New maintainer (Closes: #282201) + * Changed replaced debian/rules with a + cdbs-enforced Version + * Changed long-description slightly + * Patched setup.py so it doesn't import 'simpletal' + from 'lib/simpletal/__init__.py' anymore. + + -- Igor Stroh Mon, 8 Feb 2005 15:21:28 +0100 + +simpletal (3.9-1) unstable; urgency=low + + * New upstream version. Closes: Bug#245444 + * Tighten python dependency. Closes: Bug#213132 + * Improve package description. Closes: Bug#203497,#213010 + + -- Wichert Akkerman Fri, 28 May 2004 11:31:52 +0200 + +simpletal (3.6-1) unstable; urgency=low + + * New upstream version + + -- Wichert Akkerman Sun, 09 Nov 2003 01:35:05 +0100 + +simpletal (3.4-2) unstable; urgency=low + + * Bump default python version to 2.3 + + -- Wichert Akkerman Sat, 09 Aug 2003 02:23:13 +0200 + +simpletal (3.4-1) unstable; urgency=low + + * New upstream version, now BSD licensed + + -- Wichert Akkerman Sat, 26 Jul 2003 12:37:33 +0200 + +simpletal (3.2-1) unstable; urgency=low + + * Initial packaging + + -- Wichert Akkerman Fri, 6 Jun 2003 19:13:05 +0200 --- simpletal-4.1.orig/debian/rules +++ simpletal-4.1/debian/rules @@ -0,0 +1,11 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/python-distutils.mk + +DEB_INSTALL_CHANGELOGS_ALL = Changes.txt +DEB_INSTALL_DOCS_ALL += README.txt +DEB_INSTALL_DOCS_python-simpletal += documentation/html documentation/style documentation/templates examples/ +clean:: + -python$(DEB_PYTHON_COMPILE_VERSION) $(DEB_PYTHON_SETUP_CMD) clean $(DEB_PYTHON_CLEAN_ARGS) + find lib/ -type f -name "*.pyc" | xargs rm -f --- simpletal-4.1.orig/debian/pyversions +++ simpletal-4.1/debian/pyversions @@ -0,0 +1 @@ +2.2- --- simpletal-4.1.orig/debian/control +++ simpletal-4.1/debian/control @@ -0,0 +1,19 @@ +Source: simpletal +Section: python +Priority: optional +Build-Depends: python (>= 2.6.6-3~), cdbs (>= 0.4.42), debhelper (>= 5.0.37.2) +Maintainer: Igor Stroh +Uploaders: Debian Python Modules Team +Standards-Version: 3.7.2 +Vcs-Svn: svn://svn.debian.org/python-modules/packages/simpletal/trunk/ +Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/simpletal/trunk/ +Homepage: http://www.owlfish.com/software/simpleTAL/ + +Package: python-simpletal +Architecture: all +Depends: ${python:Depends}, ${misc:Depends} +Description: Simple TAL, TALES and METAL implementation + SimpleTAL is a reimplementation of the ZOPE TAL (Template Attribute Language), + TALES (TAL Expression Syntax) and METAL (Macro Expansion for TAL) languages. + More information and specifications of these languages is available at + http://www.zope.org/Wikis/DevSite/Projects/ZPT/FrontPage . --- simpletal-4.1.orig/debian/copyright +++ simpletal-4.1/debian/copyright @@ -0,0 +1,29 @@ +This package was made by Wichert Akkerman + +It was downloaded from http://www.owlfish.com/software/simpleTAL/ + + +Copyright (c) 2003 Colin Stewart (http://www.owlfish.com/) +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. +2. 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. +3. The name of the author may not be used to endorse or promote products + derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. --- simpletal-4.1.orig/debian/watch +++ simpletal-4.1/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://www.owlfish.com/software/simpleTAL/py2compatible/download.html \ +\.\./downloads/SimpleTAL-(.*)\.tar\.gz --- simpletal-4.1.orig/debian/compat +++ simpletal-4.1/debian/compat @@ -0,0 +1 @@ +5 --- simpletal-4.1.orig/debian/source/format +++ simpletal-4.1/debian/source/format @@ -0,0 +1 @@ +1.0