Index: trunk/debs/testswarm/debian/changelog |
— | — | @@ -1,4 +1,4 @@ |
2 | | -testswarm (0.0.20111012-1) unstable; urgency=low |
| 2 | +testswarm (0.1.0-1) unstable; urgency=low |
3 | 3 | |
4 | 4 | * Initial import from https://github.com/jquery/testswarm |
5 | 5 | * Package version uses last commit date |
Index: trunk/debs/testswarm/debian/testswarm.config |
— | — | @@ -5,7 +5,7 @@ |
6 | 6 | . /usr/share/debconf/confmodule |
7 | 7 | if [ -f /usr/share/dbconfig-common/dpkg/config.mysql ]; then |
8 | 8 | . /usr/share/dbconfig-common/dpkg/config.mysql |
9 | | - dbc_first_version="0.0.20111012-1" |
| 9 | + dbc_first_version="0.1.0-1" |
10 | 10 | dbc_load_include="php:/etc/testswarm/debian.php" |
11 | 11 | dbc_go testswarm $@ |
12 | 12 | fi |
Index: trunk/debs/testswarm/debian/testswarm.postinst |
— | — | @@ -9,7 +9,7 @@ |
10 | 10 | |
11 | 11 | . /usr/share/debconf/confmodule |
12 | 12 | . /usr/share/dbconfig-common/dpkg/postinst.mysql |
13 | | -dbc_first_version="0.0.20111012-1" |
| 13 | +dbc_first_version="0.1.0-1" |
14 | 14 | dbc_generate_include="template:/usr/share/testswarm/site/config.ini" |
15 | 15 | dbc_generate_include_args="-otemplate_infile=/etc/testswarm/config.Debian.ini" |
16 | 16 | #dbc_generate_include="php:/etc/testswarm/debian.php" |