Package: python-fixtures Followup-For: Bug #683518 User: [email protected] Usertags: origin-ubuntu saucy ubuntu-patch
Dear Maintainer, Please conert python3-fixtures to dh_python2 and here is the python3 packages as well. Regards chuck -- System Information: Debian Release: wheezy/sid APT prefers saucy-updates APT policy: (500, 'saucy-updates'), (500, 'saucy-security'), (500, 'saucy') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.9.0-2-generic (SMP w/6 CPU cores) Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru python-fixtures-0.3.12/debian/changelog python-fixtures-0.3.12/debian/changelog diff -Nru python-fixtures-0.3.12/debian/control python-fixtures-0.3.12/debian/control --- python-fixtures-0.3.12/debian/control 2013-05-23 20:49:05.000000000 -0500 +++ python-fixtures-0.3.12/debian/control 2013-05-27 08:47:04.000000000 -0500 @@ -1,17 +1,20 @@ Source: python-fixtures Section: python Priority: optional -Maintainer: Ubuntu Developers <[email protected]> -XSBC-Original-Maintainer: Robert Collins <[email protected]> -Build-Depends: debhelper (>= 9), cdbs (>= 0.4.49), python (>= 2.6.6-3~) -Build-Depends-Indep: python-docutils, python-testtools (>= 0.9.11) +Maintainer: Robert Collins <[email protected]> +Build-Depends: debhelper (>= 9), cdbs (>= 0.4.90~), python (>= 2.6.6-3~), + python3 (>= 3.2) +Build-Depends-Indep: python-docutils, python-testtools (>= 0.9.11), + python3-docutils, python3-testtools (>= 0.9.11) Standards-Version: 3.9.4 Homepage: http://pypi.python.org/pypi/fixtures +X-Python-Version: >= 2.4 +X-Python3-Version: >= 3.2 Package: python-fixtures Architecture: all Depends: python-testtools (>= 0.9.11), ${python:Depends}, ${misc:Depends} -Description: PyUnit extension for defining test fixtures outside of test cases +Description: PyUnit extension for defining test fixtures outside of test cases (python2) A PyUnit extension for defining test fixtures outside of test cases. Each fixture encapsulates creating, reusing and freeing some state - be that a temporary directory on disk, SQL server connection, or just a particular @@ -20,3 +23,17 @@ . Fixtures ships with the base class, unittest glue and a number of precanned concrete fixtures. + +Package: python3-fixtures +Architecture: all +Depends: python3-testtools (>= 0.9.11), ${python3:Depends}, ${misc:Depends} +Description: PyUnit extension for defining test fixtures outside of test cases (python3) + A PyUnit extension for defining test fixtures outside of test cases. Each + fixture encapsulates creating, reusing and freeing some state - be that a + temporary directory on disk, SQL server connection, or just a particular + object graph. This is extremely useful for testing and general resource + management. + . + Fixtures ships with the base class, unittest glue and a number of precanned + concrete fixtures. + diff -Nru python-fixtures-0.3.12/debian/pycompat python-fixtures-0.3.12/debian/pycompat --- python-fixtures-0.3.12/debian/pycompat 2013-02-14 09:59:57.000000000 -0600 +++ python-fixtures-0.3.12/debian/pycompat 1969-12-31 18:00:00.000000000 -0600 @@ -1 +0,0 @@ -2 diff -Nru python-fixtures-0.3.12/debian/python3-fixtures.install python-fixtures-0.3.12/debian/python3-fixtures.install --- python-fixtures-0.3.12/debian/python3-fixtures.install 1969-12-31 18:00:00.000000000 -0600 +++ python-fixtures-0.3.12/debian/python3-fixtures.install 2013-05-27 08:36:30.000000000 -0500 @@ -0,0 +1 @@ +usr/lib/python3* diff -Nru python-fixtures-0.3.12/debian/python-fixtures.install python-fixtures-0.3.12/debian/python-fixtures.install --- python-fixtures-0.3.12/debian/python-fixtures.install 1969-12-31 18:00:00.000000000 -0600 +++ python-fixtures-0.3.12/debian/python-fixtures.install 2013-05-27 08:36:16.000000000 -0500 @@ -0,0 +1 @@ +usr/lib/python2* diff -Nru python-fixtures-0.3.12/debian/pyversions python-fixtures-0.3.12/debian/pyversions --- python-fixtures-0.3.12/debian/pyversions 2013-02-14 09:59:57.000000000 -0600 +++ python-fixtures-0.3.12/debian/pyversions 1969-12-31 18:00:00.000000000 -0600 @@ -1 +0,0 @@ -2.4-

