[Python-apps-commits] r9152 - in packages/atheist/trunk/debian (2 files)

davidvilla-guest at users.alioth.debian.org davidvilla-guest at users.alioth.debian.org
Thu Sep 27 21:11:59 UTC 2012


    Date: Thursday, September 27, 2012 @ 21:11:57
  Author: davidvilla-guest
Revision: 9152

removing mockfs

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

Deleted: packages/atheist/trunk/debian/atheist-mockfs.install
===================================================================
--- packages/atheist/trunk/debian/atheist-mockfs.install	2012-09-26 15:05:37 UTC (rev 9151)
+++ packages/atheist/trunk/debian/atheist-mockfs.install	2012-09-27 21:11:57 UTC (rev 9152)
@@ -1 +0,0 @@
-usr/lib/python*/*/atheist/plugins/MockFS.py

Modified: packages/atheist/trunk/debian/control
===================================================================
--- packages/atheist/trunk/debian/control	2012-09-26 15:05:37 UTC (rev 9151)
+++ packages/atheist/trunk/debian/control	2012-09-27 21:11:57 UTC (rev 9152)
@@ -1,7 +1,7 @@
 Source: atheist
 Section: python
 Priority: optional
-Maintainer: David Villa Alises <David.Villa at uclm.es>
+Maintainer: David Villa Alises <David.Villa at gmail.com>
 Uploaders: Francisco Moya <paco at debian.org>
 Homepage: https://savannah.nongnu.org/projects/atheist/
 Build-Depends: cdbs, debhelper (>= 7.0.50~), python-sphinx (>= 0.6.2),
@@ -27,7 +27,7 @@
 Architecture: all
 Suggests: atheist-plugins (>= 0.20110402-1)
 Depends: ${misc:Depends}, ${python:Depends},
- libjs-jquery, nmap, python-pyarco (= ${binary:Version}) , python-configobj
+ libjs-jquery, nmap, python-pyarco (= ${binary:Version}), python-configobj
 Description: General purpose command-line testing tool
  Atheist allows you to specify the behaviour of your tests in a
  declarative way using many predefined structures (such as Task,
@@ -43,14 +43,14 @@
 Replaces: atheist (<< 0.20110402-1)
 Breaks: atheist (<< 0.20110402-1)
 Depends: ${misc:Depends},
-		 atheist (= ${binary:Version}),
-		 atheist-cxxtest (= ${binary:Version}),
-		 atheist-debian (= ${binary:Version}),
-		 atheist-extra-notifiers (= ${binary:Version}),
-		 atheist-inotify-runner (= ${binary:Version}),
-		 atheist-junit (= ${binary:Version}),
-		 atheist-webtest (= ${binary:Version}),
-Description: Metapackage of plugins for Atheist
+ 	 atheist (= ${binary:Version}),
+ 	 atheist-cxxtest (= ${binary:Version}),
+ 	 atheist-debian (= ${binary:Version}),
+ 	 atheist-extra-notifiers (= ${binary:Version}),
+ 	 atheist-inotify-runner (= ${binary:Version}),
+ 	 atheist-junit (= ${binary:Version}),
+ 	 atheist-webtest (= ${binary:Version}),
+Description: Metapackage for Atheist plugins
  Atheist allows you to specify the behaviour of your tests in a
  declarative way using many predefined structures (such as Task,
  Conditions, Daemons, etc.) and provides detailed statistics.
@@ -152,10 +152,3 @@
 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