debian/0000755000000000000000000000000012257473204007174 5ustar debian/source/0000755000000000000000000000000012257473204010474 5ustar debian/source/format0000644000000000000000000000001412257473204011702 0ustar 3.0 (quilt) debian/gbp.conf0000644000000000000000000000024012257473204010607 0ustar [DEFAULT] upstream-branch = master debian-branch = debian/unstable upstream-tag = v%(version)s compression = xz [git-buildpackage] export-dir = ../build-area/ debian/copyright0000644000000000000000000000223412257473204011130 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: nose-exclude Source: http://bitbucket.org/kgrandis/nose-exclude Files: debian/* Copyright: (c) 2013, Thomas Goirand License: LGPL Files: * Copyright: (c) 2010-2013, Kurt Grandis License: LGPL-2.1 License: LGPL-2.1 This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. . This library 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 Lesser General Public License for more details. . You should have received a copy of the GNU Lesser General Public License along with this library; 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 Lesser General Public License (LGPL) may be found in /usr/share/common-licenses/LGPL-2.1. debian/rules0000755000000000000000000000140112257473204010250 0ustar #!/usr/bin/make -f PYTHONS:=$(shell pyversions -vr) PYTHON3S:=$(shell py3versions -vr) UPSTREAM_GIT = hg::https://bitbucket.org/kgrandis/nose-exclude -include /usr/share/openstack-pkg-tools/pkgos.make %: dh $@ --buildsystem=python_distutils --with python2 override_dh_auto_install: set -e && for pyvers in $(PYTHONS); do \ python$$pyvers setup.py install --install-layout=deb \ --root $(CURDIR)/debian/python-nose-exclude; \ done # set -e && for pyvers in $(PYTHON3S); do \ # python$$pyvers setup.py install --install-layout=deb \ # --root $(CURDIR)/debian/python3-nose-exclude; \ # done ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) override_dh_auto_test: set -e && for pyvers in $(PYTHONS) ; do \ python$$pyvers setup.py test ; \ done endif debian/changelog0000644000000000000000000000024312257473204011045 0ustar python-nose-exclude (0.2.0-1) unstable; urgency=low * Initial release. (Closes: #733132) -- Thomas Goirand Thu, 26 Dec 2013 13:25:52 +0800 debian/control0000644000000000000000000000345312257473204010604 0ustar Source: python-nose-exclude 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, # python3-all, # python3-nose, # python3-setuptools Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-nose-exclude.git Vcs-Git: git://anonscm.debian.org/openstack/python-nose-exclude.git Homepage: http://bitbucket.org/kgrandis/nose-exclude Package: python-nose-exclude Architecture: all Pre-Depends: dpkg (>= 1.15.6~) Depends: ${misc:Depends}, ${python:Depends} Recommends: ${python:Recommends} Description: exclude specific directories from nosetests runs nose-exclude is a Nose plugin that allows you to easily specify directories to be excluded from testing. The --exclude-dir= option is made available after installation of the plugin. The option may be used multiple times to exclude multiple directories from testing. The directory paths provided may be absolute or relative. #Package: python3-nose-exclude #Architecture: all #Pre-Depends: dpkg (>= 1.15.6~) #Depends: ${misc:Depends}, ${python3:Depends} #Recommends: ${python3:Recommends} #Description: exclude specific directories from nosetests runs # nose-exclude is a Nose plugin that allows you to easily specify directories to # be excluded from testing. The --exclude-dir= option is made available after # installation of the plugin. The option may be used multiple times to exclude # multiple directories from testing. The directory paths provided may be # absolute or relative. debian/compat0000644000000000000000000000000212257473204010372 0ustar 9 debian/watch0000644000000000000000000000013212257473204010221 0ustar version=3 http://pypi.python.org/packages/source/n/nose-exclude nose-exclude-(.*).tar.gz