[Python-apps-commits] r7385 - in packages/atheist/trunk/debian (4 files)

davidvilla-guest at users.alioth.debian.org davidvilla-guest at users.alioth.debian.org
Mon Aug 1 22:51:53 UTC 2011


    Date: Monday, August 1, 2011 @ 22:51:51
  Author: davidvilla-guest
Revision: 7385

new version

Added:
  packages/atheist/trunk/debian/atheist-mockfs.install
Modified:
  packages/atheist/trunk/debian/atheist.install
  packages/atheist/trunk/debian/changelog
  packages/atheist/trunk/debian/control

Added: packages/atheist/trunk/debian/atheist-mockfs.install
===================================================================
--- packages/atheist/trunk/debian/atheist-mockfs.install	                        (rev 0)
+++ packages/atheist/trunk/debian/atheist-mockfs.install	2011-08-01 22:51:51 UTC (rev 7385)
@@ -0,0 +1 @@
+usr/lib/python*/*/atheist/plugins/MockFS.py

Modified: packages/atheist/trunk/debian/atheist.install
===================================================================
--- packages/atheist/trunk/debian/atheist.install	2011-07-30 22:36:25 UTC (rev 7384)
+++ packages/atheist/trunk/debian/atheist.install	2011-08-01 22:51:51 UTC (rev 7385)
@@ -14,5 +14,6 @@
 usr/lib/python*/*/atheist/plugins/python.py
 usr/lib/python*/*/atheist/plugins/SMTP.py
 usr/lib/python*/*/atheist/plugins/StepRunner.py
+usr/lib/python*/*/atheist/plugins/task-plugins.py
 usr/lib/python*/*/atheist/plugins/UntilFailRunner.py
 usr/lib/python*/*/atheist/plugins/XUnitReporter.py

Modified: packages/atheist/trunk/debian/changelog
===================================================================
--- packages/atheist/trunk/debian/changelog	2011-07-30 22:36:25 UTC (rev 7384)
+++ packages/atheist/trunk/debian/changelog	2011-08-01 22:51:51 UTC (rev 7385)
@@ -1,3 +1,9 @@
+atheist (0.20110801-1) UNRELEASED; urgency=low
+
+  * New release
+
+ -- David Villa Alises <David.Villa at uclm.es>  Tue, 02 Aug 2011 00:38:04 +0200
+
 atheist (0.20110726-1) unstable; urgency=low
 
   * New release

Modified: packages/atheist/trunk/debian/control
===================================================================
--- packages/atheist/trunk/debian/control	2011-07-30 22:36:25 UTC (rev 7384)
+++ packages/atheist/trunk/debian/control	2011-08-01 22:51:51 UTC (rev 7385)
@@ -146,10 +146,16 @@
  This plugin for Atheist allows one to test access to webserver and apply
  content conditions to the files that it holds.
 
-
 Package: atheist-junit
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}, atheist (= ${binary:Version}), junit4
 Description: JUnit plugin for Atheist
  This plugin for Atheist integrates Java unit tests by means the JUnit
  framework.
+
+Package: atheist-mockfs
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}, atheist (= ${binary:Version}), python-fs
+Description: Mock file system for Atheist
+ This plugin provides the task MockFS. It is a in-memory filesystem to mock file
+ operations in system tests




More information about the Python-apps-commits mailing list