Index: trunk/debs/testswarm/debian/control |
— | — | @@ -12,4 +12,9 @@ |
13 | 13 | Depends: apache2, libapache2-mod-php5 | php5, php5-mysql, mysql-server, ucf, dbconfig-common, ${shlibs:Depends}, ${misc:Depends} |
14 | 14 | Recommends: mysql-client |
15 | 15 | Description: Javascript unit test runner |
16 | | - <insert long description, indented with spaces> |
| 16 | + Testswarm provides distributed continuous integration testing for JavaScript. |
| 17 | + . |
| 18 | + The primary goal of TestSwarm is to take the complicated, and time-consuming, |
| 19 | + process of running JavaScript test suites in multiple browsers and to grossly |
| 20 | + simplify it. It achieves this goal by providing all the tools necessary for |
| 21 | + creating a continuous integration workflow for your JavaScript project. |
Index: trunk/debs/testswarm/debian/changelog |
— | — | @@ -4,7 +4,7 @@ |
5 | 5 | up their own configuration in /etc/apache2/sites-available then symlink |
6 | 6 | in /etc/apache2/sites-enabled. |
7 | 7 | |
8 | | - -- Antoine Musso <amusso@wikimedia.org> Tue, 13 Dec 2011 15:12:14 +0000 |
| 8 | + -- Antoine Musso <amusso@wikimedia.org> Tue, 13 Dec 2011 15:12:14 +0000 |
9 | 9 | |
10 | 10 | testswarm (0.1.0-2) unstable; urgency=low |
11 | 11 | * symlink testswarm apache conf in /etc/apache2/sites-enabled |