Strabon
changeset 1508:9298aa0b7856
See also Changelog: corrected jar references to scripts used for debian packaging
author | Giannis Vlachopoulos <johnvl@di.uoa.gr> |
---|---|
date | Wed Mar 18 14:03:01 2015 +0200 (2015-03-18) |
parents | 28e8af7e0cd7 |
children | c47780f6d3a1 38b0c0a12614 |
files | ChangeLog endpoint-exec/src/deb/control/control endpoint-exec/strabon-endpoint runtime/src/deb/control/control |
line diff
1.1 --- a/ChangeLog Fri Mar 13 10:51:45 2015 +0200 1.2 +++ b/ChangeLog Wed Mar 18 14:03:01 2015 +0200 1.3 @@ -1,4 +1,8 @@ 1.4 Wed Mar 11 21:02:48 2015 Pyravlos Team 1.5 + 1.6 + * Update jar references on scripts used by the debian packaging. 1.7 + Previously these references pointed only (incorrectly) to 1.8 + SNAPSHOTs. 1.9 1.10 * Updated package names (since repositories cannot include capital 1.11 letters + runtime and endpoint-exec must have different names
2.1 --- a/endpoint-exec/src/deb/control/control Fri Mar 13 10:51:45 2015 +0200 2.2 +++ b/endpoint-exec/src/deb/control/control Wed Mar 18 14:03:01 2015 +0200 2.3 @@ -1,5 +1,5 @@ 2.4 Package: strabon-endpoint 2.5 -Version: 3.2.11-SNAPSHOT 2.6 +Version: 3.3.2-SNAPSHOT 2.7 Section: strabon-endpoint 2.8 Priority: optional 2.9 Architecture: all
3.1 --- a/endpoint-exec/strabon-endpoint Fri Mar 13 10:51:45 2015 +0200 3.2 +++ b/endpoint-exec/strabon-endpoint Wed Mar 18 14:03:01 2015 +0200 3.3 @@ -1,4 +1,4 @@ 3.4 #!/bin/bash 3.5 3.6 -java -jar /usr/share/jdeb/lib/strabon-endpoint-executable-*-SNAPSHOT.jar "$@" 3.7 +java -jar /usr/share/jdeb/lib/strabon-endpoint-executable-*.jar "$@" 3.8
4.1 --- a/runtime/src/deb/control/control Fri Mar 13 10:51:45 2015 +0200 4.2 +++ b/runtime/src/deb/control/control Wed Mar 18 14:03:01 2015 +0200 4.3 @@ -1,5 +1,5 @@ 4.4 Package: strabon-cmd 4.5 -Version: 3.2.11-SNAPSHOT 4.6 +Version: 3.3.2-SNAPSHOT 4.7 Section: strabon-cmd 4.8 Priority: optional 4.9 Architecture: all