{"diffoscope-json-version": 1, "source1": "/srv/reproducible-results/rbuild-debian/r-b-build.6fGUGigD/b1/starjava-ttools_3.5.2-1_amd64.changes", "source2": "/srv/reproducible-results/rbuild-debian/r-b-build.6fGUGigD/b2/starjava-ttools_3.5.2-1_amd64.changes", "unified_diff": null, "details": [{"source1": "Files", "source2": "Files", "unified_diff": "@@ -1,6 +1,6 @@\n \n- f9ea3d9d782b0e1a4f1fc7769348a77e 67592 java optional jython-stilts_3.5.2-1_all.deb\n+ 0e9177f61e5ddfda3bf8a2d3b36bf0c7 67596 java optional jython-stilts_3.5.2-1_all.deb\n 868d0cef829f4af1c7fcb3bdddabd1ca 1271820 doc optional starlink-ttools-java-doc_3.5.2-1_all.deb\n- dfe5c4df9c09790b168c8f6415b737d9 5359192 java optional starlink-ttools-java_3.5.2-1_all.deb\n- 59e5819a3097efd725f1c6e351daa4c9 2547824 doc optional stilts-doc_3.5.2-1_all.deb\n+ 9d277022c2ede42838ea088a01955e57 5359164 java optional starlink-ttools-java_3.5.2-1_all.deb\n+ d0eefbca7a201655245bda74eb59ae03 2547776 doc optional stilts-doc_3.5.2-1_all.deb\n 9c02725c90683118778f5e0d43639378 233416 science optional stilts_3.5.2-1_all.deb\n"}, {"source1": "jython-stilts_3.5.2-1_all.deb", "source2": "jython-stilts_3.5.2-1_all.deb", "unified_diff": null, "details": [{"source1": "file list", "source2": "file list", "unified_diff": "@@ -1,3 +1,3 @@\n -rw-r--r-- 0 0 0 4 2025-03-12 21:11:06.000000 debian-binary\n -rw-r--r-- 0 0 0 1372 2025-03-12 21:11:06.000000 control.tar.xz\n--rw-r--r-- 0 0 0 66028 2025-03-12 21:11:06.000000 data.tar.xz\n+-rw-r--r-- 0 0 0 66032 2025-03-12 21:11:06.000000 data.tar.xz\n"}, {"source1": "control.tar.xz", "source2": "control.tar.xz", "unified_diff": null, "details": [{"source1": "control.tar", "source2": "control.tar", "unified_diff": null, "details": [{"source1": "./md5sums", "source2": "./md5sums", "unified_diff": null, "details": [{"source1": "./md5sums", "source2": "./md5sums", "comments": ["Files differ"], "unified_diff": null}]}]}]}, {"source1": "data.tar.xz", "source2": "data.tar.xz", "unified_diff": null, "details": [{"source1": "data.tar", "source2": "data.tar", "unified_diff": null, "details": [{"source1": "./usr/share/jython/Lib/site-packages/stilts.py", "source2": "./usr/share/jython/Lib/site-packages/stilts.py", "unified_diff": "@@ -1520,15 +1520,15 @@\n env = _JyEnvironment()\n env.setValue('format', _map_env_value(format))\n env.setValue('client', _map_env_value(client))\n mode = _stilts.getModeFactory().createObject('samp')\n consumer = mode.createConsumer(env)\n _check_unused_args(env)\n consumer.consume(self)\n- def mode_tosql(self, protocol, db, dbtable, host='localhost', write='create', user='pbuilder1', password=None):\n+ def mode_tosql(self, protocol, db, dbtable, host='localhost', write='create', user='pbuilder2', password=None):\n '''\\\n Writes a new table to an SQL database. You need the appropriate JDBC\n drivers and -Djdbc.drivers set as usual (see SUN/256).\n \n Parameters:\n \n protocol =
\n The handler behaviour may be modified by specifying\n one or more comma-separated name=value configuration options\n in parentheses after the handler name, e.g.\n-\"ascii(params=false,maxParam=160)\".\n+\"ascii(maxCell=158,params=false)\".\n The following options are available:\n \n
params = true|false\n+ maxCell = <int>\n false)\n+ Maximum width in characters of an output table cell. Cells longer than this will be truncated.\n+(Default: 158)\n \n maxParam = <int>\n+ params = true|false\n 160)\n+ Whether to output table parameters as well as row data.\n+(Default: false)\n \n maxCell = <int>\n+ maxParam = <int>\n 158)\n+ Maximum width in characters of an output table parameter. Parameters with values longer than this will be truncated.\n+(Default: 160)\n \n sampledRows = <int>\n \n The handler behaviour may be modified by specifying\n one or more comma-separated name=value configuration options\n in parentheses after the handler name, e.g.\n-\"ipac(params=true,maxParam=100000)\".\n+\"ipac(maxCell=1000,params=true)\".\n The following options are available:\n \n
params = true|false\n+ maxCell = <int>\n true)\n+ Maximum width in characters of an output table cell. Cells longer than this will be truncated.\n+(Default: 1000)\n \n maxParam = <int>\n+ params = true|false\n 100000)\n+ Whether to output table parameters as well as row data.\n+(Default: true)\n \n maxCell = <int>\n+ maxParam = <int>\n 1000)\n+ Maximum width in characters of an output table parameter. Parameters with values longer than this will be truncated.\n+(Default: 100000)\n \n sampledRows = <int>\n \n The handler behaviour may be modified by specifying\n one or more comma-separated name=value configuration options\n in parentheses after the handler name, e.g.\n-\"text(params=true,maxParam=160)\".\n+\"text(maxCell=40,params=true)\".\n The following options are available:\n \n
params = true|false\n+ maxCell = <int>\n true)\n+ Maximum width in characters of an output table cell. Cells longer than this will be truncated.\n+(Default: 40)\n \n maxParam = <int>\n+ params = true|false\n 160)\n+ Whether to output table parameters as well as row data.\n+(Default: true)\n \n maxCell = <int>\n+ maxParam = <int>\n 40)\n+ Maximum width in characters of an output table parameter. Parameters with values longer than this will be truncated.\n+(Default: 160)\n \n sampledRows = <int>\n \n The handler behaviour may be modified by specifying\n one or more comma-separated name=value configuration options\n in parentheses after the handler name, e.g.\n-\"html(standalone=false,maxCell=200)\".\n+\"html(maxCell=200,standalone=false)\".\n The following options are available:\n \n
standalone = true|false\n+ maxCell = <int>\n false)\n+ Maximum width in characters of an output table cell. Cells longer than this will be truncated.\n+(Default: 200)\n \n maxCell = <int>\n+ standalone = true|false\n 200)\n+ If true, the output is a freestanding HTML document complete with HTML, HEAD and BODY tags. If false, the output is just a TABLE element.\n+(Default: false)\n \n \n- [Default: pbuilder1]\n+ [Default: pbuilder2]\n
password = <passwd> (String)\n animate\n parameter is supplied.\n The default value is the number of processors apparently\n available to the JVM.\n \n \n \n- [Default: 42]\n+ [Default: 40]\n
seq = <suffix>[,...] (String[])\n animate\n parameter is supplied.\n The default value is the number of processors apparently\n available to the JVM.\n \n \n \n- [Default: 42]\n+ [Default: 40]\n
projection = sin|aitoff|aitoff0|car|car0 (Projection)\n animate\n parameter is supplied.\n The default value is the number of processors apparently\n available to the JVM.\n \n \n \n- [Default: 42]\n+ [Default: 40]\n
phi = <degrees> (Double)\n animate\n parameter is supplied.\n The default value is the number of processors apparently\n available to the JVM.\n \n \n \n- [Default: 42]\n+ [Default: 40]\n
phi = <degrees> (Double)\n animate\n parameter is supplied.\n The default value is the number of processors apparently\n available to the JVM.\n \n \n \n- [Default: 42]\n+ [Default: 40]\n
seq = <suffix>[,...] (String[])\n animate\n parameter is supplied.\n The default value is the number of processors apparently\n available to the JVM.\n \n \n \n- [Default: 42]\n+ [Default: 40]\n
seq = <suffix>[,...] (String[])\n \n- [Default: pbuilder1]\n+ [Default: pbuilder2]\n
\n- [Default: pbuilder1]\n+ [Default: pbuilder2]\n
where = <sql-condition> (String)\n \n- [Default: pbuilder1]\n+ [Default: pbuilder2]\n