Offset 1, 6 lines modified | Offset 1, 6 lines modified | ||
1 | ·6d39923814a2069d037955cbe9843196·16460·libdevel·optional·libkolabxml-dev_1.2.1-5_arm64.deb | 1 | ·6d39923814a2069d037955cbe9843196·16460·libdevel·optional·libkolabxml-dev_1.2.1-5_arm64.deb |
2 | ·c9b36606bb4d6c57f6d01b71ff191223·6828000·debug·optional·libkolabxml1v5-dbgsym_1.2.1-5_arm64.deb | ||
3 | · | 2 | ·d9d7f43f6bfd51581a09a62664c6eb27·6828008·debug·optional·libkolabxml1v5-dbgsym_1.2.1-5_arm64.deb |
3 | ·13f76e647cfa6afe0aa2ef9947886ea0·536780·libs·optional·libkolabxml1v5_1.2.1-5_arm64.deb | ||
4 | ·f7618cd1c7e48aadb95f21d5898a7285·5226576·debug·optional·python3-kolabformat-dbgsym_1.2.1-5_arm64.deb | 4 | ·f7618cd1c7e48aadb95f21d5898a7285·5226576·debug·optional·python3-kolabformat-dbgsym_1.2.1-5_arm64.deb |
5 | ·0695c62db95ad6ddfcd0ae01231da8b5·380352·python·optional·python3-kolabformat_1.2.1-5_arm64.deb | 5 | ·0695c62db95ad6ddfcd0ae01231da8b5·380352·python·optional·python3-kolabformat_1.2.1-5_arm64.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····27900·2023-12-12·10:49:45.000000·control.tar.xz |
3 | -rw-r--r--···0········0········0···508 | 3 | -rw-r--r--···0········0········0···508688·2023-12-12·10:49:45.000000·data.tar.xz |
Offset 1, 8 lines modified | Offset 1, 8 lines modified | ||
1 | Displaying·notes·found·in:·.note.gnu.property | 1 | Displaying·notes·found·in:·.note.gnu.property |
2 | ··Owner················Data·size·» Description | 2 | ··Owner················Data·size·» Description |
3 | ··GNU··················0x00000010» NT_GNU_PROPERTY_TYPE_0» ······Properties:·AArch64·feature:·BTI,·PAC | 3 | ··GNU··················0x00000010» NT_GNU_PROPERTY_TYPE_0» ······Properties:·AArch64·feature:·BTI,·PAC |
4 | Displaying·notes·found·in:·.note.gnu.build-id | 4 | Displaying·notes·found·in:·.note.gnu.build-id |
5 | ··Owner················Data·size·» Description | 5 | ··Owner················Data·size·» Description |
6 | ··GNU··················0x00000014» NT_GNU_BUILD_ID·(unique·build·ID·bitstring)» ····Build·ID:· | 6 | ··GNU··················0x00000014» NT_GNU_BUILD_ID·(unique·build·ID·bitstring)» ····Build·ID:·e5461cb8084b08f95ebed54cc19bfb9499d4b93e |
Offset 8852, 14 lines modified | Offset 8852, 65 lines modified | ||
8852 | arameters | 8852 | arameters |
8853 | aseProperty | 8853 | aseProperty |
8854 | aseParameter | 8854 | aseParameter |
8855 | XSAnnotation | 8855 | XSAnnotation |
8856 | xs:annotation·xmlns:xs="http://www.w3.org/2001/XMLSchema"·xmlns:xcal="urn:ietf:params:xml:ns:icalendar-2.0"·> | 8856 | xs:annotation·xmlns:xs="http://www.w3.org/2001/XMLSchema"·xmlns:xcal="urn:ietf:params:xml:ns:icalendar-2.0"·> |
8857 | <xs:documentation· | 8857 | <xs:documentation· |
8858 | xml:lang="en"> | 8858 | xml:lang="en"> |
8859 | ········Durations·are·a·problem:· | ||
8860 | ···········XML·schema·types·allow·Years,·Months,·Days,·Hours,·Minutes,·Seconds | ||
8861 | ···········Ical·allows·Weeks,·Days,·Hours,·Minutes,·Seconds | ||
8862 | ··········· | ||
8863 | ········These·overlap·and·we·really·need·a·combination·o | ||
8864 | ········So·the·compromise·is·to·have·a·pattern·restricted·String·type·and·note | ||
8865 | ········that·if·data·is·to·be·exported·in | ||
8866 | to·the·icalendar·world·it·cannot·have· | ||
8867 | ········years·or·months. | ||
8868 | ········ | ||
8869 | ········Ultimately·it·is·to·be·hoped·the·two·worlds·can | ||
8870 | ·be·aligned. | ||
8871 | ········ | ||
8872 | ········RFC5545·(icalendar)·specifies | ||
8873 | ········dur-value··=·(["+"]·/·"-")·"P"·(dur-date·/·dur-time·/·dur-we | ||
8874 | ········dur-date···=·dur-day·[dur-time] | ||
8875 | ········dur-time···=·"T"·(dur-hour·/·dur-minute·/·dur-second) | ||
8876 | ········dur-week···=· | ||
8877 | 1*DIGIT·"W" | ||
8878 | ········dur-hour···=·1*DIGIT·"H"·[dur-minute] | ||
8879 | ········dur-minute·=·1*DIGIT·"M"·[dur-second] | ||
8880 | ········dur-second·=·1*D | ||
8881 | IGIT·"S" | ||
8882 | ········dur-day····=·1*DIGIT·"D" | ||
8883 | ········ | ||
8884 | ········So·P5W·is·valid:·P5WT10M·is·not.·If·weeks·re·specified·nothing·else·c | ||
8885 | ········ | ||
8886 | ········XML·specifies | ||
8887 | ···········PnYnMnDTnHnMnS | ||
8888 | ········ | ||
8889 | ········The·elements·must·appear·in·the·order·specified· | ||
8890 | and·the·'T'·is·omitted· | ||
8891 | ········if·hours·minutes·and·seconds·are·absent. | ||
8892 | ······</xs:documentation> | ||
8893 | </xs:annotation> | ||
8894 | build/reproducible-path/libkolabxml-1.2.1/schemas/ical/iCalendar-valtypes.xsdD | ||
8895 | xs:annotation·xmlns:xs="http://www.w3.org/2001/XMLSchema"·xmlns:xcal="urn:ietf:params:xml:ns:icalendar-2.0"·> | ||
8896 | <xs:documentation· | ||
8897 | xml:lang="en"> | ||
8898 | ········Standard·values | ||
8899 | ···········"CHAIR"· | ||
8900 | ···········"REQ-PARTICIPANT"· | ||
8901 | ···········"OPT-PARTICIPANT"· | ||
8902 | ········· | ||
8903 | ··"NON-PARTICIPANT" | ||
8904 | ······</xs:documentation> | ||
8905 | </xs:annotation> | ||
8906 | build/reproducible-path/libkolabxml-1.2.1/schemas/ical/iCalendar-params.xsd5 | ||
8907 | xs:annotation·xmlns:xs="http://www.w3.org/2001/XMLSchema"·xmlns:xcal="urn:ietf:params:xml:ns:icalendar-2.0"·> | ||
8908 | <xs:documentation· | ||
8909 | xml:lang="en"> | ||
8859 | ·······fbtypeparam········=·"FBTYPE"·"="· | 8910 | ·······fbtypeparam········=·"FBTYPE"·"="· |
8860 | ·························("FREE"· | 8911 | ·························("FREE"· |
8861 | ··························/·"BUSY" | 8912 | ··························/·"BUSY" |
8862 | ························/·"BUSY-UNAVAILABLE"· | 8913 | ························/·"BUSY-UNAVAILABLE"· |
8863 | ··························/·"BUSY-TENTATIVE" | 8914 | ··························/·"BUSY-TENTATIVE" |
8864 | ··························/·x-name··; | 8915 | ··························/·x-name··; |
8865 | ·Some·experimental·iCalendar·free/busy·type. | 8916 | ·Some·experimental·iCalendar·free/busy·type. |
Offset 9068, 65 lines modified | Offset 9119, 14 lines modified | ||
9068 | ·························/·iana-token)····;·Other·IANA-registered | 9119 | ·························/·iana-token)····;·Other·IANA-registered |
9069 | ··············· | 9120 | ··············· |
9070 | ···························;·type | 9121 | ···························;·type |
9071 | ·······;·Default·is·INDIVIDUAL | 9122 | ·······;·Default·is·INDIVIDUAL |
9072 | ······</xs:documentation> | 9123 | ······</xs:documentation> |
9073 | </xs:annotation> | 9124 | </xs:annotation> |
9074 | build/reproducible-path/libkolabxml-1.2.1/schemas/ical/iCalendar-params.xsdv | 9125 | build/reproducible-path/libkolabxml-1.2.1/schemas/ical/iCalendar-params.xsdv |
9075 | xs:annotation·xmlns:xs="http://www.w3.org/2001/XMLSchema"·xmlns:xcal="urn:ietf:params:xml:ns:icalendar-2.0"·> | ||
9076 | <xs:documentation· | ||
9077 | xml:lang="en"> | ||
9078 | ········Durations·are·a·problem:· | ||
9079 | ···········XML·schema·types·allow·Years,·Months,·Days,·Hours,·Minutes,·Seconds | ||
9080 | ···········Ical·allows·Weeks,·Days,·Hours,·Minutes,·Seconds | ||
9081 | ··········· | ||
9082 | ········These·overlap·and·we·really·need·a·combination·o | ||
9083 | ········So·the·compromise·is·to·have·a·pattern·restricted·String·type·and·note | ||
9084 | ········that·if·data·is·to·be·exported·in | ||
9085 | to·the·icalendar·world·it·cannot·have· | ||
9086 | ········years·or·months. | ||
9087 | ········ | ||
9088 | ········Ultimately·it·is·to·be·hoped·the·two·worlds·can | ||
9089 | ·be·aligned. | ||
9090 | ········ | ||
9091 | ········RFC5545·(icalendar)·specifies | ||
9092 | ········dur-value··=·(["+"]·/·"-")·"P"·(dur-date·/·dur-time·/·dur-we | ||
9093 | ········dur-date···=·dur-day·[dur-time] | ||
9094 | ········dur-time···=·"T"·(dur-hour·/·dur-minute·/·dur-second) | ||
9095 | ········dur-week···=· | ||
9096 | 1*DIGIT·"W" | ||
9097 | ········dur-hour···=·1*DIGIT·"H"·[dur-minute] | ||
9098 | ········dur-minute·=·1*DIGIT·"M"·[dur-second] | ||
9099 | ········dur-second·=·1*D | ||
9100 | IGIT·"S" | ||
9101 | ········dur-day····=·1*DIGIT·"D" | ||
9102 | ········ | ||
9103 | ········So·P5W·is·valid:·P5WT10M·is·not.·If·weeks·re·specified·nothing·else·c | ||
9104 | ········ | ||
9105 | ········XML·specifies | ||
9106 | ···········PnYnMnDTnHnMnS | ||
9107 | ········ | ||
9108 | ········The·elements·must·appear·in·the·order·specified· | ||
9109 | and·the·'T'·is·omitted· | ||
9110 | ········if·hours·minutes·and·seconds·are·absent. | ||
9111 | ······</xs:documentation> | ||
9112 | </xs:annotation> | ||
9113 | build/reproducible-path/libkolabxml-1.2.1/schemas/ical/iCalendar-valtypes.xsdD | ||
9114 | xs:annotation·xmlns:xs="http://www.w3.org/2001/XMLSchema"·xmlns:xcal="urn:ietf:params:xml:ns:icalendar-2.0"·> | ||
9115 | <xs:documentation· | ||
9116 | xml:lang="en"> | ||
9117 | ········Standard·values | ||
9118 | ···········"CHAIR"· | ||
9119 | ···········"REQ-PARTICIPANT"· | ||
9120 | ···········"OPT-PARTICIPANT"· | ||
9121 | ········· | ||
9122 | ··"NON-PARTICIPANT" | ||
9123 | ······</xs:documentation> | ||
9124 | </xs:annotation> | ||
9125 | build/reproducible-path/libkolabxml-1.2.1/schemas/ical/iCalendar-params.xsd5 | ||
9126 | rn:ietf:params:xml:ns:icalendar-2.0 | 9126 | rn:ietf:params:xml:ns:icalendar-2.0 |
9127 | rn:ietf:params:xml:ns:icalendar-2.0 | 9127 | rn:ietf:params:xml:ns:icalendar-2.0 |
9128 | build/reproducible-path/libkolabxml-1.2.1/schemas/ical/kolabformat-xcal.xsd | 9128 | build/reproducible-path/libkolabxml-1.2.1/schemas/ical/kolabformat-xcal.xsd |
Max diff block lines reached; 42/4852 bytes (0.87%) of diff not shown. |
Offset 9305, 774 lines modified | Offset 9305, 774 lines modified | ||
9305 | ··0x002480b0·616d6574·65720005·00feffff·ff190006·ameter.......... | 9305 | ··0x002480b0·616d6574·65720005·00feffff·ff190006·ameter.......... |
9306 | ··0x002480c0·b5030001·44090001·5e0a0001·5d070001·....D...^...]... | 9306 | ··0x002480c0·b5030001·44090001·5e0a0001·5d070001·....D...^...]... |
9307 | ··0x002480d0·62090001·f1080001·a9090001·a0090001·b............... | 9307 | ··0x002480d0·62090001·f1080001·a9090001·a0090001·b............... |
9308 | ··0x002480e0·12080001·76090001·0f070001·e6080001·....v........... | 9308 | ··0x002480e0·12080001·76090001·0f070001·e6080001·....v........... |
9309 | ··0x002480f0·53090001·1a0a0001·e6090001·fd060001·S............... | 9309 | ··0x002480f0·53090001·1a0a0001·e6090001·fd060001·S............... |
9310 | ··0x00248100·b8090001·71070001·6d090001·3f070001·....q...m...?... | 9310 | ··0x00248100·b8090001·71070001·6d090001·3f070001·....q...m...?... |
9311 | ··0x00248110·23070001·530a0001·68070001·7f090001·#...S...h....... | 9311 | ··0x00248110·23070001·530a0001·68070001·7f090001·#...S...h....... |
9312 | ··0x00248120·4e040001·feffffff·1d00060e·0006 | 9312 | ··0x00248120·4e040001·feffffff·1d00060e·00064303·N.............C. |
9313 | ··0x00248130·0001ffff·ffff0003·0c000658·53416e6e·...........XSAnn | 9313 | ··0x00248130·0001ffff·ffff0003·0c000658·53416e6e·...........XSAnn |
9314 | ··0x00248140·6f746174·696f6e00·03 | 9314 | ··0x00248140·6f746174·696f6e00·03740500·053c00ff·otation..t...<.. |
9315 | ··0x00248150·78733a61·6e6e6f74·6174696f·6e20786d·xs:annotation·xm | 9315 | ··0x00248150·78733a61·6e6e6f74·6174696f·6e20786d·xs:annotation·xm |
9316 | ··0x00248160·6c6e733a·78733d22·68747470·3a2f2f77·lns:xs="http://w | 9316 | ··0x00248160·6c6e733a·78733d22·68747470·3a2f2f77·lns:xs="http://w |
9317 | ··0x00248170·77772e77·332e6f72·672f3230·30312f58·ww.w3.org/2001/X | 9317 | ··0x00248170·77772e77·332e6f72·672f3230·30312f58·ww.w3.org/2001/X |
9318 | ··0x00248180·4d4c5363·68656d61·2220786d·6c6e733a·MLSchema"·xmlns: | 9318 | ··0x00248180·4d4c5363·68656d61·2220786d·6c6e733a·MLSchema"·xmlns: |
9319 | ··0x00248190·7863616c·3d227572·6e3a6965·74663a70·xcal="urn:ietf:p | 9319 | ··0x00248190·7863616c·3d227572·6e3a6965·74663a70·xcal="urn:ietf:p |
9320 | ··0x002481a0·6172616d·733a786d·6c3a6e73·3a696361·arams:xml:ns:ica | 9320 | ··0x002481a0·6172616d·733a786d·6c3a6e73·3a696361·arams:xml:ns:ica |
9321 | ··0x002481b0·6c656e64·61722d32·2e302220·3e0a3c78·lendar-2.0"·>.<x | 9321 | ··0x002481b0·6c656e64·61722d32·2e302220·3e0a3c78·lendar-2.0"·>.<x |
9322 | ··0x002481c0·733a646f·63756d65·6e746174·696f6e20·s:documentation· | 9322 | ··0x002481c0·733a646f·63756d65·6e746174·696f6e20·s:documentation· |
9323 | ··0x002481d0·00ff786d·6c3a6c61·6e673d22·656e223e·..xml:lang="en"> | 9323 | ··0x002481d0·00ff786d·6c3a6c61·6e673d22·656e223e·..xml:lang="en"> |
9324 | ··0x002481e0·0a202020·20202020·66627479·70657061·.·······fbtypepa | ||
9325 | ··0x002481f0·72616d20·20202020·2020203d·20224642·ram········=·"FB | ||
9326 | ··0x00248 | 9324 | ··0x002481e0·0a202020·20202020·20447572·6174696f·.········Duratio |
9325 | ··0x002481f0·6e732061·72652061·2070726f·626c656d·ns·are·a·problem | ||
9326 | ··0x00248200·3a200a20·20202020·20202020·2020584d·:·.···········XM | ||
9327 | ··0x00248210·4c207363·68656d61·20747970·65732061·L·schema·types·a | ||
9328 | ··0x00248220·6c6c6f77·20596561·72732c20·4d6f6e74·llow·Years,·Mont | ||
9329 | ··0x00248230·68732c20·44617973·2c20486f·7572732c·hs,·Days,·Hours, | ||
9330 | ··0x00248240·204d696e·75746573·2c205365·636f6e64··Minutes,·Second | ||
9331 | ··0x00248250·730a00ff·20202020·20202020·20202049·s...···········I | ||
9332 | ··0x00248260·63616c20·616c6c6f·77732057·65656b73·cal·allows·Weeks | ||
9333 | ··0x00248270·2c204461·79732c20·486f7572·732c204d·,·Days,·Hours,·M | ||
9334 | ··0x00248280·696e7574·65732c20·5365636f·6e64730a·inutes,·Seconds. | ||
9327 | ··0x002482 | 9335 | ··0x00248290·20202020·20202020·2020200a·20202020············.···· |
9328 | ··0x002482 | 9336 | ··0x002482a0·20202020·54686573·65206f76·65726c61·····These·overla |
9337 | ··0x002482b0·7020616e·64207765·20726561·6c6c7920·p·and·we·really· | ||
9338 | ··0x002482c0·6e656564·20612063·6f6d6269·6e617469·need·a·combinati | ||
9339 | ··0x002482d0·6f6e206f·00ff6620·626f7468·2e0a2020·on·o..f·both..·· | ||
9340 | ··0x002482e0·20202020·2020536f·20746865·20636f6d·······So·the·com | ||
9341 | ··0x002482f0·70726f6d·69736520·69732074·6f206861·promise·is·to·ha | ||
9342 | ··0x00248300·76652061·20706174·7465726e·20726573·ve·a·pattern·res | ||
9343 | ··0x00248310·74726963·74656420·53747269·6e672074·tricted·String·t | ||
9344 | ··0x00248320·79706520·616e6420·6e6f7465·0a202020·ype·and·note.··· | ||
9345 | ··0x00248330·20202020·20746861·74206966·20646174······that·if·dat | ||
9346 | ··0x00248340·61206973·20746f20·62652065·78706f72·a·is·to·be·expor | ||
9347 | ··0x00248350·74656420·696e00ff·746f2074·68652069·ted·in..to·the·i | ||
9348 | ··0x00248360·63616c65·6e646172·20776f72·6c642069·calendar·world·i | ||
9349 | ··0x00248370·74206361·6e6e6f74·20686176·65200a20·t·cannot·have·.· | ||
9350 | ··0x00248380·20202020·20202079·65617273·206f7220········years·or· | ||
9351 | ··0x00248390·6d6f6e74·68732e0a·20202020·20202020·months..········ | ||
9352 | ··0x002483a0·0a202020·20202020·20556c74·696d6174·.········Ultimat | ||
9353 | ··0x002483b0·656c7920·69742069·7320746f·20626520·ely·it·is·to·be· | ||
9354 | ··0x002483c0·686f7065·64207468·65207477·6f20776f·hoped·the·two·wo | ||
9355 | ··0x002483d0·726c6473·2063616e·00ff2062·6520616c·rlds·can..·be·al | ||
9356 | ··0x002483e0·69676e65·642e0a20·20202020·2020200a·igned..········. | ||
9357 | ··0x002483f0·20202020·20202020·52464335·35343520·········RFC5545· | ||
9358 | ··0x00248400·28696361·6c656e64·61722920·73706563·(icalendar)·spec | ||
9359 | ··0x00248410·69666965·730a2020·20202020·20206475·ifies.········du | ||
9360 | ··0x00248420·722d7661·6c756520·203d2028·5b222b22·r-value··=·(["+" | ||
9361 | ··0x00248430·5d202f20·222d2229·20225022·20286475·]·/·"-")·"P"·(du | ||
9362 | ··0x00248440·722d6461·7465202f·20647572·2d74696d·r-date·/·dur-tim | ||
9363 | ··0x00248450·65202f20·6475722d·776500ff·656b290a·e·/·dur-we..ek). | ||
9364 | ··0x00248460·0a202020·20202020·20647572·2d646174·.········dur-dat | ||
9365 | ··0x00248470·65202020·3d206475·722d6461·79205b64·e···=·dur-day·[d | ||
9366 | ··0x00248480·75722d74·696d655d·0a202020·20202020·ur-time].······· | ||
9367 | ··0x00248490·20647572·2d74696d·65202020·3d202254··dur-time···=·"T | ||
9368 | ··0x002484a0·22202864·75722d68·6f757220·2f206475·"·(dur-hour·/·du | ||
9369 | ··0x002484b0·722d6d69·6e757465·202f2064·75722d73·r-minute·/·dur-s | ||
9370 | ··0x002484c0·65636f6e·64290a20·20202020·20202064·econd).········d | ||
9371 | ··0x002484d0·75722d77·65656b20·20203d20·00ff312a·ur-week···=·..1* | ||
9372 | ··0x002484e0·44494749·54202257·220a2020·20202020·DIGIT·"W".······ | ||
9373 | ··0x002484f0·20206475·722d686f·75722020·203d2031···dur-hour···=·1 | ||
9374 | ··0x00248500·2a444947·49542022·4822205b·6475722d·*DIGIT·"H"·[dur- | ||
9375 | ··0x00248510·6d696e75·74655d0a·20202020·20202020·minute].········ | ||
9376 | ··0x00248520·6475722d·6d696e75·7465203d·20312a44·dur-minute·=·1*D | ||
9377 | ··0x00248530·49474954·20224d22·205b6475·722d7365·IGIT·"M"·[dur-se | ||
9378 | ··0x00248540·636f6e64·5d0a2020·20202020·20206475·cond].········du | ||
9379 | ··0x00248550·722d7365·636f6e64·203d2031·2a4400ff·r-second·=·1*D.. | ||
9380 | ··0x00248560·49474954·20225322·0a202020·20202020·IGIT·"S".······· | ||
9381 | ··0x00248570·20647572·2d646179·20202020·3d20312a··dur-day····=·1* | ||
9382 | ··0x00248580·44494749·54202244·220a2020·20202020·DIGIT·"D".······ | ||
9383 | ··0x00248590·20200a20·20202020·20202053·6f205035···.········So·P5 | ||
9384 | ··0x002485a0·57206973·2076616c·69643a20·50355754·W·is·valid:·P5WT | ||
9385 | ··0x002485b0·31304d20·6973206e·6f742e20·49662077·10M·is·not.·If·w | ||
9386 | ··0x002485c0·65656b73·20726520·73706563·69666965·eeks·re·specifie | ||
9387 | ··0x002485d0·64206e6f·7468696e·6720656c·73652063·d·nothing·else·c | ||
9388 | ··0x002485e0·00ff616e·2062650a·20202020·20202020·..an·be.········ | ||
9389 | ··0x002485f0·0a202020·20202020·20584d4c·20737065·.········XML·spe | ||
9390 | ··0x00248600·63696669·65730a20·20202020·20202020·cifies.········· | ||
9391 | ··0x00248610·2020506e·596e4d6e·44546e48·6e4d6e53···PnYnMnDTnHnMnS | ||
9329 | ··0x00248 | 9392 | ··0x00248620·0a202020·20202020·200a2020·20202020·.········.······ |
9330 | ··0x00248240·20202020·2020202f·20224255·5359220a········/·"BUSY". | ||
9331 | ··0x00248250·202000ff·20202020·20202020·20202020···..············ | ||
9332 | ··0x00248260·20202020·20202020·20202020·2f202242·············/·"B | ||
9333 | ··0x00248 | 9393 | ··0x00248630·20205468·6520656c·656d656e·7473206d···The·elements·m |
9394 | ··0x00248640·75737420·61707065·61722069·6e207468·ust·appear·in·th | ||
9395 | ··0x00248650·65206f72·64657220·73706563·69666965·e·order·specifie | ||
9396 | ··0x00248660·642000f3·616e6420·74686520·27542720·d·..and·the·'T'· | ||
9397 | ··0x00248670·6973206f·6d697474·6564200a·20202020·is·omitted·.···· | ||
9398 | ··0x00248680·20202020·69662068·6f757273·206d696e·····if·hours·min | ||
9399 | ··0x00248690·75746573·20616e64·20736563·6f6e6473·utes·and·seconds | ||
9400 | ··0x002486a0·20617265·20616273·656e742e·0a202020··are·absent..··· | ||
9401 | ··0x002486b0·2020203c·2f78733a·646f6375·6d656e74····</xs:document | ||
9402 | ··0x002486c0·6174696f·6e3e0a3c·2f78733a·616e6e6f·ation>.</xs:anno | ||
9403 | ··0x002486d0·74617469·6f6e3e00·074e0006·2f00ce62·tation>..N../..b | ||
9404 | ··0x002486e0·75696c64·2f726570·726f6475·6369626c·uild/reproducibl | ||
9405 | ··0x002486f0·652d7061·74682f6c·69626b6f·6c616278·e-path/libkolabx | ||
9406 | ··0x00248700·6d6c2d31·2e322e31·2f736368·656d6173·ml-1.2.1/schemas | ||
9407 | ··0x00248710·2f696361·6c2f6943·616c656e·6461722d·/ical/iCalendar- | ||
9408 | ··0x00248720·76616c74·79706573·2e787364·44000514·valtypes.xsdD... | ||
9409 | ··0x00248730·0006ff06·0001a00a·00828000·00003f01·..............?. | ||
9410 | ··0x00248740·00053c00·ff78733a·616e6e6f·74617469·..<..xs:annotati | ||
9411 | ··0x00248750·6f6e2078·6d6c6e73·3a78733d·22687474·on·xmlns:xs="htt | ||
9412 | ··0x00248760·703a2f2f·7777772e·77332e6f·72672f32·p://www.w3.org/2 | ||
9413 | ··0x00248770·3030312f·584d4c53·6368656d·61222078·001/XMLSchema"·x | ||
9414 | ··0x00248780·6d6c6e73·3a786361·6c3d2275·726e3a69·mlns:xcal="urn:i | ||
9415 | ··0x00248790·6574663a·70617261·6d733a78·6d6c3a6e·etf:params:xml:n | ||
9416 | ··0x002487a0·733a6963·616c656e·6461722d·322e3022·s:icalendar-2.0" | ||
9417 | ··0x002487b0·203e0a3c·78733a64·6f63756d·656e7461··>.<xs:documenta | ||
9418 | ··0x002487c0·74696f6e·2000ff78·6d6c3a6c·616e673d·tion·..xml:lang= | ||
9419 | ··0x002487d0·22656e22·3e0a2020·20202020·20205374·"en">.········St | ||
9420 | ··0x002487e0·616e6461·72642076·616c7565·730a2020·andard·values.·· | ||
9421 | ··0x002487f0·20202020·20202020·20224348·41495222··········"CHAIR" | ||
9334 | ··0x00248 | 9422 | ··0x00248800·200a2020·20202020·20202020·20225245··.···········"RE |
9423 | ··0x00248810·512d5041·52544943·4950414e·5422200a·Q-PARTICIPANT"·. | ||
9335 | ··0x00248 | 9424 | ··0x00248820·20202020·20202020·20202022·4f50542d············"OPT- |
9336 | ··0x00248 | 9425 | ··0x00248830·50415254·49434950·414e5422·200a2020·PARTICIPANT"·.·· |
9426 | ··0x00248840·20202020·20202000·be202022·4e4f4e2d········..··"NON- | ||
Max diff block lines reached; 75844/101866 bytes (74.45%) 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·38323132·64376566·61666166·65386530·8212d7efafafe8e0 | ||
3 | ··0x000000 | 2 | ··0x00000000·34363163·62383038·34623038·66393565·461cb8084b08f95e |
3 | ··0x00000010·62656435·34636331·39626662·39343939·bed54cc19bfb9499 | ||
4 | ··0x00000020·643 | 4 | ··0x00000020·64346239·33652e64·65627567·00000000·d4b93e.debug.... |
5 | ··0x00000030· | 5 | ··0x00000030·7c1cfe03····························|... |
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······552·2023-12-12·10:49:45.000000·control.tar.xz |
3 | -rw-r--r--···0········0········0··682726 | 3 | -rw-r--r--···0········0········0··6827264·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:·8532 | 7 | Installed-Size:·8532 |
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:·e5461cb8084b08f95ebed54cc19bfb9499d4b93e |
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/e5/ |
7 | -rw-r--r--···0·root·········(0)·root·········(0)··8725968·2023-12-12·10:49:45.000000·./usr/lib/debug/.build-id/ | 7 | -rw-r--r--···0·root·········(0)·root·········(0)··8725968·2023-12-12·10:49:45.000000·./usr/lib/debug/.build-id/e5/461cb8084b08f95ebed54cc19bfb9499d4b93e.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, 8 lines modified | Offset 1, 8 lines modified | ||
1 | Displaying·notes·found·in:·.note.gnu.property | 1 | Displaying·notes·found·in:·.note.gnu.property |
2 | ··Owner················Data·size·» Description | 2 | ··Owner················Data·size·» Description |
3 | ··GNU··················0x00000010» NT_GNU_PROPERTY_TYPE_0» ······Properties:·AArch64·feature:·BTI,·PAC | 3 | ··GNU··················0x00000010» NT_GNU_PROPERTY_TYPE_0» ······Properties:·AArch64·feature:·BTI,·PAC |
4 | Displaying·notes·found·in:·.note.gnu.build-id | 4 | Displaying·notes·found·in:·.note.gnu.build-id |
5 | ··Owner················Data·size·» Description | 5 | ··Owner················Data·size·» Description |
6 | ··GNU··················0x00000014» NT_GNU_BUILD_ID·(unique·build·ID·bitstring)» ····Build·ID:· | 6 | ··GNU··················0x00000014» NT_GNU_BUILD_ID·(unique·build·ID·bitstring)» ····Build·ID:·e5461cb8084b08f95ebed54cc19bfb9499d4b93e |
Offset 1, 8 lines modified | Offset 1, 8 lines modified | ||
1 | GCC:·(Debian·14.2.0-19)·14.2.0 | 1 | >GCC:·(Debian·14.2.0-19)·14.2.0 |
2 | x» r>`Hk^ | 2 | x» r>`Hk^ |
3 | i4+GH'Y9R | 3 | i4+GH'Y9R |
4 | 83|rl,>g4 | 4 | 83|rl,>g4 |
5 | IFbs9yHl!' | 5 | IFbs9yHl!' |
6 | <SedM0CL | 6 | <SedM0CL |
7 | D9nD&^I4 | 7 | D9nD&^I4 |
8 | mZ81=pr&> | 8 | mZ81=pr&> |