--- cubictemp-2.0.orig/debian/changelog +++ cubictemp-2.0/debian/changelog @@ -0,0 +1,71 @@ +cubictemp (2.0-1ubuntu1) wily; urgency=medium + + * Convert to dh-python2 (while modernizing packaging). + + -- Logan Rosen Thu, 28 May 2015 01:22:52 -0400 + +cubictemp (2.0-1) unstable; urgency=low + + * New upstream release. + * debian/control: + + bump Standards-Version to 3.8.1. + + bump debhelper compatibility to 7. + + add ${misc:Depends} to Depends. + * Remove unneeded patches and patching system accordingly. + * Update debian/copyright: licence is now MIT. + * Update packaging to prevent FTBFS. Thanks to Josselin + Mouette. (Closes: #516162) + + -- Mohammed Adnène Trojette Sat, 21 Mar 2009 19:56:53 +0100 + +cubictemp (0.4-4) UNRELEASED; urgency=low + + [ Piotr Ożarowski ] + * Added Vcs-Svn and Vcs-Browser fields + + [ Sandro Tosi ] + * debian/control + - fix Vcs-Browser field + * debian/control + - switch Vcs-Browser field to viewsvn + + [ Jan Dittberner ] + * add debian/watch + * add python to Build-Depends in debian/control because the clean rule + needs it + * use new python-support conventions + + create debian/pyversions + + remove XS-Python-Version and XB-Python-Version + * bump Standards-Version to 3.8.0 + + [ Carlos Galisteo ] + * debian/control + - Added Homepage field. + + -- Jan Dittberner Tue, 24 Jun 2008 21:42:31 +0200 + +cubictemp (0.4-3) unstable; urgency=low + + * Forgot to bump debian/compat. + * Cubictemp is not GPL, so see below, not above. Thanks Christophe Mutricy + + -- Mohammed Adnène Trojette Wed, 28 Jun 2006 10:57:54 +0200 + +cubictemp (0.4-2) unstable; urgency=low + + * Use new Python layout (Closes: #373312) + + add XS-Python-Version + + add XB-Python-Version + + bump dependency on python-support + + bump build-dependency on cdbs + * Switch from dpatch to quilt for patch management. + + add Build-Depends on quilt and patchutils + + -- Mohammed Adnène Trojette Tue, 13 Jun 2006 22:00:11 +0200 + +cubictemp (0.4-1) unstable; urgency=low + + * Initial release (Closes: #350432) + + -- Mohammed Adnène Trojette Fri, 14 Apr 2006 11:30:45 +0100 + --- cubictemp-2.0.orig/debian/compat +++ cubictemp-2.0/debian/compat @@ -0,0 +1 @@ +9 --- cubictemp-2.0.orig/debian/control +++ cubictemp-2.0/debian/control @@ -0,0 +1,23 @@ +Source: cubictemp +Section: python +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Mohammed Adnène Trojette +Uploaders: Debian Python Modules Team +Build-Depends: debhelper (>= 9), python-all (>= 2.6.6-3~), dh-python +Standards-Version: 3.8.1 +Vcs-Svn: svn://svn.debian.org/python-modules/packages/cubictemp/trunk/ +Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/cubictemp/trunk/ +Homepage: http://dev.nullcube.com/ +X-Python-Version: >= 2.2 + +Package: python-cubictemp +Architecture: all +Depends: ${misc:Depends}, ${python:Depends} +Description: small, elegant, Python-specific HTML templating system + Cubictemp integrates tightly with Python, allowing you to pass + arbitrary Python objects into a HTML template, walk sequences and + iterators, and evaluate expressions. + . + Cubictemp includes default protection against common classes of + HTML and Javascript Cross-Site Scripting vulnerabilities. --- cubictemp-2.0.orig/debian/copyright +++ cubictemp-2.0/debian/copyright @@ -0,0 +1,36 @@ +This package was debianized by Mohammed Adnène Trojette on +Fri, Apr 14 2006 11:31:11 +0100. + +It was downloaded from + +Author: Nullcube Pty Ltd + +Upstream-Vcs: git://github.com/cortesi/cubictemp.git + +Copyright (c) 2003-2008, Nullcube Pty Ltd All rights reserved. + +Licence: MIT/X11 (BSD like) + +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 current Debian packaging is (C) 2006-2009, Mohammed Adnène Trojette + and is licensed under the GPL, see below. + +On Debian systems, the complete text of the GNU General Public +License, version 2, can be found in /usr/share/common-licenses/GPL-2. --- cubictemp-2.0.orig/debian/docs +++ cubictemp-2.0/debian/docs @@ -0,0 +1 @@ +doc/ --- cubictemp-2.0.orig/debian/rules +++ cubictemp-2.0/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f +%: + dh $@ --with python2 --- cubictemp-2.0.orig/debian/watch +++ cubictemp-2.0/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://dev.nullcube.com/download/cubictemp-(.+)\.tar\.gz