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+lliurex7) precise; urgency=low . * Added oracle-java7-installer dependence Author: Jaime Munyoz Fayos --- 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/core/edu/xtec/jclic/Player.java +++ jclic-0.2.1.0/src/core/edu/xtec/jclic/Player.java @@ -1568,6 +1568,7 @@ public class Player extends JPanel imple System.exit(0); } catch(Exception ex){ System.err.println("Unable to exit!\n"+ex); + System.exit(0); } } } --- jclic-0.2.1.0.orig/src/core/edu/xtec/jclic/media/EventSounds.java +++ jclic-0.2.1.0/src/core/edu/xtec/jclic/media/EventSounds.java @@ -220,11 +220,17 @@ public class EventSounds extends Object } public void close(){ + try{ for(int i=0; i