debian/0000755000000000000000000000000011741306141007164 5ustar debian/control0000644000000000000000000000153111741306100010562 0ustar Source: mocker Maintainer: Debian Python Modules Team Uploaders: Andrew Mitchell , Charles Plessy Section: python Priority: optional Standards-Version: 3.9.3 Build-Depends-Indep: python-setuptools Build-Depends: python-all (>= 2.6.6-3~), debhelper (>= 8) Homepage: http://labix.org/mocker Vcs-Svn: svn://svn.debian.org/python-modules/packages/mocker/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/mocker/trunk/ Package: python-mocker Architecture: all Depends: ${python:Depends}, ${misc:Depends} Description: Mocker object mocking framework Mocker provides an API for mocking Python objects in unit tests. Mocker provides graceful creation of test doubles (mocks, stubs, fakes, and dummies) for Python testing needs. debian/changelog0000644000000000000000000000247211741306135011046 0ustar mocker (1.0-2) unstable; urgency=low * Merge Ubuntu's changes (debian/rules, debian/control, debian/pycompat). * Machine-readable debian/copyright file. * Maintained with the Debian Python Modules Team (debian/control). * Removed original Ubuntu maintainer from Uploaders (debian/control). * Added myself to the Uploaders (debian/control). * Conforms to Policy 3.9.3 (debian/control, no other changes needed). * Remove mocker.egg-info in clean target (debian/rules) to mask changes made at build time (see #625481). * Using Debhelper 8 (debian/compat, debian/control). -- Charles Plessy Wed, 11 Apr 2012 22:51:18 +0900 mocker (1.0-0ubuntu3) precise; urgency=low * Rebuild to drop python2.6 dependencies. -- Matthias Klose Sat, 31 Dec 2011 02:05:27 +0000 mocker (1.0-0ubuntu2) oneiric; urgency=low * Convert to dh_python2 and eliminate cdbs. (LP: #621242) -- Barry Warsaw Fri, 09 Sep 2011 10:26:08 -0400 mocker (1.0-1) experimental; urgency=low * Initial Debian upload (Closes: #595209) -- Andrew Mitchell Thu, 02 Sep 2010 14:32:59 +1200 mocker (1.0-0ubuntu1) maverick; urgency=low * Initial Ubuntu package for mocker (LP: #453466) -- Rodney Dawes Mon, 21 Jun 2010 13:26:42 -0400 debian/rules0000755000000000000000000000044411741304472010253 0ustar #!/usr/bin/make -f PYTHON2=$(shell pyversions -vr) %: dh $@ --with python2 test-python%: python$* test.py -vv override_dh_auto_test: $(PYTHON2:%=test-python%) override_dh_installchangelogs: dh_installchangelogs -k NEWS override_dh_clean: $(RM) --recursive mocker.egg-info dh_clean debian/copyright0000644000000000000000000000333211737324555011136 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://launchpad.net/mocker/trunk/1.0/+download/mocker-1.0.tar.bz2 Files: * Copyright: © 2007-2010, Gustavo Niemeyer License: BSD 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 copyright holder 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. debian/source/0000755000000000000000000000000011741306141010464 5ustar debian/source/format0000644000000000000000000000001411737322324011700 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000011711737322324010222 0ustar version=3 http://launchpad.net/mocker/+download .*/mocker-([0-9.]+)\.tar\.bz2 debian/compat0000644000000000000000000000000211741306100010355 0ustar 8