debian/0000755000000000000000000000000012252513377007175 5ustar debian/source/0000755000000000000000000000000012252513377010475 5ustar debian/source/format0000644000000000000000000000001412252513377011703 0ustar 3.0 (quilt) debian/gbp.conf0000644000000000000000000000024012252513377010610 0ustar [DEFAULT] upstream-branch = master debian-branch = debian/unstable upstream-tag = %(version)s compression = xz [git-buildpackage] export-dir = ../build-area/ debian/copyright0000644000000000000000000000263012252513377011131 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: steadymark Source: http://github.com/gabrielfalcao/steadymark Files: debian/* Copyright: (c) 2013, Thomas Goirand License: MIT Files: steadymark/six.py Copyright: (c) 2010-2012 Benjamin Peterson License: MIT Files: * Copyright: (c) 2013, Gabriel Falcao License: MIT License: MIT 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/rules0000755000000000000000000000043112252513377010253 0ustar #!/usr/bin/make -f UPSTREAM_GIT = git://github.com/gabrielfalcao/steadymark.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: make test endif debian/changelog0000644000000000000000000000102712252513377011047 0ustar python-steadymark (0.4.5-3) unstable; urgency=medium * Added missing build-depends: python-misaka. -- Thomas Goirand Fri, 13 Dec 2013 13:09:20 +0800 python-steadymark (0.4.5-2) unstable; urgency=low * Added missing build-depends: python-nose, python-sure (Closes: #724132). -- Thomas Goirand Sat, 21 Sep 2013 13:25:54 +0800 python-steadymark (0.4.5-1) unstable; urgency=low * Initial release. (Closes: #721708) -- Thomas Goirand Tue, 03 Sep 2013 18:03:24 +0800 debian/control0000644000000000000000000000245512252513377010606 0ustar Source: python-steadymark Section: python Priority: optional Maintainer: PKG OpenStack Uploaders: Julien Danjou , Thomas Goirand , Mehdi Abaakouk Build-Depends: debhelper (>= 9), openstack-pkg-tools, python-all (>= 2.6.6-3~), python-misaka, python-nose, python-sure, python-setuptools Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-steadymark.git Vcs-Git: git://anonscm.debian.org/openstack/python-steadymark.git Homepage: http://github.com/gabrielfalcao/steadymark Package: python-steadymark Architecture: all Pre-Depends: dpkg (>= 1.15.6~) Depends: bpython, ipython, python-ipdb, python-misaka, python-nose, python-pygments, python-sure, ${misc:Depends}, ${python:Depends} Recommends: ${python:Recommends} Description: markdown-based test runner Write your documentation using github-flavored markdown, surround your snippets with Python code blocks and steadymark will automatically find and run them, if there is a header preceding your Python snippet it will be used as title for your test. debian/compat0000644000000000000000000000000212252513377010373 0ustar 9 debian/watch0000644000000000000000000000012612252513377010225 0ustar version=3 http://pypi.python.org/packages/source/s/steadymark steadymark-(.*).tar.gz