Hi, Thanks for your review. 在 2025/9/2 20:50, Adam D. Barratt 写道: > On Tue, 2025-09-02 at 06:21 +0100, Adam D. Barratt wrote: >> On Tue, 2025-09-02 at 13:07 +0800, xiao sheng wen(肖盛文) wrote: >>> I just upload it, this package has been put into the NEW queue >>> again. >>> >>> https://ftp-master.debian.org/new/stardict_3.0.7+git20220909+dfsg-8+deb13u1.html >>> >>> The version 3.0.7+git20220909+dfsg-8 already passed the NEW queue >>> in >>> sid before. >> >> Yes, you added new binary packages - they're not in stable at the >> moment. Whether they exist in unstable is irrelevant as far as the >> archive is concerned. That's not something you should just do in a >> stable update without getting agreement first. >> >> In any case, your versioning is wrong: >> >> stardict | 3.0.7+git20220909+dfsg-8 | unstable | >> source, all >> stardict | 3.0.7+git20220909+dfsg-8+deb13u1 | new | >> source, all >> >> Assuming that we decide we're OK with the update, it will need a >> version number that's lower than unstable. 3.0.7+git20220909+dfsg- >> 8~deb13u1 would be the conventional approach. I update the version number to 3.0.7+git20220909+dfsg-8~deb13u1, please see attachment *.debdiff. > > The .changes file for what you've uploaded to NEW is also missing any > details about the new binary package being added or why it's there, > because you didn't use -v to make sure all of the changes since stable > were included: > > Changes: > stardict (3.0.7+git20220909+dfsg-8+deb13u1) trixie; urgency=medium > . > * Update d/gbp.conf for trixie-specific I use -v rebuild again: debuild -v3.0.7+git20220909+dfsg-6 please see the attachment .changes file. > > I'm going to ask ftp-master to reject the upload. We can re-visit the > general idea once 13.1 is out the way. Please help re-visit it. I don't do upload to ftpmaster now, after getting agreement, I'll do upload. Thanks! -- 肖盛文 xiao sheng wen -- Debian Developer(atzlinux) Debian QA page: https://qa.debian.org/developer.php?login=atzlinux%40debian.org Debian salsa: https://salsa.debian.org/atzlinux-guest GnuPG Public Key: 0x00186602339240CB
diff -Nru stardict-3.0.7+git20220909+dfsg/debian/changelog stardict-3.0.7+git20220909+dfsg/debian/changelog --- stardict-3.0.7+git20220909+dfsg/debian/changelog 2024-08-16 15:48:15.000000000 +0800 +++ stardict-3.0.7+git20220909+dfsg/debian/changelog 2025-09-03 11:31:47.000000000 +0800 @@ -1,3 +1,26 @@ +stardict (3.0.7+git20220909+dfsg-8~deb13u1) trixie; urgency=medium + + * Update d/gbp.conf for trixie-specific + + -- xiao sheng wen <atzlinux@sina.com> Wed, 03 Sep 2025 11:31:47 +0800 + +stardict (3.0.7+git20220909+dfsg-8) unstable; urgency=medium + + * remove stardict_youdaodict.so plugin from stardict-plugin package, + Closes: #1110370 CVE-2025-55014 + * split network-dictionary plugin to a new binary package + stardict-plugin-network-dictionary + * add d/NEWS.Debian + + -- xiao sheng wen <atzlinux@sina.com> Mon, 11 Aug 2025 10:46:11 +0800 + +stardict (3.0.7+git20220909+dfsg-7) unstable; urgency=medium + + * d/stardict-plugin.install:not install stardict_dictdotcn.so, Closes: #806960 + * d/rules:Added --disable-dictdotcn option, dictdotcn is not provid server now + + -- xiao sheng wen <atzlinux@sina.com> Wed, 06 Aug 2025 14:09:39 +0800 + stardict (3.0.7+git20220909+dfsg-6) unstable; urgency=medium * add d/p/fix-gcc14-FTBFS#1078396.patch (Closes: #1078396) Thanks Nilesh Patra diff -Nru stardict-3.0.7+git20220909+dfsg/debian/control stardict-3.0.7+git20220909+dfsg/debian/control --- stardict-3.0.7+git20220909+dfsg/debian/control 2024-07-06 16:38:36.000000000 +0800 +++ stardict-3.0.7+git20220909+dfsg/debian/control 2025-09-02 10:23:51.000000000 +0800 @@ -237,6 +237,35 @@ To use this info plugin, please input "info" prefix before string. For example: "info printf". +Package: stardict-plugin-network-dictionary +Architecture: any +Depends: + ${misc:Depends}, ${shlibs:Depends}, + stardict-gtk (= ${binary:Version}), +Recommends: stardict-plugin (= ${binary:Version}) +Replaces: stardict-plugin +Description: International dictionary lookup program - network dictionary plugin + StarDict is a cross-platform international dictionary lookup program. + . + Main features: + * Glob-style pattern matching search + * Fuzzy search + * Working from system tray + * Scanning mouse selection and showing pop-up windows with translation of + selected words + * Pronouncing of the translated words + * Plugins support + * ..and more + . + This package contains network-dictionary plugin for StarDict which can query + word through the network. + . + *Warning* + * The query word will send through the network use plain-text in this plugin! + * Please do *NOT* selects any confidential data to query dictionary + * When enable "Scan" function on stardict, the selected text will sended on + the net at once. + Package: stardict-plugin Architecture: any Depends: @@ -251,6 +280,7 @@ stardict-plugin-cal (= ${binary:Version}), stardict-plugin-fortune (= ${binary:Version}), stardict-plugin-info (= ${binary:Version}), + stardict-plugin-network-dictionary (= ${binary:Version}), Description: International dictionary lookup program - common plugins StarDict is a cross-platform international dictionary lookup program. . @@ -277,7 +307,6 @@ - stardict_flite plugin - stardict_gucharmap plugin - stardict_update_info plugin - - stardict_youdaodict plugin - stardict_multi_cmd plugin(add in 3.0.7+git20220909) Package: stardict-common diff -Nru stardict-3.0.7+git20220909+dfsg/debian/gbp.conf stardict-3.0.7+git20220909+dfsg/debian/gbp.conf --- stardict-3.0.7+git20220909+dfsg/debian/gbp.conf 2024-07-06 16:38:36.000000000 +0800 +++ stardict-3.0.7+git20220909+dfsg/debian/gbp.conf 2025-09-02 10:33:19.000000000 +0800 @@ -1,4 +1,5 @@ [DEFAULT] +debian-branch = debian/trixie pristine-tar = True [pq] diff -Nru stardict-3.0.7+git20220909+dfsg/debian/NEWS.Debian stardict-3.0.7+git20220909+dfsg/debian/NEWS.Debian --- stardict-3.0.7+git20220909+dfsg/debian/NEWS.Debian 1970-01-01 08:00:00.000000000 +0800 +++ stardict-3.0.7+git20220909+dfsg/debian/NEWS.Debian 2025-09-02 10:23:51.000000000 +0800 @@ -0,0 +1,13 @@ +stardict (3.0.7+git20220909+dfsg-8) unstable; urgency=medium + + The stardict_youdaodict.so plugin is remove from stardict-plugin package, + and move them to a new binary package stardict-plugin-network-dictionary. + + -- xiao sheng wen <atzlinux@debian.org> Mon, 11 Aug 2025 10:36:28 +0800 + +stardict (3.0.7+git20220909+dfsg-7) unstable; urgency=medium + + This version disable the stardict_dictdotcn.so plugin in stardict-plugin + package, as dictdotcn is not in services. + + -- xiao sheng wen <atzlinux@sina.com> Wed, 06 Aug 2025 14:09:39 +0800 diff -Nru stardict-3.0.7+git20220909+dfsg/debian/rules stardict-3.0.7+git20220909+dfsg/debian/rules --- stardict-3.0.7+git20220909+dfsg/debian/rules 2024-07-06 16:38:36.000000000 +0800 +++ stardict-3.0.7+git20220909+dfsg/debian/rules 2025-09-02 10:23:51.000000000 +0800 @@ -14,6 +14,7 @@ override_dh_auto_configure: dh_auto_configure -- \ + --disable-dictdotcn \ --disable-gnome-support execute_after_dh_auto_build: diff -Nru stardict-3.0.7+git20220909+dfsg/debian/stardict-plugin.install stardict-3.0.7+git20220909+dfsg/debian/stardict-plugin.install --- stardict-3.0.7+git20220909+dfsg/debian/stardict-plugin.install 2024-07-06 16:38:36.000000000 +0800 +++ stardict-3.0.7+git20220909+dfsg/debian/stardict-plugin.install 2025-09-02 10:23:51.000000000 +0800 @@ -6,11 +6,9 @@ usr/lib/*/stardict/plugins/stardict_powerword_parsedata.so usr/lib/*/stardict/plugins/stardict_wordnet_parsedata.so usr/lib/*/stardict/plugins/stardict_wiki_parsedata.so -usr/lib/*/stardict/plugins/stardict_dictdotcn.so usr/lib/*/stardict/plugins/customdict.so usr/lib/*/stardict/plugins/stardict_espeak_ng.so usr/lib/*/stardict/plugins/stardict_flite.so usr/lib/*/stardict/plugins/stardict_gucharmap.so usr/lib/*/stardict/plugins/stardict_update_info.so -usr/lib/*/stardict/plugins/stardict_youdaodict.so usr/lib/*/stardict/plugins/stardict_multi_cmd.so diff -Nru stardict-3.0.7+git20220909+dfsg/debian/stardict-plugin-network-dictionary.install stardict-3.0.7+git20220909+dfsg/debian/stardict-plugin-network-dictionary.install --- stardict-3.0.7+git20220909+dfsg/debian/stardict-plugin-network-dictionary.install 1970-01-01 08:00:00.000000000 +0800 +++ stardict-3.0.7+git20220909+dfsg/debian/stardict-plugin-network-dictionary.install 2025-09-02 10:23:51.000000000 +0800 @@ -0,0 +1 @@ +usr/lib/*/stardict/plugins/stardict_youdaodict.so
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 03 Sep 2025 11:31:47 +0800 Source: stardict Binary: stardict stardict-common stardict-gtk stardict-gtk-dbgsym stardict-plugin stardict-plugin-cal stardict-plugin-cal-dbgsym stardict-plugin-dbgsym stardict-plugin-espeak stardict-plugin-espeak-dbgsym stardict-plugin-festival stardict-plugin-festival-dbgsym stardict-plugin-fortune stardict-plugin-fortune-dbgsym stardict-plugin-info stardict-plugin-info-dbgsym stardict-plugin-network-dictionary stardict-plugin-network-dictionary-dbgsym stardict-plugin-spell stardict-plugin-spell-dbgsym stardict-tools stardict-tools-dbgsym Architecture: source all amd64 Version: 3.0.7+git20220909+dfsg-8~deb13u1 Distribution: trixie Urgency: medium Maintainer: xiao sheng wen <atzlinux@sina.com> Changed-By: xiao sheng wen <atzlinux@sina.com> Description: stardict - International dictionary lookup program - stardict.png icons stardict-common - International dictionary lookup program - data files stardict-gtk - International dictionary lookup program - gtk stardict-plugin - International dictionary lookup program - common plugins stardict-plugin-cal - International dictionary lookup program - cal plugin stardict-plugin-espeak - International dictionary lookup program - eSpeak TTS plugin stardict-plugin-festival - International dictionary lookup program - Festival TTS plugin stardict-plugin-fortune - International dictionary lookup program - fortune plugin stardict-plugin-info - International dictionary lookup program - info plugin stardict-plugin-network-dictionary - International dictionary lookup program - network dictionary plug stardict-plugin-spell - International dictionary lookup program - spell plugin stardict-tools - dictionary conversion tools of stardict Closes: 806960 1110370 Changes: stardict (3.0.7+git20220909+dfsg-8~deb13u1) trixie; urgency=medium . * Update d/gbp.conf for trixie-specific . stardict (3.0.7+git20220909+dfsg-8) unstable; urgency=medium . * remove stardict_youdaodict.so plugin from stardict-plugin package, Closes: #1110370 CVE-2025-55014 * split network-dictionary plugin to a new binary package stardict-plugin-network-dictionary * add d/NEWS.Debian . stardict (3.0.7+git20220909+dfsg-7) unstable; urgency=medium . * d/stardict-plugin.install:not install stardict_dictdotcn.so, Closes: #806960 * d/rules:Added --disable-dictdotcn option, dictdotcn is not provid server now Checksums-Sha1: 875945fba2aec4e9be86047204db194dc15c3342 3220 stardict_3.0.7+git20220909+dfsg-8~deb13u1.dsc 7a98834aa4485e312bc630e3bcb54949e317dd58 23500 stardict_3.0.7+git20220909+dfsg-8~deb13u1.debian.tar.xz c995f2b5fabefa1879c59d941256d6511eaef129 1147328 stardict-common_3.0.7+git20220909+dfsg-8~deb13u1_all.deb 6a2c9f13e0f9abebdd6cfd1a57655377ab64b503 5736552 stardict-gtk-dbgsym_3.0.7+git20220909+dfsg-8~deb13u1_amd64.deb e287a9007b34f7538a2a7387f93d3e7c8ba572c1 421088 stardict-gtk_3.0.7+git20220909+dfsg-8~deb13u1_amd64.deb be804a9338c08fd29b594842ad99f1ea25ecc233 27808 stardict-plugin-cal-dbgsym_3.0.7+git20220909+dfsg-8~deb13u1_amd64.deb 4e891d79d7e508d55b9ccc12e4162948af8afb60 11264 stardict-plugin-cal_3.0.7+git20220909+dfsg-8~deb13u1_amd64.deb 6ee098152f1c270360dec703148f0a0534da2ad6 1365976 stardict-plugin-dbgsym_3.0.7+git20220909+dfsg-8~deb13u1_amd64.deb 36e2441c04f519cb984f46154efabfe1bcebcbcd 35932 stardict-plugin-espeak-dbgsym_3.0.7+git20220909+dfsg-8~deb13u1_amd64.deb d272a547d06b8b733c51e07d46ba8a10e93dfedb 12540 stardict-plugin-espeak_3.0.7+git20220909+dfsg-8~deb13u1_amd64.deb 588825e99cd061730c94070a37aa2454199e47ff 83048 stardict-plugin-festival-dbgsym_3.0.7+git20220909+dfsg-8~deb13u1_amd64.deb 543a062819b87dc0e7685acc404c1f58938d6454 443488 stardict-plugin-festival_3.0.7+git20220909+dfsg-8~deb13u1_amd64.deb 99dd646688e5095e181c9f4805e8f5f564000baa 27788 stardict-plugin-fortune-dbgsym_3.0.7+git20220909+dfsg-8~deb13u1_amd64.deb 65e02651da4c5b91b750173f4f0e85c93957a008 11304 stardict-plugin-fortune_3.0.7+git20220909+dfsg-8~deb13u1_amd64.deb 9dd23028ea292f4060e3f7bf6f2c13293fa08db8 36688 stardict-plugin-info-dbgsym_3.0.7+git20220909+dfsg-8~deb13u1_amd64.deb eeac7fb6ce7f0f41dc6e8f250714baad45c66466 12372 stardict-plugin-info_3.0.7+git20220909+dfsg-8~deb13u1_amd64.deb 39c5bbeae7cf67a3afd6a087488b408e1a15cb3c 90196 stardict-plugin-network-dictionary-dbgsym_3.0.7+git20220909+dfsg-8~deb13u1_amd64.deb d33aa25ffd1e8e881717b4fbc9b3e934ec6ea243 14152 stardict-plugin-network-dictionary_3.0.7+git20220909+dfsg-8~deb13u1_amd64.deb c1ec1a4754954b1a85ec3e779b8f8c502e3dfb65 99292 stardict-plugin-spell-dbgsym_3.0.7+git20220909+dfsg-8~deb13u1_amd64.deb ff2441f1e828cc173c61d263a1ea03fa01386d67 16980 stardict-plugin-spell_3.0.7+git20220909+dfsg-8~deb13u1_amd64.deb 98a9ce5cf789b9967f1ee9ac90f606b6bc8f2eb6 110992 stardict-plugin_3.0.7+git20220909+dfsg-8~deb13u1_amd64.deb 5fdc4f6a42614a15899a24e1c6361d88822cbdd1 7113396 stardict-tools-dbgsym_3.0.7+git20220909+dfsg-8~deb13u1_amd64.deb 35c0059aa6df2c466b8f9a1252ce82c575b9e45c 381420 stardict-tools_3.0.7+git20220909+dfsg-8~deb13u1_amd64.deb 46bf176921ff43e71998c01ebe9451931012b47e 47400 stardict_3.0.7+git20220909+dfsg-8~deb13u1_all.deb 0aaae22d472f55d0f63673c16c683dd31d30f475 26876 stardict_3.0.7+git20220909+dfsg-8~deb13u1_amd64.buildinfo Checksums-Sha256: 8961b8d58d20648b3a4ac409bf356c2d7e1b12017022e23a3bbf07220a869a4d 3220 stardict_3.0.7+git20220909+dfsg-8~deb13u1.dsc 308df7dea2d3f5a6ba34f525a9173230417db1335d3d3f3025610d1e52d61977 23500 stardict_3.0.7+git20220909+dfsg-8~deb13u1.debian.tar.xz 7cff07060c870bcc479135ac7cd0de26def22ea92225625f5035777b0c054e0b 1147328 stardict-common_3.0.7+git20220909+dfsg-8~deb13u1_all.deb 4454c2a0b5c459ab6b6d82ab9b13d3032c466c13d8d9cd64ab842185f2b503f9 5736552 stardict-gtk-dbgsym_3.0.7+git20220909+dfsg-8~deb13u1_amd64.deb 35b2ef81d72628e2f40823a414a29493bc2bd7db8feaa3718a04cb57ee20a276 421088 stardict-gtk_3.0.7+git20220909+dfsg-8~deb13u1_amd64.deb 52092ec568eb6a98ff7745e4e44b42030a1754f292e1297efb889cd4de4ff0c8 27808 stardict-plugin-cal-dbgsym_3.0.7+git20220909+dfsg-8~deb13u1_amd64.deb e2695f0cce022b1feb6f27257d5744857ba9c509c85cc6d5ceaf2e77754073ad 11264 stardict-plugin-cal_3.0.7+git20220909+dfsg-8~deb13u1_amd64.deb 6777d2118f2284ae1ef7b19bf4729129063221228ee411da78fa1a90f9a7b16a 1365976 stardict-plugin-dbgsym_3.0.7+git20220909+dfsg-8~deb13u1_amd64.deb b832d2d676381310b8cbfc5692c3d42bb5cbbcdaa9b03ee3ca1362ddc114785c 35932 stardict-plugin-espeak-dbgsym_3.0.7+git20220909+dfsg-8~deb13u1_amd64.deb bad73b73a0c5efbb658367a02f06a4c41a8fa1bf3de4a769c20a1dfaa344e4d1 12540 stardict-plugin-espeak_3.0.7+git20220909+dfsg-8~deb13u1_amd64.deb 55f700d2f2745fef4735044067416034eb4ad060b9cd6252d778c3bb60cdd568 83048 stardict-plugin-festival-dbgsym_3.0.7+git20220909+dfsg-8~deb13u1_amd64.deb 8dfd6d9674fc5846aa7677c887c7e540f48fefaaa8d86130aab69249d4c53a66 443488 stardict-plugin-festival_3.0.7+git20220909+dfsg-8~deb13u1_amd64.deb feb3e1de2ea2bc66737289e854b0241b6bbb933ae46622a69fad4a336284443f 27788 stardict-plugin-fortune-dbgsym_3.0.7+git20220909+dfsg-8~deb13u1_amd64.deb 848facea7834a8781169b6eaa82488a3bb11136b7f7d5a5b4cb2a822fa70eac0 11304 stardict-plugin-fortune_3.0.7+git20220909+dfsg-8~deb13u1_amd64.deb 0eb863ea9f6c55be43d9b07893ea603c3903fd84b31a5fb662ed2de0d3aaded3 36688 stardict-plugin-info-dbgsym_3.0.7+git20220909+dfsg-8~deb13u1_amd64.deb 5cf6a32da1cc1fae383d5a2f241b29dc575e284c7db221031d505b47c16fc25b 12372 stardict-plugin-info_3.0.7+git20220909+dfsg-8~deb13u1_amd64.deb 3a1ed0d532ea6ab1f9182a04d5e447b8d4a2d8aecb6d1e5d401035bb6c77c964 90196 stardict-plugin-network-dictionary-dbgsym_3.0.7+git20220909+dfsg-8~deb13u1_amd64.deb e60900145e184230ef41a449df87bbfb51b8092fe70fe035f223c0a1938038b3 14152 stardict-plugin-network-dictionary_3.0.7+git20220909+dfsg-8~deb13u1_amd64.deb 4be1b41c3826ed8a9ccfacaddbb88614d3f844c71cce35315bdbb864b7124ab9 99292 stardict-plugin-spell-dbgsym_3.0.7+git20220909+dfsg-8~deb13u1_amd64.deb 8f7034c0c8a48ccd6902d74d6d30fb3fde6eaa00e65b3b3df7b5da2d36e3b046 16980 stardict-plugin-spell_3.0.7+git20220909+dfsg-8~deb13u1_amd64.deb c93dcf99711e7fb6a3adca2b78d8d5d61f678b4326d06f4d3fde857bf01ffc43 110992 stardict-plugin_3.0.7+git20220909+dfsg-8~deb13u1_amd64.deb 9bf72902a738d3e026864875c464189d5c32ebdc5ae7239725d7dedcb008964b 7113396 stardict-tools-dbgsym_3.0.7+git20220909+dfsg-8~deb13u1_amd64.deb ead6e013d40503b9bcbb7bd9b68289f613be7244c6712799f2705744144ddcae 381420 stardict-tools_3.0.7+git20220909+dfsg-8~deb13u1_amd64.deb 673c21fff0b3aa519967151d4de2f95841950ab9e832b7069460150ea40a5d1a 47400 stardict_3.0.7+git20220909+dfsg-8~deb13u1_all.deb fcf7e79734bc2c31c6d86ab04ded4a622e1b95bb11f4302c6cb725e3b2f7b693 26876 stardict_3.0.7+git20220909+dfsg-8~deb13u1_amd64.buildinfo Files: c5d3a1dbf49cea13418a67d55fb511bb 3220 utils optional stardict_3.0.7+git20220909+dfsg-8~deb13u1.dsc 4a208bd5dbb53d0fef14c25935cd1ebe 23500 utils optional stardict_3.0.7+git20220909+dfsg-8~deb13u1.debian.tar.xz fc9fbfed8a5fe2c0d1d4aad79a4fa4ec 1147328 utils optional stardict-common_3.0.7+git20220909+dfsg-8~deb13u1_all.deb f85f5efbd45fbfd566d8d4714b1bfe2e 5736552 debug optional stardict-gtk-dbgsym_3.0.7+git20220909+dfsg-8~deb13u1_amd64.deb b1fa4f45e11fd33e85010f60e1b0c924 421088 utils optional stardict-gtk_3.0.7+git20220909+dfsg-8~deb13u1_amd64.deb 090d9b72dd5ffb02a1bce5a141518b9a 27808 debug optional stardict-plugin-cal-dbgsym_3.0.7+git20220909+dfsg-8~deb13u1_amd64.deb 13784b43ec25a7b26efa048b3a15c965 11264 utils optional stardict-plugin-cal_3.0.7+git20220909+dfsg-8~deb13u1_amd64.deb 1e664dd822779e976a02129ddf4d7b68 1365976 debug optional stardict-plugin-dbgsym_3.0.7+git20220909+dfsg-8~deb13u1_amd64.deb c3094e720e17ef0d1c145de3c0cdd270 35932 debug optional stardict-plugin-espeak-dbgsym_3.0.7+git20220909+dfsg-8~deb13u1_amd64.deb 86c2e9c3ab7415264413809963aff6d2 12540 utils optional stardict-plugin-espeak_3.0.7+git20220909+dfsg-8~deb13u1_amd64.deb 4a0bf079939e7342203d9c697117f039 83048 debug optional stardict-plugin-festival-dbgsym_3.0.7+git20220909+dfsg-8~deb13u1_amd64.deb f22053919b0f23c63efeae4b33506729 443488 utils optional stardict-plugin-festival_3.0.7+git20220909+dfsg-8~deb13u1_amd64.deb 654af3aff8e48a3f5db8985986088bec 27788 debug optional stardict-plugin-fortune-dbgsym_3.0.7+git20220909+dfsg-8~deb13u1_amd64.deb 62f22cd6bfddcf5eb2718d2a698a30c5 11304 utils optional stardict-plugin-fortune_3.0.7+git20220909+dfsg-8~deb13u1_amd64.deb 9c21a1bb1d2fd7f49d81b93b44b886b3 36688 debug optional stardict-plugin-info-dbgsym_3.0.7+git20220909+dfsg-8~deb13u1_amd64.deb 9bd0b066527d8abe86d2ffb438080ef9 12372 utils optional stardict-plugin-info_3.0.7+git20220909+dfsg-8~deb13u1_amd64.deb d7384ce5c8314cfe4f8155848d1ab2b5 90196 debug optional stardict-plugin-network-dictionary-dbgsym_3.0.7+git20220909+dfsg-8~deb13u1_amd64.deb 5e71d50aa7e34cfe38ceb4f0a0c6958c 14152 utils optional stardict-plugin-network-dictionary_3.0.7+git20220909+dfsg-8~deb13u1_amd64.deb 6c1f5a7e3f135b0eae5b6a2a39071fd3 99292 debug optional stardict-plugin-spell-dbgsym_3.0.7+git20220909+dfsg-8~deb13u1_amd64.deb bbf99a76de96fde99dde8067bc7c70b1 16980 utils optional stardict-plugin-spell_3.0.7+git20220909+dfsg-8~deb13u1_amd64.deb be2b6a200984f67df6cf62eaad9ed62b 110992 utils optional stardict-plugin_3.0.7+git20220909+dfsg-8~deb13u1_amd64.deb a88966f2ca331ac5cb600ba0b1714fd3 7113396 debug optional stardict-tools-dbgsym_3.0.7+git20220909+dfsg-8~deb13u1_amd64.deb f3e871c1974e8b4aa57e00793caca74f 381420 utils optional stardict-tools_3.0.7+git20220909+dfsg-8~deb13u1_amd64.deb a282456cfcd9735628ceccce58822f66 47400 utils optional stardict_3.0.7+git20220909+dfsg-8~deb13u1_all.deb 472c7ef6c7ccb5b0387241c782197534 26876 utils optional stardict_3.0.7+git20220909+dfsg-8~deb13u1_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEvGv7H5NUQYeSuhtTJ2Egg8PSprAFAmi3t98ACgkQJ2Egg8PS prBO2Q/+MukBwdk4LjD776ni5biVLizJbzDdYwyZJDxLMfyHOcb0icKbpJKHUKxf 3oy/mw068o290Phr3KaNloL3M1Jj/OhRsoo2zEeOqOxh0pxcO0NPjewBTK0FgE+N cmsfJlcHLecWRgSs7N1hnnF043H3MAFJj22ranVIH4cDV8MsA5GLJeSluiGY7Grc Pc1JOEk4ij4nhagBj68+uf4jr1WFvFupuUxl17xNJKohbWvJxR61WhDnrtG8UTpt vuWb2BtjoODPASYiCGHICyC6InahaGycAeCevhp2tgWofvUmvKSbVP6b2v94u5jR cTavA04s84SO5lFmvXf5NmGianffx0BDY5PUtb5Siwc/S3/HesIwn97IQC81DRdQ ytnad4GXxF/sCXzwfEALEkY5ctcpHMexnnLOpC8ZyHGEkU/q+6MAa9tAuNcvUBXk sUO0yrSsGJhehEk2TX8d4Z4wsFAvDEQSfi3Svkx+eVUkHf173dSyCG6AER+LJ2gO gT7zuwYsW30lqv9icPaQ9X+R5kAe1MAMCZ/j9c66pc/HpgWDkz0gsxiHiujjfIZz 9xuEnoygdUnjZCN3CFGm42kThbOsRgMB8+C6pShX3l+hd1uBAc5bFLU8IBP1DUW8 qFH1+46214AZWsLmoIqnbUDv3eeywfACjhAbzqDJpXkU4MhKp78= =3lh/ -----END PGP SIGNATURE-----
Attachment:
OpenPGP_0x00186602339240CB.asc
Description: OpenPGP public key
Attachment:
OpenPGP_signature.asc
Description: OpenPGP digital signature