debian/0000755000000000000000000000000012016611451007163 5ustar debian/control0000644000000000000000000000320512016610265010570 0ustar Source: python-mechanize Section: python Priority: extra Maintainer: Debian/Ubuntu Zope Team Uploaders: Brian Sutherland , Fabio Tranchitella , Jérémy Bobbio , Matthias Klose , Arnaud Fontaine Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.6.6-3~), python-setuptools Standards-Version: 3.9.3 X-Python-Version: >= 2.5 Vcs-Svn: svn://svn.debian.org/pkg-zope/python-mechanize/trunk Vcs-Browser: http://svn.debian.org/viewsvn/pkg-zope/python-mechanize/trunk Homepage: http://wwwsearch.sourceforge.net/mechanize/ Package: python-mechanize Architecture: all Depends: ${python:Depends}, ${misc:Depends} Provides: ${python:Provides}, python-clientform Replaces: python-clientform (<< 1:0.2.5-2) Breaks: python-clientform (<< 1:0.2.5-2) Description: stateful programmatic web browsing A library for browsing the web in Python. Mechanize acts like a browser allowing you to do web scraping, functional testing of web sites and things no one has thought of yet. . Among other things, mechanize: * Follows links * Fills in HTML forms * Automatically observes robots.txt * Has a browser history . It was modelled after the Perl module WWW::Mechanize. Package: python-clientform Architecture: all Depends: ${misc:Depends}, python-mechanize (>= 0.2.0) Section: oldlibs Description: transitional dummy package This package is a dummy transitional package following the merge of ClientForm into mechanize 0.2.0. It can be safely removed. debian/source/0000755000000000000000000000000012016611451010463 5ustar debian/source/format0000644000000000000000000000001412016607752011702 0ustar 3.0 (quilt) debian/source/options0000644000000000000000000000004212016607752012106 0ustar extend-diff-ignore = "\.egg-info" debian/python-mechanize.install0000644000000000000000000000000512016607752014041 0ustar usr/ debian/docs0000644000000000000000000000003312016607752010043 0ustar PKG-INFO README.txt docs/* debian/watch0000644000000000000000000000012312016607752010221 0ustar version=3 http://pypi.python.org/packages/source/m/mechanize/mechanize-(.*).tar.gz debian/tests/0000755000000000000000000000000012016611451010325 5ustar debian/tests/control0000644000000000000000000000015012016607752011735 0ustar Tests: all Features: no-build-needed Depends: @, python-all, python-twisted-web2, python-zope.interface debian/tests/all0000644000000000000000000000060412016607752011031 0ustar # includable shell script to make test scripts smaller set -e PYVERS=$(pyversions -r debian/control) tmpdir=$(mktemp -d) curdir=$(pwd) cp test.py "$tmpdir" cp -r examples "$tmpdir" cp -r test "$tmpdir" cp -r test-tools "$tmpdir" cd "$tmpdir" for python in ${PYVERS}; do echo Running tests for ${python}: ${python} "${tmpdir}/test.py" 2>&1 done cd "$curdir" rm -rf "$tmpdir" debian/compat0000644000000000000000000000000212016607752010372 0ustar 7 debian/copyright0000644000000000000000000002217412016607752011135 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: mechanize Upstream-Contact: John J. Lee Source: http://wwwsearch.sourceforge.net/mechanize/ Files: * Copyright: 2002-2010 John J. Lee 1997-1999 Gisle Aas 1997-1999 Johnny Lee 2003 Andy Lester License: BSD-3-clause or Zope-2.1 Files: mechanize/_form.py test/test_form.py Copyright: 2002-2007 John J. Lee 2005 Gary Poster 2005 Zope Corporation 1998-2000 Gisle Aas. License: BSD-3-clause or Zope-2.1 Files: test-tools/functools_copy.py Copyright: 2006 Python Software Foundation License: PSF-2 Files: mechanize/_beautifulsoup.py Copyright: 2004-2005 Leonard Richardson License: PSF-2 Files: test-tools/unittest/__init__.py Copyright: 1999-2003 Steve Purcell 2003-2010 Python Software Foundation License: other This module is free software, and you may redistribute it and/or modify it under the same terms as Python itself, so long as this copyright message and disclaimer are retained in their original form. . IN NO EVENT SHALL THE AUTHOR BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OF THIS CODE, EVEN IF THE AUTHOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. . THE AUTHOR SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. Files: mechanize/_gzip.py Copyright: 1999-2010 by Fredrik Lundh License: Historical Permission Notice and Disclaimer (HPND) By obtaining, using, and/or copying this software and/or its associated documentation, you agree that you have read, understood, and will comply with the following terms and conditions: . Permission to use, copy, modify, and distribute this software and its associated documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appears in all copies, and that both that copyright notice and this permission notice appear in supporting documentation, and that the name of Secret Labs AB or the author not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. . SECRET LABS AB AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL SECRET LABS AB OR THE AUTHOR BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. License: BSD-3-clause All rights reserved. . 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 of the contributors nor the names of their employers 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. License: Zope-2.1 Zope Public License (ZPL) Version 2.1 . A copyright notice accompanies this license document that identifies the copyright holders. . This license has been certified as open source. It has also been designated as GPL compatible by the Free Software Foundation (FSF). . Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions in source code must retain the accompanying copyright notice, this list of conditions, and the following disclaimer. 2. Redistributions in binary form must reproduce the accompanying copyright notice, this list of conditions, and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Names of the copyright holders must not be used to endorse or promote products derived from this software without prior written permission from the copyright holders. 4. The right to distribute this software or to use it for any purpose does not give you the right to use Servicemarks (sm) or Trademarks (tm) of the copyright holders. Use of them is covered by separate agreement with the copyright holders. 5. If any files are modified, you must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. . Disclaimer . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED 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 HOLDERS 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. License: PSF-2 1. This LICENSE AGREEMENT is between the Python Software Foundation ("PSF"), and the Individual or Organization ("Licensee") accessing and otherwise using this software ("Python") 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 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, 2005, 2006 Python Software Foundation; All Rights Reserved" are retained in Python 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 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. . 4. PSF is making Python 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 WILL NOT INFRINGE ANY THIRD PARTY RIGHTS. . 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON, 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, Licensee agrees to be bound by the terms and conditions of this License Agreement. debian/changelog0000644000000000000000000002506712016610702011045 0ustar python-mechanize (1:0.2.5-3) unstable; urgency=low * debian/control: + Depend on python-mechanize >= 0.2.0 for python-clientform to make sure that the former is upgraded even when only the latter is upgraded. Closes: #684616. -- Arnaud Fontaine Mon, 27 Aug 2012 15:18:27 +0900 python-mechanize (1:0.2.5-2) unstable; urgency=low * Following the merge of ClientForm into mechanize, add a transitional dummy package to replace python-clientform. + Add debian/NEWS for updating source code based on ClientForm. + Add epoch as deprecated version of clientform is greater than mechanize. * debian/control: + Bump Standards-Version to 3.9.3. - debian/copyright: Update Format URL following DEP-5 release. + Add Vcs-Browser field. * Add debian/source/options to ignore changes in *.egg-info directory otherwise building twice fails. -- Arnaud Fontaine Tue, 13 Mar 2012 10:19:55 +0900 python-mechanize (0.2.5-1) unstable; urgency=low [ Arnaud Fontaine ] * Convert debian/changelog to DEP5 format and add missing licenses. * Wrap Build-Depends and Uploaders control fields. * Add myself as Uploaders. [ Brian Sutherland ] * New upstream release (Closes: #595928,#465206) * Fix watch file to point at pypi * Change e-mail address to brian@vanguardistas.net. * Use Homepage header to point to mechanize homepage rather than including it in the long description. Closes: #615362 * Remove dependency on python-clientform, it's included in mechanize now and deprecated as an external project. * Switch to dpkg-source 3.0 (quilt) format from dpatch. * Convert from python-central to debhelper 7 and dh_python2 (Closes: #617013) * Add debian/tests -- Arnaud Fontaine Mon, 05 Sep 2011 12:28:25 +0900 python-mechanize (0.1.11-1.1) unstable; urgency=low * Non-maintainer upload. * Be less selective when renaming *.egg-info files (closes: #552912). -- Jakub Wilk Mon, 21 Dec 2009 20:35:08 +0100 python-mechanize (0.1.11-1) unstable; urgency=low * New upstream release, uploaded to unstable. - Closes: #518945. -- Matthias Klose Tue, 22 Sep 2009 00:14:06 +0200 python-mechanize (0.1.11-0ubuntu1) jaunty; urgency=low [ Ken VanDine ] * New upstream release (LP: #337918) - Fix quadratic performance in number of .read() calls (and add an automated performance test). - Add support for Python 2.6: Raise URLError on file: URL errors, not IOError (port of upstream urllib2 fix). Add support for Python 2.6's per-connection timeouts: Add timeout arguments to urlopen(), Request constructor, .open(), and .open_novisit(). - Drop support for Python 2.3 - Add Content-length header to Request object (httplib bug that prevented doing that was fixed in Python 2.4). There's no change is what is actually sent over the wire here, just in what headers get added to the Request object. - Fix AttributeError on .retrieve() with a Request (as opposed to URL string) argument - Don't change CookieJar state in .make_cookies(). - Fix AttributeError in case where .make_cookies() or .cookies_for_request() is called before other methods like .extract_cookies() or .make_cookie_header() - Fixes affecting version cookie-attribute (http://bugs.python.org/issue3924). - Silence module logging's "no handlers could be found for logger mechanize" warning in a way that doesn't clobber attempts to set log level sometimes - Don't use private attribute of request in request upgrade handler (what was I thinking??) - Don't call setup() on import of setup.py - Add new public function effective_request_host - Add .get_policy() method to CookieJar - Add method CookieJar.cookies_for_request() - Fix documented interface required of requests and responses (and add some tests for this!) - Allow either .is_unverifiable() or .unverifiable on request objects (preferring the former) - Note that there's a new functional test for digest auth, which fails when run against the sourceforge site (which is the default). It looks like this reflects the fact that digest auth has been fairly broken since it was introduced in urllib2. I don't plan to fix this myself. - Fix ImportError if sqlite3 not available - Fix a couple of functional tests not to wait 5 seconds each - Close sockets. This only affects Python 2.5 (and later) - earlier versions of Python were unaffected. See http://bugs.python.org/issue1627441 - Make title parsing follow Firefox behaviour wrt child elements (previously the behaviour differed between Factory and RobustFactory). - Fix BeautifulSoup RobustLinksFactory (hence RobustFactory) link text parsing for case of link text containing tags (Titus Brown) - Fix issue where more tags after caused default parser to raise an exception - Handle missing cookie max-age value. Previously, a warning was emitted in this case. - Fix thoroughly broken digest auth (still need functional test!) (trebor74hr@...) - Handle cookies containing embedded tabs in mozilla format files - Remove an assertion about mozilla format cookies file contents (raise LoadError instead) - Fix MechanizeRobotFileParser.set_opener() - Fix selection of global form using .select_form() (Titus Brown) - Log skipped Refreshes - Stop tests from clobbering files that happen to be lying around in cwd (!) - Use SO_REUSEADDR for local test server. - Raise exception if local test server fails to start. - Tests no longer (accidentally) depend on third-party coverage module - Add convenience method Browser.open_local_file(filename) - Add experimental support for Firefox 3 cookie jars ("cookies.sqlite"). Requires Python 2.5 - Fix a _gzip.py NameError (gzip support is experimental) * debian/patches/drop-Gopher.dpatch: * removed, fixed upstream [ Martin Pitt ] * debian/control: Fix XS-Python-Version to only build for Python >= 2.5. -- Ken VanDine <ken.vandine@canonical.com> Mon, 09 Mar 2009 16:34:31 -0400 python-mechanize (0.1.7b-3ubuntu1) jaunty; urgency=low * Add drop-Gopher.dpatch: Drop GopherError and GopherHandler, since Python 2.6's version does not define that any more. (LP: #336225) * debian/rules: Use glob instead of hardcoded site-packages/, python2.6 uses dist-packages now. * debian/rules: Supply --install-layout=deb. -- Martin Pitt <martin.pitt@ubuntu.com> Sun, 01 Mar 2009 18:17:43 +0100 python-mechanize (0.1.7b-3) unstable; urgency=low * Rebuild to move files into /usr/share/pyshared. Closes: #490495. -- Matthias Klose <doko@debian.org> Sat, 12 Jul 2008 13:33:14 +0200 python-mechanize (0.1.7b-2) unstable; urgency=low * debian/patches/mechanize_seek.dpatch: applied a patch from the twill maintainer to add file.seek(0) because ``file'' position may not be at the beginning; thanks Arnaud Fontaine. (Closes: #456944) -- Fabio Tranchitella <kobold@debian.org> Tue, 18 Dec 2007 19:15:17 +0100 python-mechanize (0.1.7b-1) unstable; urgency=low * New upstream release. (Closes: #446523) * Ship functional tests in examples. (Closes: #449551) -- Fabio Tranchitella <kobold@debian.org> Tue, 18 Dec 2007 14:23:11 +0100 python-mechanize (0.1.6b-1) unstable; urgency=low * New upstream release. (Closes: #418457) * Drop obsolete patch to mechanize/_html.py, mechanize/_util.py and mechanize/_mechanize.py. * Re-generate README.txt using "lynx -dump" as upstream forget to do it. * Use dh_installexamples to install examples instead of dh_installdocs. * Remove dh_python from debian/rules. * Update python-clientform dependency. * Update email address in Uploaders. -- Jérémy Bobbio <lunar@debian.org> Tue, 10 Apr 2007 01:34:43 +0200 python-mechanize (0.1.2b-2) unstable; urgency=low [ Brian Sutherland ] * Remove unused python-clientcookie and python-pullparser dependencies as they are included in this version. * Add these files to installed documentation: GeneralFAQ.html README.html README.txt doc.html 0.1-changes.txt examples [ Jérémy Bobbio ] * Move python-setuptools to Build-Depends. (Closes: #392628) * Add XS-Vcs-Svn field to debian/control. -- Jérémy Bobbio <jeremy.bobbio@etu.upmc.fr> Sat, 14 Oct 2006 04:32:09 +0200 python-mechanize (0.1.2b-1) unstable; urgency=low * New upstream release, patched to be compatible with Zope 3.3.0. -- Fabio Tranchitella <kobold@debian.org> Fri, 29 Sep 2006 14:40:53 +0200 python-mechanize (0.0.11a-3) unstable; urgency=low * Update to new python policy using python-central (Closes: 373327) * Revert debian specific patch and build with setuptools. -- Brian Sutherland <jinty@web.de> Wed, 14 Jun 2006 17:34:14 +0200 python-mechanize (0.0.11a-2) unstable; urgency=low [Brian Sutherland] * New upstream version (closes: #334241). * Added watch file. * Upstream changed setup.py to use easy_setup: - Remove the build deps clientform, clientcookie, pullparser. Hooray! * Patch the setup.py to use distutils instead of setuptools. (Temporary workaround until setuptools supports --single-version-externally-managed.) * Bump dependencies in to the ones mentioned in setup.py. -- Fabio Tranchitella <kobold@debian.org> Fri, 3 Feb 2006 10:58:35 +0000 python-mechanize (0.0.11a-1) unstable; urgency=low * New upstream release. -- Fabio Tranchitella <kobold@debian.org> Wed, 18 Jan 2006 15:37:33 +0000 python-mechanize (0.0.11a-1) unstable; urgency=low * New upstream version (closes: #334241). * Added watch file. * Upstream changed setup.py to use easy_setup: - Remove the build deps clientform, clientcookie, pullparser. Hooray! * Patch the setup.py to use distutils instead of setuptools. (Temporary workaround until setuptools supports --single-version-externally-managed.) * Bump dependencies in to the ones mentioned in setup.py. -- Brian Sutherland <jinty@web.de> Fri, 30 Dec 2005 12:33:16 +0100 python-mechanize (0.0.9a-2) unstable; urgency=low * Build for python2.4 as well. -- Brian Sutherland <jinty@web.de> Tue, 27 Dec 2005 19:09:00 +0100 python-mechanize (0.0.9a-1) unstable; urgency=low * Initial packaging. -- Brian Sutherland <jinty@web.de> Mon, 24 Oct 2005 12:52:25 +0200 python-skeleton (0.0.0.0-1) unstable; urgency=low * Initial creation of skeleton python packaging dir. -- Brian Sutherland <jinty@web.de> Sat, 6 Aug 2005 02:14:33 +0100 �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������debian/patches/�������������������������������������������������������������������������������������0000755�0000000�0000000�00000000000�12016611451�010612� 5����������������������������������������������������������������������������������������������������ustar ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������debian/patches/series�������������������������������������������������������������������������������0000644�0000000�0000000�00000000026�12016607752�012036� 0����������������������������������������������������������������������������������������������������ustar ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������mechanize_seek.dpatch ����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������debian/patches/mechanize_seek.dpatch����������������������������������������������������������������0000755�0000000�0000000�00000000566�12016607752�014774� 0����������������������������������������������������������������������������������������������������ustar ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������--- a/mechanize/_html.py +++ b/mechanize/_html.py @@ -621,6 +621,7 @@ Factory.set_response(self, response) if response is not None: data = response.read() + response.seek(0) soup = self._soup_class(self.encoding, data) self._forms_factory.set_response( copy.copy(response), self.encoding) ������������������������������������������������������������������������������������������������������������������������������������������debian/rules����������������������������������������������������������������������������������������0000755�0000000�0000000�00000000255�12016607752�010256� 0����������������������������������������������������������������������������������������������������ustar ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������#!/usr/bin/make -f %: dh --with python2 $@ override_dh_compress: # Don't compress ChangeLog.txt as it's referenced in # HTML documentation dh_compress -XChangeLog.txt ���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������debian/NEWS�����������������������������������������������������������������������������������������0000644�0000000�0000000�00000000712�12016607752�007673� 0����������������������������������������������������������������������������������������������������ustar ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������python-mechanize (1:0.2.5-2) unstable; urgency=low Since mechanize 0.2.0, ClientForm has been merged into mechanize. You can update source code based on ClientForm by replacing any occurrence of ClientForm by mechanize in your source code, and ensure any use of the module logging logger named "ClientForm" is updated to use the new logger name "mechanize.forms". -- Arnaud Fontaine <arnau@debian.org> Fri, 09 Mar 2012 14:49:26 +0900 ������������������������������������������������������debian/examples�������������������������������������������������������������������������������������0000644�0000000�0000000�00000000020�12016607752�010725� 0����������������������������������������������������������������������������������������������������ustar ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������examples/* test ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������