Description: fixed vars file format 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. . ocfs2-tools (1.6.4-2ubuntu8) precise; urgency=low . * fixed json vars file Author: David Montalva Furio --- 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: --- ocfs2-tools-1.6.4.orig/vars/ocfs2 +++ ocfs2-tools-1.6.4/vars/ocfs2 @@ -7,7 +7,7 @@ ], "description": "set the device formated in ocfs2 filesystem", "value": null - }; + }, "OCFS2_NET_EXPORT_DIRS": { "function": "lliurex.variables.ocfs2_net_export_dirs.init", "packages": [ @@ -15,5 +15,5 @@ ], "description": "set the folders mounted in ocfs2 cluster", "value": null - }; + } }