| Offset 1, 6 lines modified | Offset 1, 6 lines modified | ||
| 1 | ·b03f318949ed60f8113cfa785bc6b3bb·16468·libdevel·optional·libkolabxml-dev_1.2.1-5_amd64.deb | 1 | ·b03f318949ed60f8113cfa785bc6b3bb·16468·libdevel·optional·libkolabxml-dev_1.2.1-5_amd64.deb |
| 2 | ·54fb161ebe9cbe2a0a7005ebf180eae2·6883104·debug·optional·libkolabxml1v5-dbgsym_1.2.1-5_amd64.deb | ||
| 3 | · | 2 | ·25dccb1f087548b83b0a7c0a6cc1f4f0·6882452·debug·optional·libkolabxml1v5-dbgsym_1.2.1-5_amd64.deb |
| 3 | ·a642b3f27b0b3e5c9e62fcf539f95345·622720·libs·optional·libkolabxml1v5_1.2.1-5_amd64.deb | ||
| 4 | ·e4dade04a5d8cfd1d7c5ebcd5df9ac9a·5256824·debug·optional·python3-kolabformat-dbgsym_1.2.1-5_amd64.deb | 4 | ·e4dade04a5d8cfd1d7c5ebcd5df9ac9a·5256824·debug·optional·python3-kolabformat-dbgsym_1.2.1-5_amd64.deb |
| 5 | ·c61a324921b2a1a9851381e217355e83·437096·python·optional·python3-kolabformat_1.2.1-5_amd64.deb | 5 | ·c61a324921b2a1a9851381e217355e83·437096·python·optional·python3-kolabformat_1.2.1-5_amd64.deb |
| Offset 1, 3 lines modified | Offset 1, 3 lines modified | ||
| 1 | -rw-r--r--···0········0········0········4·2023-12-12·10:49:45.000000·debian-binary | 1 | -rw-r--r--···0········0········0········4·2023-12-12·10:49:45.000000·debian-binary |
| 2 | -rw-r--r--···0········0········0····279 | 2 | -rw-r--r--···0········0········0····27960·2023-12-12·10:49:45.000000·control.tar.xz |
| 3 | -rw-r--r--···0········0········0···59 | 3 | -rw-r--r--···0········0········0···594568·2023-12-12·10:49:45.000000·data.tar.xz |
| Offset 1, 4 lines modified | Offset 1, 4 lines modified | ||
| 1 | Displaying·notes·found·in:·.note.gnu.build-id | 1 | Displaying·notes·found·in:·.note.gnu.build-id |
| 2 | ··Owner················Data·size·» Description | 2 | ··Owner················Data·size·» Description |
| 3 | ··GNU··················0x00000014» NT_GNU_BUILD_ID·(unique·build·ID·bitstring)» ····Build·ID:· | 3 | ··GNU··················0x00000014» NT_GNU_BUILD_ID·(unique·build·ID·bitstring)» ····Build·ID:·9ef5ae3c84e6f1d8722a515e20adaf3e8b35d498 |
| Offset 11194, 103 lines modified | Offset 11194, 14 lines modified | ||
| 11194 | arameters | 11194 | arameters |
| 11195 | aseProperty | 11195 | aseProperty |
| 11196 | aseParameter | 11196 | aseParameter |
| 11197 | XSAnnotation | 11197 | XSAnnotation |
| 11198 | xs:annotation·xmlns:xs="http://www.w3.org/2001/XMLSchema"·xmlns:xcal="urn:ietf:params:xml:ns:icalendar-2.0"·> | 11198 | xs:annotation·xmlns:xs="http://www.w3.org/2001/XMLSchema"·xmlns:xcal="urn:ietf:params:xml:ns:icalendar-2.0"·> |
| 11199 | <xs:documentation· | 11199 | <xs:documentation· |
| 11200 | xml:lang="en"> | 11200 | xml:lang="en"> |
| 11201 | ········Durations·are·a·problem:· | ||
| 11202 | ···········XML·schema·types·allow·Years,·Months,·Days,·Hours,·Minutes,·Seconds | ||
| 11203 | ···········Ical·allows·Weeks,·Days,·Hours,·Minutes,·Seconds | ||
| 11204 | ··········· | ||
| 11205 | ········These·overlap·and·we·really·need·a·combination·o | ||
| 11206 | ········So·the·compromise·is·to·have·a·pattern·restricted·String·type·and·note | ||
| 11207 | ········that·if·data·is·to·be·exported·in | ||
| 11208 | to·the·icalendar·world·it·cannot·have· | ||
| 11209 | ········years·or·months. | ||
| 11210 | ········ | ||
| 11211 | ········Ultimately·it·is·to·be·hoped·the·two·worlds·can | ||
| 11212 | ·be·aligned. | ||
| 11213 | ········ | ||
| 11214 | ········RFC5545·(icalendar)·specifies | ||
| 11215 | ········dur-value··=·(["+"]·/·"-")·"P"·(dur-date·/·dur-time·/·dur-we | ||
| 11216 | ········dur-date···=·dur-day·[dur-time] | ||
| 11217 | ········dur-time···=·"T"·(dur-hour·/·dur-minute·/·dur-second) | ||
| 11218 | ········dur-week···=· | ||
| 11219 | 1*DIGIT·"W" | ||
| 11220 | ········dur-hour···=·1*DIGIT·"H"·[dur-minute] | ||
| 11221 | ········dur-minute·=·1*DIGIT·"M"·[dur-second] | ||
| 11222 | ········dur-second·=·1*D | ||
| 11223 | IGIT·"S" | ||
| 11224 | ········dur-day····=·1*DIGIT·"D" | ||
| 11225 | ········ | ||
| 11226 | ········So·P5W·is·valid:·P5WT10M·is·not.·If·weeks·re·specified·nothing·else·c | ||
| 11227 | ········ | ||
| 11228 | ········XML·specifies | ||
| 11229 | ···········PnYnMnDTnHnMnS | ||
| 11230 | ········ | ||
| 11231 | ········The·elements·must·appear·in·the·order·specified· | ||
| 11232 | and·the·'T'·is·omitted· | ||
| 11233 | ········if·hours·minutes·and·seconds·are·absent. | ||
| 11234 | ······</xs:documentation> | ||
| 11235 | </xs:annotation> | ||
| 11236 | build/reproducible-path/libkolabxml-1.2.1/schemas/ical/iCalendar-valtypes.xsdD | ||
| 11237 | xs:annotation·xmlns:xs="http://www.w3.org/2001/XMLSchema"·xmlns:xcal="urn:ietf:params:xml:ns:icalendar-2.0"·> | ||
| 11238 | <xs:documentation· | ||
| 11239 | xml:lang="en"> | ||
| 11240 | ········Standard·values | ||
| 11241 | ···········"CHAIR"· | ||
| 11242 | ···········"REQ-PARTICIPANT"· | ||
| 11243 | ···········"OPT-PARTICIPANT"· | ||
| 11244 | ········· | ||
| 11245 | ··"NON-PARTICIPANT" | ||
| 11246 | ······</xs:documentation> | ||
| 11247 | </xs:annotation> | ||
| 11248 | build/reproducible-path/libkolabxml-1.2.1/schemas/ical/iCalendar-params.xsd5 | ||
| 11249 | xs:annotation·xmlns:xs="http://www.w3.org/2001/XMLSchema"·xmlns:xcal="urn:ietf:params:xml:ns:icalendar-2.0"·> | ||
| 11250 | <xs:documentation· | ||
| 11251 | xml:lang="en"> | ||
| 11252 | ·······fbtypeparam········=·"FBTYPE"·"="· | ||
| 11253 | ·························("FREE"· | ||
| 11254 | ··························/·"BUSY" | ||
| 11255 | ························/·"BUSY-UNAVAILABLE"· | ||
| 11256 | ··························/·"BUSY-TENTATIVE" | ||
| 11257 | ··························/·x-name··; | ||
| 11258 | ·Some·experimental·iCalendar·free/busy·type. | ||
| 11259 | ··························/·iana-token) | ||
| 11260 | ················;·Some·other·IANA-registere | ||
| 11261 | d·iCalendar·free/busy·type. | ||
| 11262 | ·······;·Default·is·BUSY | ||
| 11263 | ······</xs:documentation> | ||
| 11264 | </xs:annotation> | ||
| 11265 | build/reproducible-path/libkolabxml-1.2.1/schemas/ical/iCalendar-params.xsd | ||
| 11266 | xs:annotation·xmlns:xs="http://www.w3.org/2001/XMLSchema"·xmlns:xcal="urn:ietf:params:xml:ns:icalendar-2.0"·> | ||
| 11267 | <xs:documentation· | ||
| 11268 | xml:lang="en"> | ||
| 11269 | ·······encodingparam······=·"ENCODING"·"=" | ||
| 11270 | ··························(·"8BIT" | ||
| 11271 | ··········;·"8bit"·text·encoding·is | ||
| 11272 | ·defined·in·[RFC2045] | ||
| 11273 | ··························/·"BASE64" | ||
| 11274 | ··········;·"BASE64"·binary·encoding·format·is·defined·in·[RFC4648] | ||
| 11275 | ·························) | ||
| 11276 | ······</xs:documentation> | ||
| 11277 | </xs:annotation> | ||
| 11278 | build/reproducible-path/libkolabxml-1.2.1/schemas/ical/iCalendar-params.xsd | ||
| 11279 | xs:annotation·xmlns:xs="http://www.w3.org/2001/XMLSchema"·xmlns:xcal="urn:ietf:params:xml:ns:icalendar-2.0"·> | ||
| 11280 | <xs:documentation· | ||
| 11281 | xml:lang="en"> | ||
| 11282 | ·······actionvalue·=·"AUDIO"·/·"DISPLAY"·/·"EMAIL" | ||
| 11283 | ···················/·iana-token·/·x-name | ||
| 11284 | ······</xs:documentat | ||
| 11285 | </xs:annotation> | ||
| 11286 | build/reproducible-path/libkolabxml-1.2.1/schemas/ical/iCalendar-props.xsd | ||
| 11287 | xs:annotation·xmlns:xs="http://www.w3.org/2001/XMLSchema"·xmlns:xcal="urn:ietf:params:xml:ns:icalendar-2.0"·> | ||
| 11288 | <xs:documentation· | ||
| 11289 | xml:lang="en"> | ||
| 11290 | ·······partstat-event···=·("NEEDS-ACTION"····;·Event·needs·action | 11201 | ·······partstat-event···=·("NEEDS-ACTION"····;·Event·needs·action |
| 11291 | ························/·"ACCEPTED"·········;· | 11202 | ························/·"ACCEPTED"·········;· |
| 11292 | Event·accepted | 11203 | Event·accepted |
| 11293 | ························/·"DECLINED"·········;·Event·declined | 11204 | ························/·"DECLINED"·········;·Event·declined |
| 11294 | ························/·"TENTATIVE"········;·Even | 11205 | ························/·"TENTATIVE"········;·Even |
| 11295 | t·tentatively | 11206 | t·tentatively |
| 11296 | ·············································;·accepted | 11207 | ·············································;·accepted |
| Offset 11461, 14 lines modified | Offset 11372, 103 lines modified | ||
| 11461 | ·························/·iana-token)····;·Other·IANA-registered | 11372 | ·························/·iana-token)····;·Other·IANA-registered |
| 11462 | ··············· | 11373 | ··············· |
| 11463 | ···························;·type | 11374 | ···························;·type |
| 11464 | ·······;·Default·is·INDIVIDUAL | 11375 | ·······;·Default·is·INDIVIDUAL |
| 11465 | ······</xs:documentation> | 11376 | ······</xs:documentation> |
| 11466 | </xs:annotation> | 11377 | </xs:annotation> |
| 11467 | build/reproducible-path/libkolabxml-1.2.1/schemas/ical/iCalendar-params.xsdv | 11378 | build/reproducible-path/libkolabxml-1.2.1/schemas/ical/iCalendar-params.xsdv |
| 11379 | xs:annotation·xmlns:xs="http://www.w3.org/2001/XMLSchema"·xmlns:xcal="urn:ietf:params:xml:ns:icalendar-2.0"·> | ||
| 11380 | <xs:documentation· | ||
| 11381 | xml:lang="en"> | ||
| 11382 | ········Durations·are·a·problem:· | ||
| 11383 | ···········XML·schema·types·allow·Years,·Months,·Days,·Hours,·Minutes,·Seconds | ||
| 11384 | ···········Ical·allows·Weeks,·Days,·Hours,·Minutes,·Seconds | ||
| 11385 | ··········· | ||
| 11386 | ········These·overlap·and·we·really·need·a·combination·o | ||
| 11387 | ········So·the·compromise·is·to·have·a·pattern·restricted·String·type·and·note | ||
| 11388 | ········that·if·data·is·to·be·exported·in | ||
| 11389 | to·the·icalendar·world·it·cannot·have· | ||
| 11390 | ········years·or·months. | ||
| 11391 | ········ | ||
| 11392 | ········Ultimately·it·is·to·be·hoped·the·two·worlds·can | ||
| 11393 | ·be·aligned. | ||
| 11394 | ········ | ||
| Max diff block lines reached; 174/8094 bytes (2.15%) of diff not shown. | |||
| Offset 9299, 774 lines modified | Offset 9299, 774 lines modified | ||
| 9299 | ··0x00246500·00feffff·ff190006·b5030001·44090001·............D... | 9299 | ··0x00246500·00feffff·ff190006·b5030001·44090001·............D... |
| 9300 | ··0x00246510·5e0a0001·5d070001·62090001·f1080001·^...]...b....... | 9300 | ··0x00246510·5e0a0001·5d070001·62090001·f1080001·^...]...b....... |
| 9301 | ··0x00246520·a9090001·a0090001·12080001·76090001·............v... | 9301 | ··0x00246520·a9090001·a0090001·12080001·76090001·............v... |
| 9302 | ··0x00246530·0f070001·e6080001·53090001·1a0a0001·........S....... | 9302 | ··0x00246530·0f070001·e6080001·53090001·1a0a0001·........S....... |
| 9303 | ··0x00246540·e6090001·fd060001·b8090001·71070001·............q... | 9303 | ··0x00246540·e6090001·fd060001·b8090001·71070001·............q... |
| 9304 | ··0x00246550·6d090001·3f070001·23070001·530a0001·m...?...#...S... | 9304 | ··0x00246550·6d090001·3f070001·23070001·530a0001·m...?...#...S... |
| 9305 | ··0x00246560·68070001·7f090001·4e040001·feffffff·h.......N....... | 9305 | ··0x00246560·68070001·7f090001·4e040001·feffffff·h.......N....... |
| 9306 | ··0x00246570·1d00060e·0006 | 9306 | ··0x00246570·1d00060e·0006e808·0001ffff·ffff0003·................ |
| 9307 | ··0x00246580·0c000658·53416e6e·6f746174·696f6e00·...XSAnnotation. | 9307 | ··0x00246580·0c000658·53416e6e·6f746174·696f6e00·...XSAnnotation. |
| 9308 | ··0x00246590·03 | 9308 | ··0x00246590·03110900·053c00ff·78733a61·6e6e6f74·.....<..xs:annot |
| 9309 | ··0x002465a0·6174696f·6e20786d·6c6e733a·78733d22·ation·xmlns:xs=" | 9309 | ··0x002465a0·6174696f·6e20786d·6c6e733a·78733d22·ation·xmlns:xs=" |
| 9310 | ··0x002465b0·68747470·3a2f2f77·77772e77·332e6f72·http://www.w3.or | 9310 | ··0x002465b0·68747470·3a2f2f77·77772e77·332e6f72·http://www.w3.or |
| 9311 | ··0x002465c0·672f3230·30312f58·4d4c5363·68656d61·g/2001/XMLSchema | 9311 | ··0x002465c0·672f3230·30312f58·4d4c5363·68656d61·g/2001/XMLSchema |
| 9312 | ··0x002465d0·2220786d·6c6e733a·7863616c·3d227572·"·xmlns:xcal="ur | 9312 | ··0x002465d0·2220786d·6c6e733a·7863616c·3d227572·"·xmlns:xcal="ur |
| 9313 | ··0x002465e0·6e3a6965·74663a70·6172616d·733a786d·n:ietf:params:xm | 9313 | ··0x002465e0·6e3a6965·74663a70·6172616d·733a786d·n:ietf:params:xm |
| 9314 | ··0x002465f0·6c3a6e73·3a696361·6c656e64·61722d32·l:ns:icalendar-2 | 9314 | ··0x002465f0·6c3a6e73·3a696361·6c656e64·61722d32·l:ns:icalendar-2 |
| 9315 | ··0x00246600·2e302220·3e0a3c78·733a646f·63756d65·.0"·>.<xs:docume | 9315 | ··0x00246600·2e302220·3e0a3c78·733a646f·63756d65·.0"·>.<xs:docume |
| 9316 | ··0x00246610·6e746174·696f6e20·00ff786d·6c3a6c61·ntation·..xml:la | 9316 | ··0x00246610·6e746174·696f6e20·00ff786d·6c3a6c61·ntation·..xml:la |
| 9317 | ··0x00246620·6e673d22·656e223e·0a202020·20202020·ng="en">.······· | 9317 | ··0x00246620·6e673d22·656e223e·0a202020·20202020·ng="en">.······· |
| 9318 | ··0x00246630·70617274·73746174·2d657665·6e742020·partstat-event·· | ||
| 9319 | ··0x00246640·203d2028·224e4545·44532d41·4354494f··=·("NEEDS-ACTIO | ||
| 9320 | ··0x00246650·4e222020·20203b20·4576656e·74206e65·N"····;·Event·ne | ||
| 9321 | ··0x00246660·65647320·61637469·6f6e0a20·20202020·eds·action.····· | ||
| 9318 | ··0x00246630·20447572·6174696f·6e732061·72652061··Durations·are·a | ||
| 9319 | ··0x00246640·2070726f·626c656d·3a200a20·20202020··problem:·.····· | ||
| 9320 | ··0x00246650·20202020·2020584d·4c207363·68656d61·······XML·schema | ||
| 9321 | ··0x00246660·20747970·65732061·6c6c6f77·20596561··types·allow·Yea | ||
| 9322 | ··0x00246670·72732c20·4d6f6e74·68732c20·44617973·rs,·Months,·Days | ||
| 9323 | ··0x00246680·2c20486f·7572732c·204d696e·75746573·,·Hours,·Minutes | ||
| 9324 | ··0x00246690·2c205365·636f6e64·730a00ff·20202020·,·Seconds...···· | ||
| 9325 | ··0x002466a0·20202020·20202049·63616c20·616c6c6f········Ical·allo | ||
| 9326 | ··0x002466b0·77732057·65656b73·2c204461·79732c20·ws·Weeks,·Days,· | ||
| 9327 | ··0x002466c0·486f7572·732c204d·696e7574·65732c20·Hours,·Minutes,· | ||
| 9328 | ··0x002466d0·5365636f·6e64730a·20202020·20202020·Seconds.········ | ||
| 9329 | ··0x002466e0·2020200a·20202020·20202020·54686573····.········Thes | ||
| 9330 | ··0x002466f0·65206f76·65726c61·7020616e·64207765·e·overlap·and·we | ||
| 9331 | ··0x00246700·20726561·6c6c7920·6e656564·20612063··really·need·a·c | ||
| 9332 | ··0x00246710·6f6d6269·6e617469·6f6e206f·00ff6620·ombination·o..f· | ||
| 9333 | ··0x00246720·626f7468·2e0a2020·20202020·2020536f·both..········So | ||
| 9334 | ··0x00246730·20746865·20636f6d·70726f6d·69736520··the·compromise· | ||
| 9335 | ··0x00246740·69732074·6f206861·76652061·20706174·is·to·have·a·pat | ||
| 9336 | ··0x00246750·7465726e·20726573·74726963·74656420·tern·restricted· | ||
| 9337 | ··0x00246760·53747269·6e672074·79706520·616e6420·String·type·and· | ||
| 9338 | ··0x00246770·6e6f7465·0a202020·20202020·20746861·note.········tha | ||
| 9339 | ··0x00246780·74206966·20646174·61206973·20746f20·t·if·data·is·to· | ||
| 9340 | ··0x00246790·62652065·78706f72·74656420·696e00ff·be·exported·in.. | ||
| 9341 | ··0x002467a0·746f2074·68652069·63616c65·6e646172·to·the·icalendar | ||
| 9342 | ··0x002467b0·20776f72·6c642069·74206361·6e6e6f74··world·it·cannot | ||
| 9343 | ··0x002467c0·20686176·65200a20·20202020·20202079··have·.········y | ||
| 9344 | ··0x002467d0·65617273·206f7220·6d6f6e74·68732e0a·ears·or·months.. | ||
| 9345 | ··0x00246 | 9322 | ··0x00246670·20202020·20202020·20202020·20202020················· |
| 9346 | ··0x002467f0·20556c74·696d6174·656c7920·69742069··Ultimately·it·i | ||
| 9347 | ··0x00246800·7320746f·20626520·686f7065·64207468·s·to·be·hoped·th | ||
| 9348 | ··0x00246810·65207477·6f20776f·726c6473·2063616e·e·two·worlds·can | ||
| 9349 | ··0x00246 | 9323 | ··0x00246680·2020202f·20224143·43455054·45442220····/·"ACCEPTED"· |
| 9324 | ··0x00246690·20202020·20202020·3b2000ff·4576656e·········;·..Even | ||
| 9325 | ··0x002466a0·74206163·63657074·65640a20·20202020·t·accepted.····· | ||
| 9326 | ··0x002466b0·20202020·20202020·20202020·20202020················· | ||
| 9327 | ··0x002466c0·2020202f·20224445·434c494e·45442220····/·"DECLINED"· | ||
| 9328 | ··0x002466d0·20202020·20202020·3b204576·656e7420·········;·Event· | ||
| 9329 | ··0x002466e0·6465636c·696e6564·0a202020·20202020·declined.······· | ||
| 9330 | ··0x002466f0·20202020·20202020·20202020·20202020················· | ||
| 9331 | ··0x00246700·202f2022·54454e54·41544956·45222020··/·"TENTATIVE"·· | ||
| 9332 | ··0x00246710·20202020·20203b20·4576656e·00ff7420·······;·Even..t· | ||
| 9333 | ··0x00246720·74656e74·61746976·656c790a·20202020·tentatively.···· | ||
| 9334 | ··0x00246730·20202020·20202020·20202020·20202020················· | ||
| 9335 | ··0x00246740·20202020·20202020·20202020·20202020················· | ||
| 9336 | ··0x00246750·20202020·20202020·203b2061·63636570··········;·accep | ||
| 9337 | ··0x00246760·7465640a·20202020·20202020·20202020·ted.············ | ||
| 9338 | ··0x00246770·20202020·20202020·20202020·2f202244·············/·"D | ||
| 9339 | ··0x00246780·454c4547·41544544·22202020·20202020·ELEGATED"······· | ||
| 9340 | ··0x00246790·203b2045·76656e74·2064656c·656700ff··;·Event·deleg.. | ||
| 9341 | ··0x002467a0·61746564·0a202020·20202020·20202020·ated.··········· | ||
| 9342 | ··0x002467b0·20202020·20202020·20202020·202f2078··············/·x | ||
| 9343 | ··0x002467c0·2d6e616d·65202020·20202020·20202020·-name··········· | ||
| 9344 | ··0x002467d0·20203b20·45787065·72696d65·6e74616c···;·Experimental | ||
| 9345 | ··0x002467e0·20737461·7475730a·20202020·20202020··status.········ | ||
| 9346 | ··0x002467f0·20202020·20202020·20202020·20202020················· | ||
| 9347 | ··0x00246800·2f206961·6e612d74·6f6b656e·29202020·/·iana-token)··· | ||
| 9348 | ··0x00246810·20202020·203b204f·74686572·2049414e······;·Other·IAN | ||
| 9349 | ··0x00246820·00ff412d·72656769·73746572·65640a20·..A-registered.· | ||
| 9350 | ··0x00246830·20202020·202020 | 9350 | ··0x00246830·20202020·20202020·20202020·20202020················· |
| 9351 | ··0x00246840·52464335·35343520·28696361·6c656e64·RFC5545·(icalend | ||
| 9352 | ··0x00246850·61722920·73706563·69666965·730a2020·ar)·specifies.·· | ||
| 9353 | ··0x00246860·20202020·20206475·722d7661·6c756520·······dur-value· | ||
| 9354 | ··0x00246870·203d2028·5b222b22·5d202f20·222d2229··=·(["+"]·/·"-") | ||
| 9355 | ··0x00246880·20225022·20286475·722d6461·7465202f··"P"·(dur-date·/ | ||
| 9356 | ··0x00246890·20647572·2d74696d·65202f20·6475722d··dur-time·/·dur- | ||
| 9357 | ··0x002468a0·776500ff·656b290a·0a202020·20202020·we..ek)..······· | ||
| 9358 | ··0x002468b0·20647572·2d646174·65202020·3d206475··dur-date···=·du | ||
| 9359 | ··0x002468c0·722d6461·79205b64·75722d74·696d655d·r-day·[dur-time] | ||
| 9360 | ··0x002468d0·0a202020·20202020·20647572·2d74696d·.········dur-tim | ||
| 9361 | ··0x002468e0·65202020·3d202254·22202864·75722d68·e···=·"T"·(dur-h | ||
| 9362 | ··0x002468f0·6f757220·2f206475·722d6d69·6e757465·our·/·dur-minute | ||
| 9363 | ··0x00246900·202f2064·75722d73·65636f6e·64290a20··/·dur-second).· | ||
| 9364 | ··0x00246910·20202020·20202064·75722d77·65656b20········dur-week· | ||
| 9365 | ··0x00246 | 9351 | ··0x00246840·20202020·20202020·20202020·20202020················· |
| 9352 | ··0x00246850·20202020·20202020·20202020·3b207374·············;·st | ||
| 9353 | ··0x00246860·61747573·0a202020·20202020·3b205468·atus.·······;·Th | ||
| 9354 | ··0x00246870·65736520·61726520·74686520·70617274·ese·are·the·part | ||
| 9355 | ··0x00246880·69636970·6174696f·6e207374·61747573·icipation·status | ||
| 9356 | ··0x00246890·65732066·6f722061·20225645·56454e54·es·for·a·"VEVENT | ||
| 9357 | ··0x002468a0·222e00ff·0a202020·20202020·3b204465·"....·······;·De | ||
| 9358 | ··0x002468b0·6661756c·74206973·204e4545·44532d41·fault·is·NEEDS-A | ||
| 9359 | ··0x002468c0·4354494f·4e2e0a0a·20202020·20202070·CTION...·······p | ||
| 9360 | ··0x002468d0·61727473·7461742d·746f646f·20202020·artstat-todo···· | ||
| 9361 | ··0x002468e0·3d202822·4e454544·532d4143·54494f4e·=·("NEEDS-ACTION | ||
| 9362 | ··0x002468f0·22202020·203b2054·6f2d646f·206e6565·"····;·To-do·nee | ||
| 9363 | ··0x00246900·64732061·6374696f·6e0a2020·20202020·ds·action.······ | ||
| 9364 | ··0x00246910·20202020·20202020·20202020·20202020················· | ||
| 9365 | ··0x00246920·20202f20·00ff2241·43434550·54454422···/·.."ACCEPTED" | ||
| 9366 | ··0x00246930·220 | 9366 | ··0x00246930·20202020·20202020·203b2054·6f2d646f··········;·To-do |
| 9367 | ··0x00246940·75722020·203d2031·2a444947·49542022·ur···=·1*DIGIT·" | ||
| 9368 | ··0x00246950·4822205b·6475722d·6d696e75·74655d0a·H"·[dur-minute]. | ||
| 9369 | ··0x00246960·20202020·20202020·6475722d·6d696e75·········dur-minu | ||
| 9370 | ··0x00246970·7465203d·20312a44·49474954·20224d22·te·=·1*DIGIT·"M" | ||
| 9371 | ··0x00246980·205b6475·722d7365·636f6e64·5d0a2020··[dur-second].·· | ||
| 9372 | ··0x00246990·20202020·20206475·722d7365·636f6e64·······dur-second | ||
| 9373 | ··0x002469a0·203d2031·2a4400ff·49474954·20225322··=·1*D..IGIT·"S" | ||
| 9374 | ··0x002469b0·0a202020·20202020·20647572·2d646179·.········dur-day | ||
| 9375 | ··0x002469 | 9367 | ··0x00246940·20616363·65707465·640a2020·20202020··accepted.······ |
| 9368 | ··0x00246950·20202020·20202020·20202020·20202020················· | ||
| 9369 | ··0x00246960·20202f20·22444543·4c494e45·44222020···/·"DECLINED"·· | ||
| 9370 | ··0x00246970·20202020·2020203b·20546f2d·646f2064········;·To-do·d | ||
| 9371 | ··0x00246980·65636c69·6e65640a·20202020·20202020·eclined.········ | ||
| 9372 | ··0x00246990·20202020·20202020·20202020·20202020················· | ||
| 9373 | ··0x002469a0·2f202254·454e00ff·54415449·56452220·/·"TEN..TATIVE"· | ||
| Max diff block lines reached; 83147/101665 bytes (81.79%) of diff not shown. | |||
| Offset 1, 7 lines modified | Offset 1, 7 lines modified | ||
| 1 | Hex·dump·of·section·'.gnu_debuglink': | 1 | Hex·dump·of·section·'.gnu_debuglink': |
| 2 | ··0x00000000·66636633·36636463·33613434·66623531·fcf36cdc3a44fb51 | ||
| 3 | ··0x000000 | 2 | ··0x00000000·66356165·33633834·65366631·64383732·f5ae3c84e6f1d872 |
| 3 | ··0x00000010·32613531·35653230·61646166·33653862·2a515e20adaf3e8b | ||
| 4 | ··0x00000020·3 | 4 | ··0x00000020·33356434·39382e64·65627567·00000000·35d498.debug.... |
| 5 | ··0x00000030· | 5 | ··0x00000030·1a17fdd6····························.... |
| Offset 1, 3 lines modified | Offset 1, 3 lines modified | ||
| 1 | -rw-r--r--···0········0········0········4·2023-12-12·10:49:45.000000·debian-binary | 1 | -rw-r--r--···0········0········0········4·2023-12-12·10:49:45.000000·debian-binary |
| 2 | -rw-r--r--···0········0········0······5 | 2 | -rw-r--r--···0········0········0······548·2023-12-12·10:49:45.000000·control.tar.xz |
| 3 | -rw-r--r--···0········0········0··688 | 3 | -rw-r--r--···0········0········0··6881712·2023-12-12·10:49:45.000000·data.tar.xz |
| Offset 6, 8 lines modified | Offset 6, 8 lines modified | ||
| 6 | Maintainer:·Debian·Kolab·Maintainers·<team+kolab-mantainers@tracker.debian.org> | 6 | Maintainer:·Debian·Kolab·Maintainers·<team+kolab-mantainers@tracker.debian.org> |
| 7 | Installed-Size:·8156 | 7 | Installed-Size:·8156 |
| 8 | Depends:·libkolabxml1v5·(=·1.2.1-5) | 8 | Depends:·libkolabxml1v5·(=·1.2.1-5) |
| 9 | Section:·debug | 9 | Section:·debug |
| 10 | Priority:·optional | 10 | Priority:·optional |
| 11 | Multi-Arch:·same | 11 | Multi-Arch:·same |
| 12 | Description:·debug·symbols·for·libkolabxml1v5 | 12 | Description:·debug·symbols·for·libkolabxml1v5 |
| 13 | Build-Ids:· | 13 | Build-Ids:·9ef5ae3c84e6f1d8722a515e20adaf3e8b35d498 |
| Offset 1, 10 lines modified | Offset 1, 10 lines modified | ||
| 1 | drwxr-xr-x···0·root·········(0)·root·········(0)········0·2023-12-12·10:49:45.000000·./ | 1 | drwxr-xr-x···0·root·········(0)·root·········(0)········0·2023-12-12·10:49:45.000000·./ |
| 2 | drwxr-xr-x···0·root·········(0)·root·········(0)········0·2023-12-12·10:49:45.000000·./usr/ | 2 | drwxr-xr-x···0·root·········(0)·root·········(0)········0·2023-12-12·10:49:45.000000·./usr/ |
| 3 | drwxr-xr-x···0·root·········(0)·root·········(0)········0·2023-12-12·10:49:45.000000·./usr/lib/ | 3 | drwxr-xr-x···0·root·········(0)·root·········(0)········0·2023-12-12·10:49:45.000000·./usr/lib/ |
| 4 | drwxr-xr-x···0·root·········(0)·root·········(0)········0·2023-12-12·10:49:45.000000·./usr/lib/debug/ | 4 | drwxr-xr-x···0·root·········(0)·root·········(0)········0·2023-12-12·10:49:45.000000·./usr/lib/debug/ |
| 5 | drwxr-xr-x···0·root·········(0)·root·········(0)········0·2023-12-12·10:49:45.000000·./usr/lib/debug/.build-id/ | 5 | drwxr-xr-x···0·root·········(0)·root·········(0)········0·2023-12-12·10:49:45.000000·./usr/lib/debug/.build-id/ |
| 6 | drwxr-xr-x···0·root·········(0)·root·········(0)········0·2023-12-12·10:49:45.000000·./usr/lib/debug/.build-id/ | 6 | drwxr-xr-x···0·root·········(0)·root·········(0)········0·2023-12-12·10:49:45.000000·./usr/lib/debug/.build-id/9e/ |
| 7 | -rw-r--r--···0·root·········(0)·root·········(0)··8341192·2023-12-12·10:49:45.000000·./usr/lib/debug/.build-id/ | 7 | -rw-r--r--···0·root·········(0)·root·········(0)··8341192·2023-12-12·10:49:45.000000·./usr/lib/debug/.build-id/9e/f5ae3c84e6f1d8722a515e20adaf3e8b35d498.debug |
| 8 | drwxr-xr-x···0·root·········(0)·root·········(0)········0·2023-12-12·10:49:45.000000·./usr/share/ | 8 | drwxr-xr-x···0·root·········(0)·root·········(0)········0·2023-12-12·10:49:45.000000·./usr/share/ |
| 9 | drwxr-xr-x···0·root·········(0)·root·········(0)········0·2023-12-12·10:49:45.000000·./usr/share/doc/ | 9 | drwxr-xr-x···0·root·········(0)·root·········(0)········0·2023-12-12·10:49:45.000000·./usr/share/doc/ |
| 10 | lrwxrwxrwx···0·root·········(0)·root·········(0)········0·2023-12-12·10:49:45.000000·./usr/share/doc/libkolabxml1v5-dbgsym·->·libkolabxml1v5 | 10 | lrwxrwxrwx···0·root·········(0)·root·········(0)········0·2023-12-12·10:49:45.000000·./usr/share/doc/libkolabxml1v5-dbgsym·->·libkolabxml1v5 |
| Offset 1, 4 lines modified | Offset 1, 4 lines modified | ||
| 1 | Displaying·notes·found·in:·.note.gnu.build-id | 1 | Displaying·notes·found·in:·.note.gnu.build-id |
| 2 | ··Owner················Data·size·» Description | 2 | ··Owner················Data·size·» Description |
| 3 | ··GNU··················0x00000014» NT_GNU_BUILD_ID·(unique·build·ID·bitstring)» ····Build·ID:· | 3 | ··GNU··················0x00000014» NT_GNU_BUILD_ID·(unique·build·ID·bitstring)» ····Build·ID:·9ef5ae3c84e6f1d8722a515e20adaf3e8b35d498 |
| Offset 1, 8 lines modified | Offset 1, 8 lines modified | ||
| 1 | 1 | GCC:·(Debian·14.2.0-19)·14.2.0 | |
| 2 | E^IG7Fu.^ | 2 | E^IG7Fu.^ |
| 3 | E|miS(&Z | 3 | E|miS(&Z |
| 4 | TP~.dv?" | 4 | TP~.dv?" |
| 5 | nV,!@1nV} | 5 | nV,!@1nV} |
| 6 | 3'xDm7|f | 6 | 3'xDm7|f |
| 7 | FSC95|~x | 7 | FSC95|~x |
| 8 | 9ZeLEzr8 | 8 | 9ZeLEzr8 |