debian/0000755000000000000000000000000011776367164007210 5ustar debian/rules0000755000000000000000000000213111776366476010272 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 package=python-webhelpers PYDEFAULT=$(shell pyversions -d) PYVERS=$(shell pyversions -vr) include /usr/share/python/python.mk SITEDIR = $(call py_sitename, $(PYDEFAULT)) clean: dh_testdir dh_testroot rm -rf build WebHelpers.egg-info find . -name *\.py[co] -exec rm -f {} \; dh_clean build-* build: build-arch: build-indep: test: $(PYVERS:%=test-python%) test-python%: - ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) python$* setup.py nosetests endif install: dh_testdir dh_testroot dh_prep dh_installdirs python setup.py install \ --no-compile \ --single-version-externally-managed \ --root $(CURDIR)/debian/$(package) --install-layout=deb binary-indep: install test dh_testdir dh_testroot dh_installchangelogs dh_installdocs dh_installexamples dh_compress -X.py dh_python2 dh_fixperms dh_installdeb dh_gencontrol dh_md5sums dh_builddeb binary-arch: binary: binary-indep binary-arch .PHONY: clean build build-arch build-indep binary-arch binary-indep binary install test debian/compat0000644000000000000000000000000211561244510010363 0ustar 5 debian/copyright0000644000000000000000000002401511561244510011122 0ustar This package was debianized by Oleksandr Moskalenko on Tue, 17 Oct 2006 00:15:48 -0600. It was downloaded from . Upstream Authors: Copyright (c) 2005-2009 Ben Bangert, James Gardner, Philip Jenvey, Mike Orr, Jon Rosenbaugh, Christoph Haas, and other contributors. Portions of the code are copyright Lawrence Journal-World, Thomas Fuchs, Marty Haught, Roberto A. F. De Almeida, Mark Pilgrim, and Dean Allen. All rights reserved. License: Copyright (c) 2005-2009 Ben Bangert, James Gardner, Philip Jenvey, Mike Orr, Jon Rosenbaugh, Christoph Haas, and other contributors. 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 or contributors 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 AND CONTRIBUTORS ``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 OR CONTRIBUTORS 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. ------------------------------------------------------------------------------ Portions of WebHelpers covered by the following license:: Copyright (c) 2005, the Lawrence Journal-World 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. Neither the name of Django nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "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 COPYRIGHT OWNER OR CONTRIBUTORS 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. ----------------------------------------------------------- webhelpers/paginate.py file: Copyright (c) 2007,2008 Christoph Haas License: This software can be used under the terms of the MIT license: 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. ----------------------------------------------------------- webhelpers/textile.py file: Copyright (c) 2004, Roberto A. F. De Almeida, http://dealmeida.net/ Copyright (c) 2003, Mark Pilgrim, http://diveintomark.org/ All rights reserved. Original PHP version (Version 1.0, 21 Feb, 2003): Copyright (c) 2003, Dean Allen, www.textism.com All rights reserved. Parts of the documentation and some of the regular expressions are (c) Brad Choate, http://bradchoate.com/. Thanks, Brad! License: Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * 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. * Neither the name Textile nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "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 COPYRIGHT OWNER OR CONTRIBUTORS 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. ----------------------------------------------------------- webhelpers/feedgenerator.py file: Copyright (c) Django Software Foundation and individual contributors. 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. Neither the name of Django nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "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 COPYRIGHT OWNER OR CONTRIBUTORS 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. ----------------------------------------------------------- webhelpers/html/render.py file: Copyright (c) 2005 Imaginary Landscape LLC and Contributors. 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. ----------------------------------------------------------- Debian packaging: The Debian packaging is © 2006-2010, Oleksandr Moskalenko and is licensed under the BSD license as above. debian/control0000644000000000000000000000230711776370207010605 0ustar Source: webhelpers Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Oleksandr Moskalenko , Piotr Ożarowski Build-Depends: debhelper (>= 5) Build-Depends-Indep: python-all (>= 2.6.6-3), python-setuptools (>= 0.6b3), python-markupsafe, python-nose, python-routes, python-webob, python-pylons, python-sqlalchemy Standards-Version: 3.9.3 Vcs-Svn: svn://svn.debian.org/python-modules/packages/webhelpers/trunk/ Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/webhelpers/trunk/ Homepage: http://docs.pylonsproject.org/projects/webhelpers/dev/ X-Python-Version: >= 2.4 Package: python-webhelpers Architecture: all Depends: ${python:Depends}, ${misc:Depends}, python-routes (>= 1.1), python-simplejson (>= 1.4), libjs-scriptaculous Suggests: python-utidylib Description: library of helper functions to make writing web application templates easier One of the sub-sections of Web Helpers contains a full port of the template helpers that are provided by Ruby on Rails with slight adaptations on occasion to accommodate for Python. Some of these helpers only require Routes to function. debian/watch0000644000000000000000000000017711561244510010223 0ustar version=3 opts=uversionmangle=s/(rc|a|b|c)/~$1/ \ http://pypi.python.org/packages/source/W/WebHelpers/WebHelpers-(.*)\.tar\.gz debian/patches/0000755000000000000000000000000011776071345010630 5ustar debian/patches/series0000644000000000000000000000004711776070745012051 0ustar disabled_tests.patch webob_1.1.1.patch debian/patches/disabled_tests.patch0000644000000000000000000000354011776072653014647 0ustar Description: disable some tests that fail depending on the current date/timezone to reproduce: $ export TZ=Europe/Warsaw $ for d in 01-01 03-01 03-02 03-27 04-02 10-30; do faketime "2011-$d UTC" python -c 'import webhelpers.date as d; print d.distance_of_time_in_words(0, 31536000)'; done Author: Piotr Ożarowski Bug-Debian: http://bugs.debian.org/629699 Forwarded: no Last-Update: 2012-07-07 Index: webhelpers-1.3/tests/test_date.py =================================================================== --- webhelpers-1.3.orig/tests/test_date.py +++ webhelpers-1.3/tests/test_date.py @@ -17,12 +17,12 @@ class TestDateHelper(WebHelpersTestCase) # now". Depending on when the test is run, the interval may include a # leap year. The 'try' assumes it's not a leap year, the 'except' # tries it again as a leap year. - try: - self.assertEqual("1 year", distance_of_time_in_words(0, 31536000)) - self.assertEqual("1 year", distance_of_time_in_words(1, 31536001)) - except AssertionError: # If the intervening year contains February 29th - self.assertEqual("11 months and 30 days", distance_of_time_in_words(0, 31536000)) - self.assertEqual("11 months and 30 days", distance_of_time_in_words(1, 31536001)) + #try: + # self.assertEqual("1 year", distance_of_time_in_words(0, 31536000)) + # self.assertEqual("1 year", distance_of_time_in_words(1, 31536001)) + #except AssertionError: # If the intervening year contains February 29th + # self.assertEqual("11 months and 30 days", distance_of_time_in_words(0, 31536000)) + # self.assertEqual("11 months and 30 days", distance_of_time_in_words(1, 31536001)) # Granularity is invalid self.assertRaises(Exception, distance_of_time_in_words, 0, 1, 'blah') debian/patches/webob_1.1.1.patch0000644000000000000000000000222411776067672013475 0ustar Description: Handle API change in WebOb 1.1.1 Author: Colin Watson Bug-Debian: http://bugs.debian.org/629699 Bug-Ubuntu: https://bugs.launchpad.net/bugs/910766 Forwarded: no Last-Update: 2012-04-20 Index: b/webhelpers/mimehelper.py =================================================================== --- a/webhelpers/mimehelper.py +++ b/webhelpers/mimehelper.py @@ -110,8 +110,14 @@ if '.' in last_part: has_extension = True if 'HTTP_ACCEPT' in self.env: - possible_from_accept_header = webob.acceptparse.MIMEAccept('ACCEPT', - self.env['HTTP_ACCEPT']) + try: + # WebOb >= 1.1.1 + possible_from_accept_header = webob.acceptparse.MIMEAccept( + self.env['HTTP_ACCEPT']) + except TypeError: + # WebOb < 1.1.1 + possible_from_accept_header = webob.acceptparse.MIMEAccept('ACCEPT', + self.env['HTTP_ACCEPT']) if has_extension == False: if possible_from_accept_header is None: return self._set_response_content_type(content_type) debian/source/0000755000000000000000000000000011561317344010473 5ustar debian/source/format0000644000000000000000000000001411561317344011701 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000002063711776370236011064 0ustar webhelpers (1.3-4) unstable; urgency=low * Remove WebHelpers.egg-info in clean target (to make it build twice in a row with DEB_BUILD_OPTIONS=nocheck, closes: 671532) * Add (now empty) build-arch and build-indep targets to debian/rules * Update Homepage field (closes: 637886) * Standards-Version bumped to 3.9.3 (no other changes needed) -- Piotr Ożarowski Sun, 08 Jul 2012 22:27:47 +0200 webhelpers (1.3-3) unstable; urgency=low * Handle API change in WebOb 1.1.1 (thanks to Colin Watson for the patch from Ubuntu) * Disable distance_of_time_in_words tests (Closes: 629699) -- Piotr Ożarowski Sat, 07 Jul 2012 19:13:26 +0200 webhelpers (1.3-2) unstable; urgency=low [ Andrey Rahmatullin ] * Enable build-time tests [ Piotr Ożarowski ] * Add python-utidylib to Suggests (for webhelpers.textile) * Standards-Version bumped to 3.9.2 (no other changes needed) * Source format changed to 3.0 (quilt) -- Piotr Ożarowski Sat, 07 May 2011 21:20:00 +0200 webhelpers (1.3-1) unstable; urgency=low * New upstream release * Switch from dh_pysupport to dh_python2 -- Piotr Ożarowski Sat, 26 Mar 2011 10:18:37 +0100 webhelpers (1.2-1) experimental; urgency=low * New upstream release * python-markupsafe added to Depends -- Piotr Ożarowski Sat, 21 Aug 2010 00:46:36 +0200 webhelpers (1.1-1) unstable; urgency=low * New upstream release - webhelpers.pylonslib._jsmin module removed due to licensing issues * debian/copyright file updated * Standards-Version bumped to 3.9.1: - BSD license included directly in debian/copyright -- Piotr Ożarowski Fri, 13 Aug 2010 18:58:48 +0200 webhelpers (1.0-1) unstable; urgency=low * New upstream release -- Piotr Ożarowski Mon, 07 Jun 2010 21:37:50 +0200 webhelpers (1.0~rc1-1) unstable; urgency=low * New upstream release * debian/watch file updated to handle "rc" versions -- Piotr Ożarowski Tue, 25 May 2010 20:33:32 +0200 webhelpers (1.0~b7-1) unstable; urgency=low * New upstream release -- Piotr Ożarowski Sun, 16 May 2010 20:58:33 +0200 webhelpers (1.0~b6-1) unstable; urgency=low * New upstream release -- Piotr Ożarowski Sat, 24 Apr 2010 11:08:25 +0200 webhelpers (1.0~b5-1) unstable; urgency=low * New upstream release -- Piotr Ożarowski Tue, 23 Mar 2010 19:39:54 +0100 webhelpers (1.0~b4-1) unstable; urgency=low [ Piotr Ożarowski ] * New upstream release - bump minimum required Python version to 2.4 * debian/watch updated to recognize beta versions correctly * Standards-Version bumped to 3.8.4 (no changes needed) [ Oleksandr Moskalenko ] * debian/control: - Changed to DPMT group maintenance and added Piotr to the Uploaders. - Moved python depends to Build-Depends-Indep. * debian/copyright: Changed debian packaging license to BSD to sync with the upstream. -- Oleksandr Moskalenko Thu, 18 Feb 2010 15:46:38 -0600 webhelpers (1.0~b3-1) experimental; urgency=low * Upload the third beta to experimental. * debian/source/format: Change source format to v 3.0 (quilt). * debian/rules: - Remove obsolete patching code. - Remove obsolete linking to scriptaculous. * debian/control: Remove build-depends on dpatch. -- Oleksandr Moskalenko Thu, 07 Jan 2010 23:56:08 -0600 webhelpers (0.6.4-2) unstable; urgency=low * Acknowledge NMUs. * debian/control: Updated standards-version to 3.8.3. * Jakub Wilk : + Use the system-wide scriptaculous javascript library. -- Oleksandr Moskalenko Thu, 07 Jan 2010 23:48:50 -0600 webhelpers (0.6.4-1.2) unstable; urgency=low * Non-maintainer upload. * Build-Depend on python-all-dev (>= 2.5.4) for python.mk. -- Kumar Appaiah Mon, 19 Oct 2009 17:35:21 -0500 webhelpers (0.6.4-1.1) unstable; urgency=low * Non-maintainer upload. * Fix "manipulates site-packages/ directly, failing with Python 2.6" Applied and uploaded Kumar's patch, thanks dude! (Closes: #547862) -- Bastian Venthur Sat, 17 Oct 2009 14:52:35 +0200 webhelpers (0.6.4-1) unstable; urgency=low * New upstream release. [Sandro Tosi ]: * debian/control - switch Vcs-Browser field to viewsvn -- Oleksandr Moskalenko Mon, 01 Dec 2008 18:00:00 -0700 webhelpers (0.6.3-1) unstable; urgency=low * New upstream release. * debian/control: - Removed build-depends on python as pysupport doesn't require it now. - Removed XS-Python-Version: all as pysupport doesn't require it now. - Removed python from Depends as pysupport doesn't require it now. - Removed XB-Python-Version: ${python:Versions} as pysupport doesn't require it now. - Removed Enhances: python-webhelpers as it doesn't make sense for a package to enhance itself. * debian/rules: Simplified dpatch patch handling rules. -- Oleksandr Moskalenko Wed, 08 Oct 2008 10:23:40 -0600 webhelpers (0.6.1-1) unstable; urgency=low * New upstream release. -- Oleksandr Moskalenko Thu, 31 Jul 2008 17:17:33 -0600 webhelpers (0.6-1) unstable; urgency=low * New upstream release. * debian/control: Updated Standards-Version to 3.8.0. -- Oleksandr Moskalenko Tue, 08 Jul 2008 17:48:02 -0600 webhelpers (0.3.4-2) unstable; urgency=low * Remove the javascript prototypes and link to and depend on libjs-prototype (Closes: #475291). * debian/rules: - Removed dh_strip clause as it is not needed for .py files. - Added a clause to remove prototype.js. - Added a clause to create a link to prototype.js from libjs-prototype. * debian/control: - Updated Standards-Version to 3.7.3. - Added a dependency on libjs-prototype. - Changed section to python per lintian warning. - Removed the -1 revision from dependency on python-setuptools. -- Oleksandr Moskalenko Wed, 30 Apr 2008 16:59:12 -0600 webhelpers (0.3.4-1) unstable; urgency=low Oleksandr Moskalenko: * New upstream release. * debian/patches/01_setup_py.dpatch: Remove this patch as the upstream uses setuptools by default now. * debian/patches/00list: Remove the reference to deleted 01_setup_py.dpatch. Piotr Ożarowski: * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now). -- Oleksandr Moskalenko Tue, 18 Mar 2008 13:10:42 -0600 webhelpers (0.3.1-1) unstable; urgency=low * New upstream release. * debian/patches/01_setup_py.dpatch: Added a patch to remove ez_setup use (thanks to Piotr Ozarowski for the suggestion). * debian/patches/00list: Added 01_setup_py.dpatch to the list of patches to apply. * debian/rules: Removed a duplicate build-stamp rule. -- Oleksandr Moskalenko Sun, 15 Jul 2007 16:48:11 -0600 webhelpers (0.3-2) unstable; urgency=low * Piotr Ożarowski : + New python-support handles egg's directory name correctly. - bump python-support required version. - remove mv part from debian/rules. -- Oleksandr Moskalenko Mon, 14 May 2007 10:01:56 -0600 webhelpers (0.3-1) unstable; urgency=low * New upstream version. * debian/patches/01_textile.py.dpatch: Removed the patch as my changes were incorporated upstream. -- Oleksandr Moskalenko Thu, 29 Mar 2007 17:08:06 -0600 webhelpers (0.2.2-3) unstable; urgency=low * debian/control: - Uploaded the debian directory into Debian Python Modules Team subversion repository, so added to "Uploaders:". - Added XS-Vcs-Svn and XS-Vcs-Browser fields. -- Oleksandr Moskalenko Fri, 26 Jan 2007 16:24:35 -0700 webhelpers (0.2.2-2) unstable; urgency=low * debian/control: Added a dependency on dpatch. * debian/patches: Added the directory for the patches dpatch uses. * debian/rules: Added the patching rules. * debian/patches/01_textile.dpatch: Added a patch to change the encoding in textile.py (Closes: #408224). -- Oleksandr Moskalenko Fri, 26 Jan 2007 15:56:46 -0700 webhelpers (0.2.2-1) unstable; urgency=low * Initial release (Closes: #393757). -- Oleksandr Moskalenko Tue, 14 Nov 2006 10:17:21 -0700