Source: systemfixtures
Maintainer: Free Ekanayaka <freee@debian.org>
Section: python
Priority: optional
Build-Depends: dh-python,
               debhelper (>= 9),
               python-all (>= 2.6.6-3),
               python-setuptools (>= 0.6b3),
               python-pbr (>= 1.10),
               python-fixtures,
               python-requests-mock,
               python-fakesleep,
               python-subprocess32,
               python3-all,
               python3-setuptools,
               python3-pbr (>= 1.10),
               python3-fixtures,
               python3-requests-mock,
               python3-fakesleep,
Standards-Version: 3.9.8
Homepage: https://github.com/freeekanayaka/systemfixtures
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/systemfixtures.git
Vcs-Git: git://anonscm.debian.org/python-modules/packages/systemfixtures.git

Package: python-systemfixtures
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Test fixtures providing fake versions of various system resources
 A collection of Python fixtures to fake out  various system resources such
 as processes, users, groups, etc.
 .
 Each fake resource typically behaves as an "overlay" on the real resource, in
 that it can be programmed with fake behavior for a set of inputs, but falls
 back to the real behavior for the rest.

Package: python3-systemfixtures
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Test fixtures providing fake versions of various system resources
 A collection of Python fixtures to fake out  various system resources such
 as processes, users, groups, etc.
 .
 Each fake resource typically behaves as an "overlay" on the real resource, in
 that it can be programmed with fake behavior for a set of inputs, but falls
 back to the real behavior for the rest.
