Description: TODO: Put a short summary on the line above and replace this paragraph with a longer explanation of this change. Complete the meta-information with other relevant fields (see below for details). To make it easier, the information below has been extracted from the changelog. Adjust it or drop it. . jclic (0.2.1.0-1) unstable; urgency=low . * New upstream version * Fixed bashism in jclic launcher (Closes: #581114) * Switch to dpkg-source 3.0 (quilt) format * debian/control: bumped standards version to 3.8.4 * debian/control: added quilt build dependency * fix detection of PulseAudio and remote DISPLAY, thanks again to Mario Izquierdo for his hints (Closes: #576465) Author: José L. Redrejo Rodríguez Bug-Debian: http://bugs.debian.org/576465 Bug-Debian: http://bugs.debian.org/581114 --- The information above should follow the Patch Tagging Guidelines, please checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here are templates for supplementary fields that you might want to add: Origin: , Bug: Bug-Debian: http://bugs.debian.org/ Bug-Ubuntu: https://launchpad.net/bugs/ Forwarded: Reviewed-By: Last-Update: --- jclic-0.2.1.0.orig/src/player/edu/xtec/jclic/PlayerSettings.java +++ jclic-0.2.1.0/src/player/edu/xtec/jclic/PlayerSettings.java @@ -76,7 +76,7 @@ public class PlayerSettings extends Obje CFG_FILE="jclic.cfg", DEFAULT_SKIN="@default.xml", DEFAULT_REPORTER="TCPReporter", - DEFAULT_REPORTER_PARAMS="path=localhost:9000"; + DEFAULT_REPORTER_PARAMS="path=server:9000"; /** Creates new PlayerSettings */ public PlayerSettings(ResourceBridge rb, String fromPath /*, Options options*/){ --- jclic-0.2.1.0.orig/src/report/jclicReports.properties +++ jclic-0.2.1.0/src/report/jclicReports.properties @@ -10,7 +10,10 @@ # PointBase: com.pointbase.jdbc.jdbcUniversalDriver # Oracle: oracle.jdbc.driver.OracleDriver #-------------------------------------------------------------------------- -dbDriver=sun.jdbc.odbc.JdbcOdbcDriver +# ---Lliurex 02.05.2013 --- +dbDriver=com.mysql.jdbc.Driver +# ---Lliurex 02.05.2013 --- +#dbDriver=sun.jdbc.odbc.JdbcOdbcDriver #-------------------------------------------------------------------------- @@ -21,15 +24,21 @@ dbDriver=sun.jdbc.odbc.JdbcOdbcDriver # PointBase: jdbc:pointbase:jclic # Oracle: jdbc:oracle:thin:@server.domain.com:1521:database #-------------------------------------------------------------------------- -dbServer=jdbc:odbc:JClic +# ---Lliurex 02.05.2013 --- +#dbServer=jdbc:odbc:JClic +# ---Lliurex 02.05.2013 --- +dbServer=jdbc:mysql://127.0.0.1/JClicReports?autoReconnect=true&relaxAutoCommit=true #-------------------------------------------------------------------------- # DB system username and password (not mandatory in some DBMS) #-------------------------------------------------------------------------- -dbLogin=clic_user -dbPassword=clic_pwd - +#dbLogin=clic_user +#dbPassword=clic_pwd +# ---Lliurex 02.05.2013 --- +dbLogin=jclic_user +dbPassword=jclic_pwd +# ---Lliurex 02.05.2013 --- #-------------------------------------------------------------------------- # If not exist, automatically create tables on first run @@ -110,6 +119,9 @@ graph_width=440 graph_dist_width=192 graph_height=155 graph_header_height=25 +# ---Lliurex 02.05.2013 --- +browser=firefox +# ---Lliurex 02.05.2013 --- graph_margin=8 graph_color_bg=F0F8FF graph_color_text=000000 --- jclic-0.2.1.0.orig/src/report/reportServlets/edu/xtec/jclic/jclicReports.properties +++ jclic-0.2.1.0/src/report/reportServlets/edu/xtec/jclic/jclicReports.properties @@ -10,7 +10,10 @@ # PointBase: com.pointbase.jdbc.jdbcUniversalDriver # Oracle: oracle.jdbc.driver.OracleDriver #-------------------------------------------------------------------------- -dbDriver=sun.jdbc.odbc.JdbcOdbcDriver +# ---Lliurex 02.05.2013 --- +dbDriver=com.mysql.jdbc.Driver +# ---Lliurex 02.05.2013 --- +#dbDriver=sun.jdbc.odbc.JdbcOdbcDriver #-------------------------------------------------------------------------- @@ -21,14 +24,21 @@ dbDriver=sun.jdbc.odbc.JdbcOdbcDriver # PointBase: jdbc:pointbase:jclic # Oracle: jdbc:oracle:thin:@server.domain.com:1521:database #-------------------------------------------------------------------------- -dbServer=jdbc:odbc:JClic +# ---Lliurex 02.05.2013 --- +#dbServer=jdbc:odbc:JClic +# ---Lliurex 02.05.2013 --- +dbServer=jdbc:mysql://127.0.0.1/JClicReports?autoReconnect=true&relaxAutoCommit=true #-------------------------------------------------------------------------- # DB system username and password (not mandatory in some DBMS) #-------------------------------------------------------------------------- -dbLogin=clic_user -dbPassword=clic_pwd +#dbLogin=clic_user +#dbPassword=clic_pwd +# ---Lliurex 02.05.2013 --- +dbLogin=jclic_user +dbPassword=jclic_pwd +# ---Lliurex 02.05.2013 --- #-------------------------------------------------------------------------- @@ -115,6 +125,9 @@ graph_width=440 graph_dist_width=192 graph_height=155 graph_header_height=25 +# ---Lliurex 02.05.2013 --- +browser=firefox +# ---Lliurex 02.05.2013 --- graph_margin=8 graph_color_bg=F0F8FF graph_color_text=000000