[Python-modules-commits] r23514 - in packages/python-fixtures/trunk (11 files)

zigo at users.alioth.debian.org zigo at users.alioth.debian.org
Mon Feb 18 03:57:48 UTC 2013


    Date: Monday, February 18, 2013 @ 03:57:46
  Author: zigo
Revision: 23514

[svn-inject] Applying Debian modifications (0.3.12-1) to trunk

Added:
  packages/python-fixtures/trunk/debian/
  packages/python-fixtures/trunk/debian/changelog
  packages/python-fixtures/trunk/debian/compat
  packages/python-fixtures/trunk/debian/control
  packages/python-fixtures/trunk/debian/copyright
  packages/python-fixtures/trunk/debian/pycompat
  packages/python-fixtures/trunk/debian/pyversions
  packages/python-fixtures/trunk/debian/rules
  packages/python-fixtures/trunk/debian/source/
  packages/python-fixtures/trunk/debian/source/format
  packages/python-fixtures/trunk/debian/watch


Property changes on: packages/python-fixtures/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/python-fixtures/trunk/debian/changelog
===================================================================
--- packages/python-fixtures/trunk/debian/changelog	                        (rev 0)
+++ packages/python-fixtures/trunk/debian/changelog	2013-02-18 03:57:46 UTC (rev 23514)
@@ -0,0 +1,56 @@
+python-fixtures (0.3.12-1) experimental; urgency=low
+
+  * Non-maintainer upload (with current maintainer approval).
+  * Uploading to experimental.
+  * New upstream release.
+  * Now using compat and debhelper 9.
+  * Using parsable format 1.0 for debian/copyright.
+  * Now using source format 3.0 (quilt).
+  * Build-depends on python (>= 2.6.6-3~) instead of python-support.
+  * Standard-Version is now 3.9.4 (no change but the above).
+  * Added a debian/watch file.
+  * Disabled test suite as it fails.
+
+ -- Thomas Goirand <zigo at debian.org>  Fri, 15 Feb 2013 05:23:19 +0000
+
+python-fixtures (0.3.6-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "FTBFS: AttributeError: 'BrokenFixture' object has no attribute
+    'items'": add patch from Emanuele Aina (add missing calls to
+    getDetails()).
+    (Closes: #665018)
+
+ -- gregor herrmann <gregoa at debian.org>  Fri, 06 Jul 2012 16:48:36 -0600
+
+python-fixtures (0.3.6-1) unstable; urgency=low
+
+  * New upstream release.
+  * Runtime dependency on testtools due to upstream change.
+
+ -- Robert Collins <robertc at robertcollins.net>  Thu, 23 Jun 2011 20:40:06 +1200
+
+python-fixtures (0.3.5-1) unstable; urgency=low
+
+  * First debian upload. Closes: #602685
+  * New upstream release.
+
+ -- Robert Collins <robertc at robertcollins.net>  Sun, 07 Nov 2010 19:50:46 +1300
+
+python-fixtures (0.3.4-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Robert Collins <robertc at robertcollins.net>  Tue, 26 Oct 2010 09:31:20 +1300
+
+python-fixtures (0.3-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Robert Collins <robertc at robertcollins.net>  Sat, 18 Sep 2010 15:07:46 +1200
+
+python-fixtures (0.2-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Robert Collins <robertc at robertcollins.net>  Sun, 12 Sep 2010 10:53:42 +1200

Added: packages/python-fixtures/trunk/debian/compat
===================================================================
--- packages/python-fixtures/trunk/debian/compat	                        (rev 0)
+++ packages/python-fixtures/trunk/debian/compat	2013-02-18 03:57:46 UTC (rev 23514)
@@ -0,0 +1 @@
+9

Added: packages/python-fixtures/trunk/debian/control
===================================================================
--- packages/python-fixtures/trunk/debian/control	                        (rev 0)
+++ packages/python-fixtures/trunk/debian/control	2013-02-18 03:57:46 UTC (rev 23514)
@@ -0,0 +1,22 @@
+Source: python-fixtures
+Section: python
+Priority: optional
+Maintainer: Robert Collins <robertc at robertcollins.net>
+Build-Depends: debhelper (>= 9), cdbs (>= 0.4.49),
+ python-all-dev (>= 2.3.5-11)
+Build-Depends-Indep: python-docutils, python (>= 2.6.6-3~),
+  python-testtools (>= 0.9.11)
+Standards-Version: 3.9.4
+
+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
+ 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.

Added: packages/python-fixtures/trunk/debian/copyright
===================================================================
--- packages/python-fixtures/trunk/debian/copyright	                        (rev 0)
+++ packages/python-fixtures/trunk/debian/copyright	2013-02-18 03:57:46 UTC (rev 23514)
@@ -0,0 +1,57 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: fixtures
+Upstream-Contact: Robert Collins <robertc at robertcollins.net>
+Source: http://pypi.python.org/pypi/fixtures
+
+Files: debian/*
+Copyright: (c) 2010-2012, Robert Collins <robertc at robertcollins.net>
+	(c) 2013, Thomas Goirand <zigo at debian.org>
+License: Apache-2.0-or-BSD
+
+Files: *
+Copyright: (c) 2010-2013, Robert Collins <robertc at robertcollins.net>
+License: Apache-2.0-or-BSD
+
+License: Apache-2.0-or-BSD
+ Licensed under either the Apache License, Version 2.0 or the BSD 3-clause
+ license at the users choice. A copy of both licenses are available in the
+ project source as Apache-2.0 and BSD. You may not use this file except in
+ compliance with one of these two licences.
+ .
+ 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 systems, the full text of these licenses can be found in
+ /usr/share/common-licenses/Apache-2.0 and /usr/share/common-licenses/BSD.
+ .
+ BSD License:
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ .
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+ .
+ 2. Redistributions in binary form must reproduce the above copyright
+    notice, this list of conditions and the following disclaimer in the
+    documentation and/or other materials provided with the distribution.
+ .
+ 3. Neither the name of Robert Collins nor the names of Subunit contributors
+    may be used to endorse or promote products derived from this software
+    without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY ROBERT COLLINS AND SUBUNIT CONTRIBUTORS ``AS IS''
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ SUCH DAMAGE.

Added: packages/python-fixtures/trunk/debian/pycompat
===================================================================
--- packages/python-fixtures/trunk/debian/pycompat	                        (rev 0)
+++ packages/python-fixtures/trunk/debian/pycompat	2013-02-18 03:57:46 UTC (rev 23514)
@@ -0,0 +1 @@
+2

Added: packages/python-fixtures/trunk/debian/pyversions
===================================================================
--- packages/python-fixtures/trunk/debian/pyversions	                        (rev 0)
+++ packages/python-fixtures/trunk/debian/pyversions	2013-02-18 03:57:46 UTC (rev 23514)
@@ -0,0 +1 @@
+2.4-

Added: packages/python-fixtures/trunk/debian/rules
===================================================================
--- packages/python-fixtures/trunk/debian/rules	                        (rev 0)
+++ packages/python-fixtures/trunk/debian/rules	2013-02-18 03:57:46 UTC (rev 23514)
@@ -0,0 +1,15 @@
+#!/usr/bin/make -f
+
+DEB_PYTHON_SYSTEM=pysupport
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+
+clean::
+	-rm -rf build
+	-rm tests.log
+	find . -name "*.pyc" -print0 | xargs -0 rm -f
+
+# In the event of
+#common-post-build-indep::
+#	PYTHONPATH=lib python -m testtools.run fixtures.test_suite


Property changes on: packages/python-fixtures/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/python-fixtures/trunk/debian/source/format
===================================================================
--- packages/python-fixtures/trunk/debian/source/format	                        (rev 0)
+++ packages/python-fixtures/trunk/debian/source/format	2013-02-18 03:57:46 UTC (rev 23514)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/python-fixtures/trunk/debian/watch
===================================================================
--- packages/python-fixtures/trunk/debian/watch	                        (rev 0)
+++ packages/python-fixtures/trunk/debian/watch	2013-02-18 03:57:46 UTC (rev 23514)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/f/fixtures/fixtures-(.*)\.tar.gz




More information about the Python-modules-commits mailing list