debian/0000755000000000000000000000000012302376474007176 5ustar debian/copyright0000644000000000000000000000302112247566564011136 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: sure Source: git://github.com/gabrielfalcao/sure.git Files: debian/* Copyright: (c) 2013, Thomas Goirand License: GPL-3 Files: * Copyright: (c) 2010-2013, Gabriel Falcao (c) 2010-2013, Steve Pulec (c) 2010-2013, Lincoln de Sousa (c) 2010-2013, Marc Abramowitz (c) 2010-2013, Sargento (c) 2010-2013, Fábio M. Costa (c) 2010-2013, David Czarnecki (c) 2010-2013, Alessandro Mecca License: GPL-3 License: GPL-3 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the complete text of the GNU General Public License v2 (GPL) can be found in /usr/share/common-licenses/GPL-3. debian/changelog0000644000000000000000000000114512302376474011051 0ustar python-sure (1.2.2-2build1) trusty; urgency=medium * Rebuild to drop files installed into /usr/share/pyshared. -- Matthias Klose Sun, 23 Feb 2014 13:53:00 +0000 python-sure (1.2.2-2) unstable; urgency=low * Drops dependency on python-steadymark (Closes: #722507). * Drops build-dependency on openstack-pkg-tools (and make it optional in debian/rules). -- Thomas Goirand Wed, 04 Dec 2013 16:51:23 +0800 python-sure (1.2.2-1) unstable; urgency=low * Initial release. (Closes: #721710) -- Thomas Goirand Tue, 03 Sep 2013 19:26:12 +0800 debian/compat0000644000000000000000000000000212247566564010405 0ustar 9 debian/control0000644000000000000000000000206312247566564010613 0ustar Source: python-sure Section: python Priority: optional Maintainer: PKG OpenStack Uploaders: Julien Danjou , Thomas Goirand , Mehdi Abaakouk Build-Depends: debhelper (>= 9), python-all (>= 2.6.6-3~), python-nose, python-setuptools Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-sure.git Vcs-Git: git://anonscm.debian.org/openstack/python-sure.git Homepage: http://github.com/gabrielfalcao/sure Package: python-sure Architecture: all Pre-Depends: dpkg (>= 1.15.6~) Depends: python-nose, ${misc:Depends}, ${python:Depends} Recommends: ${python:Recommends} Description: utility belt for automated testing for Python Sure is a library for Python that leverages a DSL for writing assertions. In CPython it monkey-patches the object type, adding some methods and properties purely for test purposes. Any Python code writen after "import sure" gains testing superpowers. debian/rules0000755000000000000000000000042412247566564010267 0ustar #!/usr/bin/make -f UPSTREAM_GIT = git://github.com/gabrielfalcao/sure.git -include /usr/share/openstack-pkg-tools/pkgos.make %: dh $@ --buildsystem=python_distutils --with python2 ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) override_dh_auto_test: nosetests endif debian/source/0000755000000000000000000000000012247566564010507 5ustar debian/source/format0000644000000000000000000000001412247566564011715 0ustar 3.0 (quilt) debian/gbp.conf0000644000000000000000000000024012247566564010622 0ustar [DEFAULT] upstream-branch = master debian-branch = debian/unstable upstream-tag = %(version)s compression = xz [git-buildpackage] export-dir = ../build-area/ debian/watch0000644000000000000000000000011212247566564010232 0ustar version=3 http://pypi.python.org/packages/source/s/sure sure-(.*).tar.gz