debian/0000755000000000000000000000000011746520254007174 5ustar debian/changelog0000644000000000000000000000143111746517345011054 0ustar python-dingus (0.3.4-1) unstable; urgency=low * New upstream release (Closes: #643262). * Update Standards version, no changes needed. * Tests no longer shipped in tarball. (Closes: #639918). -- David Watson Fri, 27 Apr 2012 10:47:17 +0100 python-dingus (0.3.2-1) unstable; urgency=low * New upstream release * Update Standards version, no changes needed. -- David Watson Sun, 07 Aug 2011 09:16:45 +0100 python-dingus (0.1-2) unstable; urgency=low * Depend on python 2.5 or greater. (Closes: #554686). -- David Watson Fri, 06 Nov 2009 09:35:38 +0000 python-dingus (0.1-1) unstable; urgency=low * Initial release (Closes: #551985) -- David Watson Thu, 22 Oct 2009 11:00:55 +0100 debian/copyright0000644000000000000000000000275311746465444011147 0ustar This work was packaged for Debian by: David Watson on Thu, 22 Oct 2009 11:00:55 +0100 It was downloaded from http://pypi.python.org/pypi/dingus Upstream Authors: Gary Bernhardt Copyright: Copyright (C) 2008 Gary Bernhardt 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. The Debian packaging is: Copyright (C) 2009 David Watson and is licensed under the MIT Licence (as above) debian/docs0000644000000000000000000000001311746465444010052 0ustar README.txt debian/control0000644000000000000000000000130411746517552010604 0ustar Source: python-dingus Section: python Priority: optional Maintainer: David Watson Build-Depends: debhelper (>= 7), python-all, python-setuptools, quilt Standards-Version: 3.9.3 Homepage: http://pypi.python.org/pypi/dingus Package: python-dingus Architecture: all Depends: ${misc:Depends}, ${python:Depends} Description: A record-then-assert mocking library Dingus is sort of like a mock object. The main difference is that you don't set up expectations ahead of time. You just run your code, using a dingus in place of another object or class, and it will record what happens to it. Then, once your code has been exercised, you can make assertions about what it did to the dingus. debian/patches/0000755000000000000000000000000011746516752010633 5ustar debian/patches/debian-changes-0.3.2-10000644000000000000000000000454511617450147014202 0ustar Description: Upstream changes introduced in version 0.3.2-1 This patch has been created by dpkg-source during the package build. Here's the last changelog entry, hopefully it gives details on why those changes were made: . python-dingus (0.3.2-1) unstable; urgency=low . * New upstream release * Update Standards version, no changes needed. . The person named in the Author field signed this changelog entry. Author: David Watson --- The information above should follow the Patch Tagging Guidelines, please checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here are templates for supplementary fields that you might want to add: Origin: , Bug: Bug-Debian: http://bugs.debian.org/ Bug-Ubuntu: https://launchpad.net/bugs/ Forwarded: Reviewed-By: Last-Update: --- python-dingus-0.3.2.orig/setup.py +++ python-dingus-0.3.2/setup.py @@ -7,7 +7,6 @@ setup(name='dingus', author='Gary Bernhardt', author_email='gary.bernhardt@gmail.com', py_modules=['dingus'], - data_files=[('', ['README.txt'])], license='MIT', url='https://github.com/garybernhardt/dingus', keywords='testing test mocking mock double stub fake record assert', --- python-dingus-0.3.2.orig/dingus.egg-info/SOURCES.txt +++ python-dingus-0.3.2/dingus.egg-info/SOURCES.txt @@ -1,5 +1,6 @@ README.txt dingus.py +setup.cfg setup.py dingus.egg-info/PKG-INFO dingus.egg-info/SOURCES.txt --- /dev/null +++ python-dingus-0.3.2/patches/setup_cleanup @@ -0,0 +1,12 @@ +Index: python-dingus-0.3.2/setup.py +=================================================================== +--- python-dingus-0.3.2.orig/setup.py 2011-08-07 09:37:57.900948735 +0100 ++++ python-dingus-0.3.2/setup.py 2011-08-07 09:38:03.340954228 +0100 +@@ -7,7 +7,6 @@ + author='Gary Bernhardt', + author_email='gary.bernhardt@gmail.com', + py_modules=['dingus'], +- data_files=[('', ['README.txt'])], + license='MIT', + url='https://github.com/garybernhardt/dingus', + keywords='testing test mocking mock double stub fake record assert', --- /dev/null +++ python-dingus-0.3.2/patches/series @@ -0,0 +1 @@ +setup_cleanup debian/patches/metadata_update0000644000000000000000000000262211746516751013701 0ustar Description: TODO: Put a short summary on the line above and replace this paragraph with a longer explanation of this change. Complete the meta-information with other relevant fields (see below for details). To make it easier, the information below has been extracted from the changelog. Adjust it or drop it. . python-dingus (0.3.4-1) unstable; urgency=low . * New upstream release. * Update Standards version, no changes needed. * Tests no longer shipped in tarball. (Closes: #639918). Author: David Watson Bug-Debian: http://bugs.debian.org/639918 --- The information above should follow the Patch Tagging Guidelines, please checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here are templates for supplementary fields that you might want to add: Origin: , Bug: Bug-Debian: http://bugs.debian.org/ Bug-Ubuntu: https://launchpad.net/bugs/ Forwarded: Reviewed-By: Last-Update: --- python-dingus-0.3.4.orig/dingus.egg-info/PKG-INFO +++ python-dingus-0.3.4/dingus.egg-info/PKG-INFO @@ -1,4 +1,4 @@ -Metadata-Version: 1.0 +Metadata-Version: 1.1 Name: dingus Version: 0.3.4 Summary: A record-then-assert mocking library debian/patches/series0000644000000000000000000000004711746516747012055 0ustar debian-changes-0.3.2-1 metadata_update debian/compat0000644000000000000000000000000211746465444010403 0ustar 7 debian/source/0000755000000000000000000000000011746504147010477 5ustar debian/source/format0000644000000000000000000000001411746504147011705 0ustar 3.0 (quilt) debian/pyversions0000644000000000000000000000000511746465444011344 0ustar 2.5- debian/watch0000644000000000000000000000017011746465444010234 0ustar version=3 # Current version from Python cheeseshop. http://pypi.python.org/packages/source/d/dingus/dingus-(.+).tar.gz debian/rules0000755000000000000000000000072511746517225010264 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ --with=quilt --with=python2