--- pylons-0.9.6.1.orig/debian/rules +++ pylons-0.9.6.1/debian/rules @@ -0,0 +1,63 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 +package=python-pylons + +unpatch: + dpatch deapply-all + rm -rf patch-stamp debian/patched + +clean: unpatch + rm -f build-* + dh_testdir + dh_testroot + python setup.py clean + rm -rf build + find . -name '*\.py[co]' -delete + dh_clean + +build-stamp: + dh_testdir + python setup.py build + touch $@ + +patch-stamp: + dpatch apply-all + touch patch-stamp + +build: patch-stamp build-stamp + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + python setup.py install \ + --no-compile \ + --single-version-externally-managed \ + --root $(CURDIR)/debian/$(package) + +binary-indep: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installexamples + dh_strip + dh_compress -X.py + dh_fixperms + dh_pysupport + chmod 644 `find debian/$(package) -type f -perm 755` + mv $(CURDIR)/debian/$(package)/usr/share/python-support/python-pylons/tests/ \ + $(CURDIR)/debian/$(package)/usr/share/doc/python-pylons + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary-arch: + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- pylons-0.9.6.1.orig/debian/changelog +++ pylons-0.9.6.1/debian/changelog @@ -0,0 +1,132 @@ +pylons (0.9.6.1-1) unstable; urgency=low + + * New upstream release + * Add Homepage field + * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now) + * Remove README.Debian as python-decorator is already in the archive + * Remove debian/dirs file (no longer needed) + * Bump required versions of: python-routes, python-beaker, python-paste, + python-pastedeploy, python-pastescript, python-formencode, + python-decorator and python-mako + * Add python-{c,}elementtree, python-cheetah, python-kid, python-genshi, + python-pygments and python-pudge to Suggests + * Add myself to Uploaders + + -- Piotr Ożarowski Thu, 04 Oct 2007 23:23:28 +0200 + +pylons (0.9.6-2) unstable; urgency=low + + * debian/control: Updated dependency on python-webhelpers (Closes: #443835). + + -- Oleksandr Moskalenko Wed, 26 Sep 2007 10:49:28 -0600 + +pylons (0.9.6-1) unstable; urgency=low + + * New upstream release. + + -- Oleksandr Moskalenko Mon, 10 Sep 2007 14:23:38 -0600 + +pylons (0.9.5-7) unstable; urgency=low + + * Move tests to documentation (Closes: #433374). + + -- Oleksandr Moskalenko Mon, 16 Jul 2007 14:47:06 -0600 + +pylons (0.9.5-6) unstable; urgency=low + + * debian/control: Added a dependency on dpatch. + * debian/rules: Added rules to handle source patching at build-time using + dpatch. + * debian/patches/01-validate_unicode.dpatch: To fix a unicode validation + problem added a patch provided by "Dwayne C. Litzenberger" + (Closes: #427672). + + -- Oleksandr Moskalenko Tue, 05 Jun 2007 13:07:05 -0600 + +pylons (0.9.5-5) unstable; urgency=low + + * debian/control: Added python-mako to depends (Closes: #425332). + + -- Oleksandr Moskalenko Mon, 21 May 2007 13:10:30 -0600 + +pylons (0.9.5-4) unstable; urgency=low + + * Updated rules and control for new python-support with automated .egg.info + rename (Closes: #423793). + + -- Oleksandr Moskalenko Mon, 14 May 2007 09:26:54 -0600 + +pylons (0.9.5-3) unstable; urgency=low + + * Upload into unstable now that python-decorator is through the NEW queue. + * debian/control: Added a dependency on python-decorator. + + -- Oleksandr Moskalenko Mon, 07 May 2007 15:38:33 -0600 + +pylons (0.9.5-2) experimental; urgency=low + + * debian/control: Temporarily removed the dependency on python-decorator. I + suppose having pylons uninstallable won't help people to see the README + about the decorator package. + + -- Oleksandr Moskalenko Fri, 13 Apr 2007 19:31:07 -0600 + +pylons (0.9.5-1) experimental; urgency=low + + * New upstream release. + * README.Debian: Added a readme about where to obtain python-decorator + package needed by this pylons release. + * debian/control: Added a dependency on python-decorator. Pylons is not + going to be installable until decorator gets through the NEW queue, so I"m + uploading it to the experimental and making python-decorator available + separately. See README.Debian for complete information. + + -- Oleksandr Moskalenko Fri, 13 Apr 2007 12:28:12 -0600 + +pylons (0.9.4.1-4) unstable; urgency=low + + * Etch is released. Upload into unstable. + + -- Oleksandr Moskalenko Tue, 10 Apr 2007 12:32:29 -0600 + +pylons (0.9.4.1-3) experimental; urgency=low + + * Updated package dependencies (Closes: #413514). + + -- Oleksandr Moskalenko Mon, 5 Mar 2007 10:13:47 -0700 + +pylons (0.9.4.1-2) experimental; urgency=low + + * debian/control: + - Added XS-Vcs-Svn and XS-Vcs-Browser control fields. + + -- Oleksandr Moskalenko Mon, 29 Jan 2007 18:29:13 -0700 + +pylons (0.9.4.1-1) experimental; urgency=low + + * New upstream version bugfix release. + + -- Oleksandr Moskalenko Mon, 22 Jan 2007 10:32:11 -0700 + +pylons (0.9.4-1) experimental; urgency=low + + * New upstream version (Closes: #406649). + * debian/control: + - Updated version dependencies that changed with 0.9.4. + - I joined the Debian Python Modules Team, so added + to Uploaders. + + -- Oleksandr Moskalenko Fri, 12 Jan 2007 10:23:16 -0700 + +pylons (0.9.3-2) unstable; urgency=low + + * Fix a typo in package description (Closes: #402518). + + -- Oleksandr Moskalenko Thu, 14 Dec 2006 08:12:28 -0700 + +pylons (0.9.3-1) unstable; urgency=low + + * Initial release (Closes: #392482). + + -- Oleksandr Moskalenko Sun, 12 Nov 2006 21:44:37 -0700 + --- pylons-0.9.6.1.orig/debian/control +++ pylons-0.9.6.1/debian/control @@ -0,0 +1,32 @@ +Source: pylons +Section: web +Priority: optional +Maintainer: Oleksandr Moskalenko +Uploaders: Debian Python Modules Team , + Piotr Ożarowski +Build-Depends: debhelper (>= 5), dpatch, python (>= 2.3.3), python-all-dev, + python-support (>= 0.6.4), python-setuptools (>= 0.6b3-1) +Standards-Version: 3.7.2 +XS-Python-Version: all +Homepage: http://pylonshq.com/ +Vcs-Svn: svn://svn.debian.org/python-modules/packages/pylons/trunk/ +Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/pylons/?op=log + +Package: python-pylons +Architecture: all +Depends: ${python:Depends}, python, python-routes (>= 1.7), python-nose (>= 0.9.1), + python-paste (>= 1.4), python-pastedeploy (>= 1.3.1), python-pastescript (>= 1.3.6), + python-beaker (>= 0.7.5), python-mako (>= 0.1.8), python-myghty (>= 1.1), + python-formencode (>= 0.7), python-webhelpers (>= 0.3.2), python-decorator (>= 2.1.0), + python-simplejson (>= 1.7.1) +Recommends: python-sqlalchemy | python-sqlobject +Suggests: python (>= 2.5) | python-celementtree | python-elementreee, + python-cheetah (>= 1.0-1.1), python-kid (>= 0.9.1-3), python-genshi (>= 0.3.6), + python-pygments (>= 0.7), python-pudge (>= 0.1.3) +XB-Python-Version: ${python:Versions} +Description: Python web framework emphasizing flexibility and rapid development + Pylons combines the very best ideas from the worlds of Ruby, Python and Perl, + providing a structured but extremely flexible Python web framework. It's also + one of the first projects to leverage the emerging WSGI standard, which allows + extensive re-use and flexibility, but only if you need it. Out of the box, + Pylons aims to make web development fast, flexible and easy. --- pylons-0.9.6.1.orig/debian/watch +++ pylons-0.9.6.1/debian/watch @@ -0,0 +1,4 @@ +# Compulsory line, this is a version 3 file +version=3 + +http://cheeseshop.python.org/packages/source/P/Pylons/Pylons-(.*)\.tar\.gz --- pylons-0.9.6.1.orig/debian/copyright +++ pylons-0.9.6.1/debian/copyright @@ -0,0 +1,79 @@ +This package was debianized by Oleksandr Moskalenko on +Fri, 13 Oct 2006 01:17:01 -0600. + +It was downloaded from + +Upstream Authors: Ben Bangert and James Gardner +. + +Copyright: Copyright (c) 2005 Ben Bangert, James Gardner + + All rights reserved. + +License: + + This package is licensed under the 3-clause BSD License. + + On Debian GNU/Linux systems, the complete text of the BSD license can be + found in `/usr/share/common-licenses/BSD'. + + + pylons/i18n/msgfmt.py and pylons/i18n/pygettext.py are are from the Python + 2.4 source distribution which is released under the open source PSF license + at http://www.python.org/download/releases/2.4.4/license/. + + PSF LICENSE AGREEMENT FOR PYTHON 2.4 + ------------------------------------ + + 1. This LICENSE AGREEMENT is between the Python Software Foundation + ("PSF"), and the Individual or Organization ("Licensee") accessing and + otherwise using Python 2.4 software in source or binary form and its + associated documentation. + + 2. Subject to the terms and conditions of this License Agreement, PSF + hereby grants Licensee a nonexclusive, royalty-free, world-wide + license to reproduce, analyze, test, perform and/or display publicly, + prepare derivative works, distribute, and otherwise use Python 2.4 + alone or in any derivative version, provided, however, that PSF's + License Agreement and PSF's notice of copyright, i.e., "Copyright (c) + 2001, 2002, 2003, 2004 Python Software Foundation; All Rights Reserved" + are retained in Python 2.4 alone or in any derivative version prepared + by Licensee. + + 3. In the event Licensee prepares a derivative work that is based on + or incorporates Python 2.4 or any part thereof, and wants to make + the derivative work available to others as provided herein, then + Licensee hereby agrees to include in any such work a brief summary of + the changes made to Python 2.4. + + 4. PSF is making Python 2.4 available to Licensee on an "AS IS" + basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR + IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND + DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS + FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 2.4 WILL NOT + INFRINGE ANY THIRD PARTY RIGHTS. + + 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON + 2.4 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS + A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 2.4, + OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. + + 6. This License Agreement will automatically terminate upon a material + breach of its terms and conditions. + + 7. Nothing in this License Agreement shall be deemed to create any + relationship of agency, partnership, or joint venture between PSF and + Licensee. This License Agreement does not grant permission to use PSF + trademarks or trade name in a trademark sense to endorse or promote + products or services of Licensee, or any third party. + + 8. By copying, installing or otherwise using Python 2.4, Licensee + agrees to be bound by the terms and conditions of this License + Agreement. + + + Debian packaging: + + The Debian packaging is (C) 2006, Oleksandr Moskalenko and + is licensed under the GPL. On Debian GNU/Linux systems, the complete text of + the GPL license can be found in `/usr/share/common-licenses/GPL'. --- pylons-0.9.6.1.orig/debian/compat +++ pylons-0.9.6.1/debian/compat @@ -0,0 +1 @@ +5