debian/0000755000000000000000000000000012302376424007171 5ustar debian/copyright0000644000000000000000000000262212213275743011131 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: mox3 Source: http://www.openstack.org/ Files: debian/* Copyright: (c) 2013, Thomas Goirand License: Apache-2 Files: * Copyright: (c) 2013, OpenStack (c) 2013, Dawid Fatyga (c) 2013, Monty Taylor (c) 2013, Przemysław Gajda (c) 2013, dglasser (c) 2013, smiddlek (c) 2013, Hewlett-Packard Development Company, L.P. (c) 2008, Google Inc. License: Apache-2 License: Apache-2 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. . On Debian-based systems the full text of the Apache version 2.0 license can be found in /usr/share/common-licenses/Apache-2.0. debian/changelog0000644000000000000000000000052512302376424011045 0ustar python-mox3 (0.7.0-1build1) trusty; urgency=medium * Rebuild to drop files installed into /usr/share/pyshared. -- Matthias Klose Sun, 23 Feb 2014 13:52:20 +0000 python-mox3 (0.7.0-1) unstable; urgency=low * Initial release. (Closes: #722049) -- Thomas Goirand Fri, 06 Sep 2013 20:46:39 +0800 debian/compat0000644000000000000000000000000212213275743010372 0ustar 9 debian/control0000644000000000000000000000425112213275743010601 0ustar Source: python-mox3 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-setuptools, python3-all, python3-setuptools Build-Depends-Indep: python-fixtures, python-pbr (>= 0.5.21), python-subunit, python-testtools, python3-fixtures, python3-pbr (>= 0.5.21), python3-subunit, python3-testtools, testrepository (>= 0.0.17) Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-mox3.git Vcs-Git: git://anonscm.debian.org/openstack/python-mox3.git Homepage: https://pypi.python.org/pypi/mox3 Package: python-mox3 Architecture: all Pre-Depends: dpkg (>= 1.15.6~) Depends: python-fixtures (>= 0.3.12), python-pbr (>=0.5.21), ${misc:Depends}, ${python:Depends} Recommends: ${python:Recommends} Description: Mock object framework - Python 2.x Mox3 is an unofficial port of the Google mox framework (see http://code.google.com/p/pymox/) to Python 3. It was meant to be as compatible with mox as possible, but small enhancements have been made. The library was tested on Python version 3.2, 2.7 and 2.6. . This package provides the Python 2.x module. Package: python3-mox3 Architecture: all Pre-Depends: dpkg (>= 1.15.6~) Depends: python3-fixtures (>= 0.3.12), python3-pbr (>=0.5.21), ${misc:Depends}, ${python3:Depends} Recommends: ${python3:Recommends} Description: Mock object framework - Python 3.x Mox3 is an unofficial port of the Google mox framework (see http://code.google.com/p/pymox/) to Python 3. It was meant to be as compatible with mox as possible, but small enhancements have been made. The library was tested on Python version 3.2, 2.7 and 2.6. . This package provides the Python 3.x module. debian/rules0000755000000000000000000000120212213275743010247 0ustar #!/usr/bin/make -f PYTHONS:=$(shell pyversions -vr) PYTHON3S:=$(shell py3versions -vr) include /usr/share/openstack-pkg-tools/pkgos.make %: dh $@ --buildsystem=python_distutils --with python2,python3 override_dh_auto_install: set -e && for pyvers in $(PYTHONS); do \ python$$pyvers setup.py install --install-layout=deb \ --root $(CURDIR)/debian/python-mox3; \ done set -e && for pyvers in $(PYTHON3S); do \ python$$pyvers setup.py install --install-layout=deb \ --root $(CURDIR)/debian/python3-mox3; \ done ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) override_dh_auto_test: python setup.py testr --slowest endif debian/source/0000755000000000000000000000000012213275743010474 5ustar debian/source/format0000644000000000000000000000001412213275743011702 0ustar 3.0 (quilt) debian/gbp.conf0000644000000000000000000000031412213275743010611 0ustar [DEFAULT] upstream-branch = upstream-unstable debian-branch = debian-unstable pristine-tar = True [git-buildpackage] export-dir = ../build-area/ tarball-dir = ../tarballs/ [git-import-orig] dch = False debian/watch0000644000000000000000000000011212213275743010217 0ustar version=3 http://pypi.python.org/packages/source/m/mox3 mox3-(.*).tar.gz