[Python-modules-commits] r22633 - in packages (9 files)
davidvilla-guest at users.alioth.debian.org
davidvilla-guest at users.alioth.debian.org
Mon Sep 3 16:26:17 UTC 2012
Date: Monday, September 3, 2012 @ 16:26:15
Author: davidvilla-guest
Revision: 22633
debian dir alfa
Added:
packages/python-doublex/
packages/python-doublex/trunk/
packages/python-doublex/trunk/debian/
packages/python-doublex/trunk/debian/changelog
packages/python-doublex/trunk/debian/compat
packages/python-doublex/trunk/debian/control
packages/python-doublex/trunk/debian/copyright
packages/python-doublex/trunk/debian/rules
packages/python-doublex/trunk/debian/watch
Property changes on: packages/python-doublex/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
+ yes
Added: packages/python-doublex/trunk/debian/changelog
===================================================================
--- packages/python-doublex/trunk/debian/changelog (rev 0)
+++ packages/python-doublex/trunk/debian/changelog 2012-09-03 16:26:15 UTC (rev 22633)
@@ -0,0 +1,5 @@
+python-doublex (0.5) unstable; urgency=low
+
+ * Initial release (Closes: #000000)
+
+ -- David Villa Alises <David.Villa at gmail.com> Mon, 03 Sep 2012 18:11:35 +0200
Added: packages/python-doublex/trunk/debian/compat
===================================================================
--- packages/python-doublex/trunk/debian/compat (rev 0)
+++ packages/python-doublex/trunk/debian/compat 2012-09-03 16:26:15 UTC (rev 22633)
@@ -0,0 +1 @@
+7
Added: packages/python-doublex/trunk/debian/control
===================================================================
--- packages/python-doublex/trunk/debian/control (rev 0)
+++ packages/python-doublex/trunk/debian/control 2012-09-03 16:26:15 UTC (rev 22633)
@@ -0,0 +1,24 @@
+Source: python-doublex
+Section: python
+Priority: optional
+Maintainer: David Villa Alises <David.Villa at uclm.es>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7.0.50~), python (>= 2.6.6-3~)
+Standards-Version: 3.9.2
+X-Python-Version: >= 2.6
+Homepage: https://bitbucket.org/DavidVilla/python-doublex
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-doublex
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-doublex/trunk/
+
+Package: python-doublex
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, python-hamcrest
+Description: doublex is a test doubles framework for the Python platform.
+ doublex is a test doubles framework for the Python platform. Test doubles frameworks are
+ also called mocking or isolation frameworks. doublex can be used as a testing tool or as
+ a Test Driven Development tool.
+ .
+ It generates stubs, spies, and mock objects using a minimal interface. It support
+ hamcrest matchers both stub definitions and spy checking. All assertions are done using
+ hamcrest assert_that(). Moreover, itâs been designed to make your tests less fragile when
+ possible.
Added: packages/python-doublex/trunk/debian/copyright
===================================================================
--- packages/python-doublex/trunk/debian/copyright (rev 0)
+++ packages/python-doublex/trunk/debian/copyright 2012-09-03 16:26:15 UTC (rev 22633)
@@ -0,0 +1,41 @@
+This work was packaged for Debian by:
+
+ David Villa Alises <David.Villa at gmail.com> on Mon, 3 Sep 2012 18:00:00 +0100
+
+It was downloaded from:
+
+ https://bitbucket.org/DavidVilla/python-doublex
+
+Upstream Author:
+
+ David Villa Alises <David.Villa at gmail.com>
+
+
+Copyright:
+
+ Copyright (C) 2012 David Villa Alises <David.Villa at gmail.com>
+
+
+License:
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+
+On Debian systems, the complete text of the GNU General
+Public License version 3 can be found in `/usr/share/common-licenses/GPL-3'.
+
+The Debian packaging is:
+
+ Copyright (C) 2012 David Villa Alises <David.Villa at gmail.com>
+
+and is licensed under the GPL version 3, see above.
Added: packages/python-doublex/trunk/debian/rules
===================================================================
--- packages/python-doublex/trunk/debian/rules (rev 0)
+++ packages/python-doublex/trunk/debian/rules 2012-09-03 16:26:15 UTC (rev 22633)
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+%:
+ dh $@ --with=python2
Property changes on: packages/python-doublex/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/python-doublex/trunk/debian/watch
===================================================================
--- packages/python-doublex/trunk/debian/watch (rev 0)
+++ packages/python-doublex/trunk/debian/watch 2012-09-03 16:26:15 UTC (rev 22633)
@@ -0,0 +1 @@
+# this package is maintained by upstream author
More information about the Python-modules-commits
mailing list