debian/0000755000000000000000000000000012302376501007165 5ustar debian/copyright0000644000000000000000000000276711575737657011164 0ustar This package was debianized by Christoph Haas on Sat, 19 Apr 2008 14:47:06 +0200. It was downloaded from http://pypi.python.org/pypi/Tempita/ Upstream Authors: Ian Bicking Copyright: Copyright © 2008-2009 Ian Bicking License (MIT): 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 © 2008-2009, Christoph Haas and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. debian/changelog0000644000000000000000000000413712302376501011044 0ustar python-tempita (0.5.2-1build1) trusty; urgency=medium * Rebuild to drop files installed into /usr/share/pyshared. -- Matthias Klose Sun, 23 Feb 2014 13:53:05 +0000 python-tempita (0.5.2-1) unstable; urgency=medium * New upstream release -- Piotr Ożarowski Tue, 17 Dec 2013 19:39:51 +0100 python-tempita (0.5.1-1) unstable; urgency=low * New upstream release (closes: #599645) - add python3-tempita binary package - no longer ships documentation * Switch from dh_pysupport to dh_python2 * Source format changed to 3.0 (quilt) * Bump Standards-Version to 3.9.2 (no changes needed) -- Piotr Ożarowski Tue, 14 Jun 2011 22:08:22 +0200 python-tempita (0.4-1) unstable; urgency=low * New upstream release * Bump Standards-Version to 3.8.1 (no changes needed) -- Piotr Ożarowski Tue, 21 Apr 2009 19:50:54 +0200 python-tempita (0.3-1) unstable; urgency=low [ Sandro Tosi ] * debian/control - switch Vcs-Browser field to viewsvn [ Piotr Ożarowski ] * New upstream release * Build docs using Sphinx: + python-sphinx added to build dependencies + new suggested package: libjs-jquery -- Piotr Ożarowski Sat, 22 Nov 2008 21:32:52 +0100 python-tempita (0.2-1) unstable; urgency=low * New upstream release * python, python-all-dev, python-support, and python-setuptools build dependencies moved to Build-Depends-Indep * Vcs-Svn and Vcs-Browser fields added in debian/control * debian/watch file added * Bump Standards-Version to 3.8.0 (no changes needed) * Change Priority to optional * Move team name to Maintainer field, add myself to Uploaders -- Piotr Ożarowski Tue, 22 Jul 2008 23:37:59 +0200 python-tempita (0.1-2) unstable; urgency=low * Removed unused remains of dpatch from debian/rules (Closes: #482204) -- Christoph Haas Wed, 21 May 2008 20:15:04 +0200 python-tempita (0.1-1) unstable; urgency=low * Initial release (Closes: #476831) -- Christoph Haas Sat, 19 Apr 2008 14:47:06 +0200 debian/compat0000644000000000000000000000000211575737657010413 0ustar 5 debian/control0000644000000000000000000000220411575750244010601 0ustar Source: python-tempita Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Christoph Haas , Piotr Ożarowski Build-Depends: debhelper (>= 5) Build-Depends-Indep: python (>= 2.6.6-3), python-setuptools (>= 0.6b3-1~), python3, python3-setuptools #, python-sphinx Standards-Version: 3.9.2 X-Python-Version: >= 2.5 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-tempita/trunk/ Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-tempita/trunk/ Package: python-tempita Architecture: all Depends: ${python:Depends}, ${misc:Depends} #Suggests: libjs-jquery Description: very small text templating language Tempita is a small and simple Python text templating language mainly used by Paster (python-pastescript) to roll out new projects. Package: python3-tempita Architecture: all Depends: ${python3:Depends}, ${misc:Depends} Description: very small text templating language Tempita is a small and simple Python text templating language mainly used by Paster (python-pastescript) to roll out new projects. debian/dirs0000644000000000000000000000010111575750265010057 0ustar #/usr/share/doc/python-tempita/docs /usr/share/lintian/overrides debian/rules0000755000000000000000000000263611575750121010261 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 package=python-tempita clean: rm -f build-* dh_testdir dh_testroot rm -rf build find . -name *\.py[co] -exec rm -f {} \; dh_clean build-docs build: # build-docs: # dh_testdir # dh_installdirs # mkdir docs/_static # Sphinx needs it # PYTHONPATH=. sphinx-build -N -q -E -b html docs/ debian/$(package)/usr/share/doc/$(package)/docs/ # rm -rf debian/$(package)/usr/share/doc/$(package)/docs/.doctrees # dh_link /usr/share/javascript/jquery/jquery.js \ # /usr/share/doc/$(package)/docs/_static/jquery.js # echo "$(package): extra-license-file usr/share/doc/$(package)/docs/_sources/license.txt" \ # >> debian/$(package)/usr/share/lintian/overrides/$(package) # touch $@ install: build dh_testdir dh_testroot dh_installdirs python setup.py install \ --no-compile \ --single-version-externally-managed \ --root $(CURDIR)/debian/$(package) python3 setup.py install \ --root $(CURDIR)/debian/python3-tempita binary-indep: build install dh_testdir dh_testroot dh_installchangelogs dh_installdocs dh_compress -X.py -X.js dh_fixperms dh_python2 dh_python3 dh_installdeb dh_gencontrol dh_md5sums dh_builddeb binary-arch: binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install debian/source/0000755000000000000000000000000011575745456010511 5ustar debian/source/format0000644000000000000000000000001411575745456011717 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000012111575737657010240 0ustar version=3 http://pypi.python.org/packages/source/T/Tempita/Tempita-(.*)\.tar\.gz