[Python-modules-commits] r21060 - in packages/mocker/trunk (10 files)

plessy at users.alioth.debian.org plessy at users.alioth.debian.org
Thu Apr 5 13:57:49 UTC 2012


    Date: Thursday, April 5, 2012 @ 13:57:40
  Author: plessy
Revision: 21060

[svn-inject] Application des modifications Debian (1.0-1) pour le tronc

Added:
  packages/mocker/trunk/debian/
  packages/mocker/trunk/debian/changelog
  packages/mocker/trunk/debian/compat
  packages/mocker/trunk/debian/control
  packages/mocker/trunk/debian/copyright
  packages/mocker/trunk/debian/pycompat
  packages/mocker/trunk/debian/rules
  packages/mocker/trunk/debian/source/
  packages/mocker/trunk/debian/source/format
  packages/mocker/trunk/debian/watch


Property changes on: packages/mocker/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/mocker/trunk/debian/changelog
===================================================================
--- packages/mocker/trunk/debian/changelog	                        (rev 0)
+++ packages/mocker/trunk/debian/changelog	2012-04-05 13:57:40 UTC (rev 21060)
@@ -0,0 +1,12 @@
+mocker (1.0-1) experimental; urgency=low
+
+  * Initial Debian upload (Closes: #595209)
+
+ -- Andrew Mitchell <ajmitch at debian.org>  Thu, 02 Sep 2010 14:32:59 +1200
+
+mocker (1.0-0ubuntu1) maverick; urgency=low
+
+  * Initial Ubuntu package for mocker (LP: #453466)
+
+ -- Rodney Dawes <rodney.dawes at ubuntu.com>  Mon, 21 Jun 2010 13:26:42 -0400
+

Added: packages/mocker/trunk/debian/compat
===================================================================
--- packages/mocker/trunk/debian/compat	                        (rev 0)
+++ packages/mocker/trunk/debian/compat	2012-04-05 13:57:40 UTC (rev 21060)
@@ -0,0 +1 @@
+5

Added: packages/mocker/trunk/debian/control
===================================================================
--- packages/mocker/trunk/debian/control	                        (rev 0)
+++ packages/mocker/trunk/debian/control	2012-04-05 13:57:40 UTC (rev 21060)
@@ -0,0 +1,22 @@
+Source: mocker
+Maintainer: Andrew Mitchell <ajmitch at debian.org>
+Uploaders: Rodney Dawes <rodney.dawes at ubuntu.com>
+Section: python
+Priority: optional
+Standards-Version: 3.9.1
+Build-Depends-Indep:
+    python-setuptools,
+    python-support
+Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.38), python-all
+XS-Python-Version: all
+Homepage: http://labix.org/mocker
+
+Package: python-mocker
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+XB-Python-Version: ${python:Versions}
+Description: Mocker object mocking framework
+ Mocker provides an API for mocking Python objects in unit tests. Mocker
+ provides graceful creation of test doubles (mocks, stubs, fakes, and dummies)
+ for Python testing needs.
+

Added: packages/mocker/trunk/debian/copyright
===================================================================
--- packages/mocker/trunk/debian/copyright	                        (rev 0)
+++ packages/mocker/trunk/debian/copyright	2012-04-05 13:57:40 UTC (rev 21060)
@@ -0,0 +1,36 @@
+This is python-mocker, packaged for Ubuntu by Rodney Dawes.
+
+Homepage is http://labix.org/mocker
+
+Copyright (c) 2007-2010, Gustavo Niemeyer <gustavo at niemeyer.net>
+
+License: BSD
+
+============================================================================
+
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+    * Redistributions of source code must retain the above copyright notice,
+      this list of conditions and the following disclaimer.
+    * 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.
+    * Neither the name of the copyright holder nor the names of its
+      contributors may be used to endorse or promote products derived from
+      this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND 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 COPYRIGHT OWNER 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/mocker/trunk/debian/pycompat
===================================================================
--- packages/mocker/trunk/debian/pycompat	                        (rev 0)
+++ packages/mocker/trunk/debian/pycompat	2012-04-05 13:57:40 UTC (rev 21060)
@@ -0,0 +1 @@
+2

Added: packages/mocker/trunk/debian/rules
===================================================================
--- packages/mocker/trunk/debian/rules	                        (rev 0)
+++ packages/mocker/trunk/debian/rules	2012-04-05 13:57:40 UTC (rev 21060)
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+DEB_PYTHON_SYSTEM=pysupport
+include /usr/share/cdbs/1/class/python-distutils.mk
+
+common-build-arch common-build-indep:: debian/stamp-check
+debian/stamp-check:
+	cd $(DEB_SRCDIR) && $(call cdbs_python_binary,python$(cdbs_python_compile_version)) test.py
+	touch $@
+
+makefile-clean::
+	rm -f debian/stamp-check


Property changes on: packages/mocker/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/mocker/trunk/debian/source/format
===================================================================
--- packages/mocker/trunk/debian/source/format	                        (rev 0)
+++ packages/mocker/trunk/debian/source/format	2012-04-05 13:57:40 UTC (rev 21060)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/mocker/trunk/debian/watch
===================================================================
--- packages/mocker/trunk/debian/watch	                        (rev 0)
+++ packages/mocker/trunk/debian/watch	2012-04-05 13:57:40 UTC (rev 21060)
@@ -0,0 +1,3 @@
+version=3
+http://launchpad.net/mocker/+download .*/mocker-([0-9.]+)\.tar\.bz2
+




More information about the Python-modules-commits mailing list