From bage at debian.org Wed Nov 2 23:23:31 2022 From: bage at debian.org (Bastian Germann) Date: Thu, 3 Nov 2022 00:23:31 +0100 Subject: [pkg-crosswire-devel] Bug#1023373: bibledit: Message-ID: Source: bibledit Version: 5.0.988-3 Severity: serious Control: affects -1 bibledit-cloud This is a follow-up on #1017083. Aside from the embedded quill still not being built from source, quill/source/docs/_includes/analytics.html is clearly a non-source file that applies Google Analytics, which is not acceptable. From owner at bugs.debian.org Wed Nov 2 23:27:05 2022 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 02 Nov 2022 23:27:05 +0000 Subject: [pkg-crosswire-devel] Processed: bibledit: References: Message-ID: Processing control commands: > affects -1 bibledit-cloud Bug #1023373 [src:bibledit] bibledit: Added indication that 1023373 affects bibledit-cloud -- 1023373: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1023373 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Thu Nov 3 08:27:04 2022 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 03 Nov 2022 08:27:04 +0000 Subject: [pkg-crosswire-devel] Processed: retitle References: <729fd009-c7d6-8710-bc2d-7f1b031b2dff@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > retitle 1023373 bibledit: non-source Google Analytics file Bug #1023373 [src:bibledit] bibledit: Changed Bug title to 'bibledit: non-source Google Analytics file' from 'bibledit:'. > End of message, stopping processing here. Please contact me if you need assistance. -- 1023373: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1023373 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From teusjannette at gmail.com Fri Nov 4 16:06:46 2022 From: teusjannette at gmail.com (Teus Benschop) Date: Fri, 4 Nov 2022 17:06:46 +0100 Subject: [pkg-crosswire-devel] Bug#1023373: ACK References: Message-ID: <2E6DEEC6-E05B-4615-B648-FDE280EBE653@gmail.com> Ah, okay, thank you for spotting this analytics.html. It had escaped me. I?ll create a new Debian source tarball without this file. From teusjannette at gmail.com Fri Nov 4 19:21:40 2022 From: teusjannette at gmail.com (Teus Benschop) Date: Fri, 4 Nov 2022 20:21:40 +0100 Subject: [pkg-crosswire-devel] Bug#1023373: Some findings References: Message-ID: Hi, The file ?analytics.html? is used in other parts of the Quill source code tree. % grep -R "analytics.html" * docs/_layouts/v0.20.html: {% include analytics.html %} docs/_layouts/default.html: {% include analytics.html %} If this file were just deleted, then it could happen that this would affect building this source tree. A possible solution to this is not to entirely delete the ?analytics.html?, but rather to delete the contents of that file within the tags. From teusjannette at gmail.com Fri Nov 4 19:29:41 2022 From: teusjannette at gmail.com (Teus Benschop) Date: Fri, 4 Nov 2022 20:29:41 +0100 Subject: [pkg-crosswire-devel] Bug#1023373: Policy references References: Message-ID: Hi Bastian, You wrote: > [?], > quill/source/docs/_includes/analytics.html is clearly a non-source > file that applies Google Analytics, which is not acceptable. Could you please explain the reasons why the contents of analytics.html is not acceptable? I am specifically asking for references to the Debian Policy. https://www.debian.org/doc/debian-policy/ That way it may be clearer how exactly analytics.html violates the Debian Policy. It may also then be clearer how best to fix this bug. From bage at debian.org Fri Nov 4 22:40:51 2022 From: bage at debian.org (Bastian Germann) Date: Fri, 4 Nov 2022 23:40:51 +0100 Subject: [pkg-crosswire-devel] Bug#1023373: Bug#1023373: Policy references In-Reply-To: References: Message-ID: <54735b97-41ac-b2fa-af0e-c513b06e4f23@debian.org> 1) For dealing with non-source files see ?4.16. 2) The script calls https://www.google-analytics.com/analytics.js which is a privacy breach. I do not know the Policy section which applies to this but it is certainly a violation of the social contract, which says: "Our priorities are our users and free software". You should really have a look at the lintian output. There are more privacy-breach-generic tagged errors in the quill files. Those should be addressed as well. From teusjannette at gmail.com Sat Nov 5 15:44:34 2022 From: teusjannette at gmail.com (Teus Benschop) Date: Sat, 5 Nov 2022 16:44:34 +0100 Subject: [pkg-crosswire-devel] Bug#1023373: Further bug discussion References: <54735b97-41ac-b2fa-af0e-c513b06e4f23@debian.org> Message-ID: <9E69A114-AFEF-431F-A68E-C8187F706C0E@gmail.com> Hi Bastian, Thank you for the further clarification. You wrote: > 1) For dealing with non-source files see ?4.16. Paragraph 4.16 of the DPM [1] does not mention ?non-source files?. It is about ?missing sources?. There was a bug report on this issue [2]. The file "quill/source/docs/_includes/analytics.html? landed in the Bibledit source to fix that bug. [1] https://www.debian.org/doc/debian-policy/ch-source.html#missing-sources-debian-missing-sources [2] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1017083 You wrote: > 2) The script calls https://www.google-analytics.com/analytics.js which is a privacy breach. > I do not know the Policy section which applies to this but it is certainly a violation of the social contract, > which says: "Our priorities are our users and free software?. You are correct that the file "quill/source/docs/_includes/analytics.html? makes a call to Google Analytics. But I also see that this call is never executed by Bibledit. The call to Google Analytics can even never be made by Bibledit, because this call is not found in the file ?quill.min.js|. This is the final minified version from Quill that Bibledit uses. Therefore when referring to the social contract, where it says ?Our priorities are our users and free software?, Bibledit does prioritise the users and free software in this context. Because Bibledit never calls Google Analytics. After thinking over all these things, it now becomes even more unclear to me what the exact bug is that this report is about. My questions are: 1. Since there?s no policy violation, and no violation of the social contract, and no functional error, what exactly is the bug? 2. Since there?s no violation of policy or social contract, and the package is not unfit for release, why has this bug been tagged release critical? A few suggestion are these: 1. To no longer make this bug release critical. 2. Perhaps make this bug a wishlist item instead. 3. Perhaps close this bug since there?s no bug found yet. You wrote: > You should really have a look at the lintian output. > There are more privacy-breach-generic tagged errors in the quill files. > Those should be addressed as well. I agree with you, and have had a look a couple of times, now and in the past. I agree that these should be addressed too. Anyway, these are a few of my thoughts about this bug, and thank you for your eagerness to make Bibledit a perfect Debian package. Teus. From bage at debian.org Sat Nov 5 19:26:42 2022 From: bage at debian.org (Bastian Germann) Date: Sat, 5 Nov 2022 20:26:42 +0100 Subject: [pkg-crosswire-devel] Bug#1023373: Further bug discussion In-Reply-To: <9E69A114-AFEF-431F-A68E-C8187F706C0E@gmail.com> References: <54735b97-41ac-b2fa-af0e-c513b06e4f23@debian.org> <9E69A114-AFEF-431F-A68E-C8187F706C0E@gmail.com> Message-ID: Am 05.11.22 um 16:44 schrieb Teus Benschop: > Paragraph 4.16 of the DPM [1] does not mention ?non-source files?. > It is about ?missing sources?. We can play a word game but "missing sources" is exactly about "non-source files". If a file is contained in a package that is not a source file then its sources are missing. The common understanding in Debian of what is a source file is "preferred form of modification". Please take a look at analytics.html and think about the question: "Is this a source file or not?" > There was a bug report on this issue [2]. > The file "quill/source/docs/_includes/analytics.html? landed in the Bibledit source to fix that bug. > > [1]https://www.debian.org/doc/debian-policy/ch-source.html#missing-sources-debian-missing-sources > [2]https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1017083 I know about that bug report (I have already referenced it here). It was closed without actually fixing it. The quill files are still non-source files because they are not in their preferred form of modification. So this bug is primarily about the missing source (Policy violation). When you have addressed that you can downgrade the severity to important to address the secondary issue of supposed privacy violations. From teusjannette at gmail.com Sun Nov 6 14:06:24 2022 From: teusjannette at gmail.com (Teus Benschop) Date: Sun, 6 Nov 2022 15:06:24 +0100 Subject: [pkg-crosswire-devel] Bug#1023373: Further bug discussion References: <54735b97-41ac-b2fa-af0e-c513b06e4f23@debian.org> <9E69A114-AFEF-431F-A68E-C8187F706C0E@gmail.com> Message-ID: Hi Bastian, Thank you for the extra clarification about what this bug is about, and for the extra details. > We can play a word game but "missing sources" is exactly about > "non-source files". If a file is contained in a package that is not a > source file then its sources are missing. Okay, the clarification is clear, and rest assured I was not playing a game on words. [?] > Please take a look at analytics.html and think about the question: "Is > this a source file or not?? Here is the file analytics.html: I would say that this is not a source file in de sense that it is not in the preferred form of modification. The Javascript it contains is minified. That is not the preferred form of modification. [?] > I know about that bug report (I have already referenced it here). It was > closed without actually fixing it. The quill files are still non-source > files because they are not in their preferred form of modification. Ah, okay, thanks for that clarification too. When this bug report [1] titled "Some sources are not included in your package? was closed by me, I genuinely believed that the fix made was fixing the issue the bug was about. But if you believe that the bug was not fixed, then feel free to re-open it. We can then continue the discussion there. I believe that this course of action is clearer since then the topic can be discussed in the context of the bug. [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1017083 > So this bug is primarily about the missing source (Policy violation). > When you have addressed that you can downgrade the severity to important > to address the secondary issue of supposed privacy violations. That is okay. So what I suggest is to move the issue of the missing source back to that bug where it belongs, to bug #1017083. That now having been moved there, the current bug, titled "non-source Google Analytics file? can then have its severity change to important. I intend to change that severity soon after. We may then continue the discussion on that google analytics file here at this bug. As is clear from all of this, my current main concern is that there?s a release critical bug against bibledit, but yet it is not very clear why this bug is so critical. So changing that severity address this concern. Being free of that concern now, it?s possible to move on about the content of the bug report. Although I intend to change the severity of the bug titled non-source Google Analytics file? I am not intending to reopen bug #1017083 because currently I believe it is fixed. Please reopen this bug if you believe it?s not fixed yet. Thanks for all the input on making the package better and better. Teus. From owner at bugs.debian.org Sun Nov 6 14:15:04 2022 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 06 Nov 2022 14:15:04 +0000 Subject: [pkg-crosswire-devel] Processed: Re: Update bug References: Message-ID: Processing commands for control at bugs.debian.org: > severity 1023373 important Bug #1023373 [src:bibledit] bibledit: non-source Google Analytics file Severity set to 'important' from 'serious' > thanks Stopping processing here. Please contact me if you need assistance. -- 1023373: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1023373 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From teusjannette at gmail.com Sun Nov 6 14:58:32 2022 From: teusjannette at gmail.com (Teus Benschop) Date: Sun, 6 Nov 2022 15:58:32 +0100 Subject: [pkg-crosswire-devel] Bug#1023373: Further bug discussion References: <54735b97-41ac-b2fa-af0e-c513b06e4f23@debian.org> <9E69A114-AFEF-431F-A68E-C8187F706C0E@gmail.com> Message-ID: Initially I thought that the file analytics.html is a non-source file. Then I went to search the Quill source code at GitHub. https://github.com/quilljs/quill I expected to find some Typescript or other source that would generate the supposedly non-source file ?analytics.html?. Here is search one: % grep -R GoogleAnalyticsObject * source/docs/_includes/analytics.html: (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ And here is search two: % grep -R analytics.html * source/docs/_layouts/v0.20.html: {% include analytics.html %} source/docs/_layouts/default.html: {% include analytics.html %} So from the results of the $ grep, it appears that there is not any source file in the GitHub repository that has a more preferred form of modification than analytics.html currently has. So it seems like the Quill upstream developers use analytics.html as their source file, even if it contains minified Javascript. Therefore although I initially thought that analytics.html is a non-source file, I now think that there is not better source file than that available. It could have been that the upstream developers of Quill have grabbed some minified Javascript code, and put that in analytics.html, and are now treating that file as their source. Any thoughts? From bastian.germann at gmx.de Sun Nov 6 15:06:23 2022 From: bastian.germann at gmx.de (Bastian Germann) Date: Sun, 6 Nov 2022 16:06:23 +0100 Subject: [pkg-crosswire-devel] Bug#1023373: Bug#1023373: Further bug discussion In-Reply-To: References: <54735b97-41ac-b2fa-af0e-c513b06e4f23@debian.org> <9E69A114-AFEF-431F-A68E-C8187F706C0E@gmail.com> Message-ID: Am 06.11.22 um 15:58 schrieb Teus Benschop: > I now think that there is not better source file than that available. Then it is not only a non-source file but a non-source file that does not have a public source. Just get rid of that file. As it violates the users' privacy there is no point in searching for its origin and possible source. And you will spare a lot of time dealing with this. From teusjannette at gmail.com Sun Nov 6 19:10:08 2022 From: teusjannette at gmail.com (Teus Benschop) Date: Sun, 6 Nov 2022 20:10:08 +0100 Subject: [pkg-crosswire-devel] Bug#1023373: Bug#1023373: Further bug discussion References: <54735b97-41ac-b2fa-af0e-c513b06e4f23@debian.org> <9E69A114-AFEF-431F-A68E-C8187F706C0E@gmail.com> Message-ID: <81694D66-3573-4389-82B7-249B0E706E34@gmail.com> [?] > Then it is not only a non-source file but a non-source file that does not have a public source. Right, since this file does not have a public source, this is a valid reason to remove it. So here?s the proof how useful the discussion was we?ve just had on this topic. The usefulness is visible in that now there?s a valid reason to delete this file. I?ve just prepared a new Debian tarball for Bibledit Cloud and uploaded the new build to the Debian archives. It also includes also your recent fixes in Salsa - thank you for that contribution. Then the upload to Bibledit (non-Cloud) should finally fix this bug - coming soon. From ftpmaster at ftp-master.debian.org Sun Nov 6 19:15:47 2022 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 06 Nov 2022 19:15:47 +0000 Subject: [pkg-crosswire-devel] Processing of bibledit-cloud_5.0.989-1_source.changes Message-ID: bibledit-cloud_5.0.989-1_source.changes uploaded successfully to localhost along with the files: bibledit-cloud_5.0.989-1.dsc bibledit-cloud_5.0.989.orig.tar.gz bibledit-cloud_5.0.989-1.debian.tar.xz bibledit-cloud_5.0.989-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Sun Nov 6 19:20:07 2022 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 06 Nov 2022 19:20:07 +0000 Subject: [pkg-crosswire-devel] bibledit-cloud_5.0.989-1_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 06 Nov 2022 19:51:59 +0100 Source: bibledit-cloud Architecture: source Version: 5.0.989-1 Distribution: unstable Urgency: medium Maintainer: CrossWire Packaging Team Changed-By: Teus Benschop Changes: bibledit-cloud (5.0.989-1) unstable; urgency=medium . [ Bastian Germann ] * lintian: superfluous-file-pattern * quill is implemented in TypeScript * lintian: debian-rules-uses-unnecessary-dh-argument * lintian: useless-autoreconf-build-depends * lintian: unknown-paragraph-in-dep5-copyright . [ Teus Benschop ] * bump standards version * New upstream version 5.0.989 * Fix for bug #1023373 Checksums-Sha1: 718db60c2e42885a609875af0ac23a716a9c5c4c 2278 bibledit-cloud_5.0.989-1.dsc 471327222f0f5c7baa423ba1849080f2f56c3c09 63738655 bibledit-cloud_5.0.989.orig.tar.gz c079ba08be09b1bb5a957124e183d16c265a056f 6284 bibledit-cloud_5.0.989-1.debian.tar.xz 01bde0e101046f72763a52668cb85b333506cc7d 6802 bibledit-cloud_5.0.989-1_source.buildinfo Checksums-Sha256: 1b8067bc72685cc023ff3de9d3378e43d6e0ec5155d5c355efca10e1630b25f3 2278 bibledit-cloud_5.0.989-1.dsc d7e94d00aa30c57267b9440f11e571e1124b56f2d2d75c56f738c0e61d4cdf5d 63738655 bibledit-cloud_5.0.989.orig.tar.gz 85222b1f902ddb90ed08b2e0f3c64163d2fb512f06bab7eebb81bf5ecf0affe0 6284 bibledit-cloud_5.0.989-1.debian.tar.xz c6e6dabe93132bf4b5784d700d44736ec9ff099c36cf1751aa64131ddd1ff359 6802 bibledit-cloud_5.0.989-1_source.buildinfo Files: b3fe80d8b1cab8ee0de9b7602e2c1704 2278 editors optional bibledit-cloud_5.0.989-1.dsc 04af134c5650dca095687471494b317b 63738655 editors optional bibledit-cloud_5.0.989.orig.tar.gz 26e4595fb9ca039f1842e6f6b733e692 6284 editors optional bibledit-cloud_5.0.989-1.debian.tar.xz e4441110be1d2c66626191224e0215f3 6802 editors optional bibledit-cloud_5.0.989-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJMBAEBCgA2FiEEher+5c8s1QBza9jekwIrrQVjpR0FAmNoBYUYHHRldXNiZW5z Y2hvcEBkZWJpYW4ub3JnAAoJEJMCK60FY6UdXRsP/2fTSwnMrbTisND/RomzsUnB iJ75EBPWmykFi4vk9LXkviU6TRLjAH5rwl6GhFEPEe+P/U++xNef4Jyt2PLSC3EB UKgp4eYIxaWiwoe6hrnwKONcIfOabfNcLVN3Qr2DHZsAwTlfwBIuNPXNzOySIwi+ 4VZosblc1CwgCjZ1zLHTA0B3NGa3Re28aW6Jrw0pzYotEShssjYj9F4mj0qKk4kp LF53eRpcpiUA10mvDQ4PxfSsI8fjvM2KWBoFitBaERfMtgCnOyr13Nt87jq7VY/L 7qQ3iehMeMhKEKEburuECHK+7mtKBix7jbSwCt9NWNIcy36ne42B7/Qof+JWoZMy WqLl6MOMTW0pphsYX1kYDZyriZU2ObVR90QPqpTrTtestUFktDszs3h4aa0DwFjw dCSt2k7i4wvnbvNaeli8En1LA53w4fQCXzlKM089qiSHKYgENYnMQRHXLdcnEH2E nsM43+q0TBb5Wc6ESxOIxBa9ZGzzt0ml43Q6s2QRlsXYrcrNAjLhP5VaA1s8WHPV 51V4KhrplFYlmhS+pEiHFxgLLBFg6FnJdzj1M7Uk/OA/5929idNdJdYvb+biCG6j ZQJr6sxanLaL5PZiffLhoNDJxTomCUfJs3QRSdYipoZBaqtAmYUZi6H+5VFNSfEF aQZWTh4i8zWxsOmaZXL7 =CaVB -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sun Nov 6 19:57:01 2022 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 06 Nov 2022 19:57:01 +0000 Subject: [pkg-crosswire-devel] Processing of bibledit_5.0.989-1_source.changes Message-ID: bibledit_5.0.989-1_source.changes uploaded successfully to localhost along with the files: bibledit_5.0.989-1.dsc bibledit_5.0.989.orig.tar.gz bibledit_5.0.989-1.debian.tar.xz bibledit_5.0.989-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Sun Nov 6 20:35:50 2022 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 06 Nov 2022 20:35:50 +0000 Subject: [pkg-crosswire-devel] bibledit_5.0.989-1_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 06 Nov 2022 20:30:19 +0100 Source: bibledit Architecture: source Version: 5.0.989-1 Distribution: unstable Urgency: medium Maintainer: CrossWire Packaging Team Changed-By: Teus Benschop Closes: 1023373 Changes: bibledit (5.0.989-1) unstable; urgency=medium . * New upstream version 5.0.989 * Remove non-source file * Closes: #1023373 Checksums-Sha1: 626d45637580d335674eb8994bcf5786f6f02aac 2359 bibledit_5.0.989-1.dsc db00dcd2a38677bfab425d58eb3bb0d5d0d63dc7 65089725 bibledit_5.0.989.orig.tar.gz d2132e73b06e04a5f15cfea1318fb4062e699250 10140 bibledit_5.0.989-1.debian.tar.xz ba2398346a682aed7172bd184b09bd213a0c63af 16539 bibledit_5.0.989-1_source.buildinfo Checksums-Sha256: 48628aff176cd93f599071589ccf12ae5ab734342066d763443d313504c10184 2359 bibledit_5.0.989-1.dsc af65b3940e6c2f0b04d2aeabf5cee113ee77370cea0e978c39347f3456e54406 65089725 bibledit_5.0.989.orig.tar.gz 9e80b8e7140d93976f529ea7aa08c238b83f2dd548f9d1096b01b4a6ec9cea6b 10140 bibledit_5.0.989-1.debian.tar.xz 5b11ff68cf09ef0821a86496b7b59d8f61f35b6056eba7e97e2912b1558313a9 16539 bibledit_5.0.989-1_source.buildinfo Files: 07157e6aeda9365cbdf8ccddc3a7fb51 2359 editors optional bibledit_5.0.989-1.dsc 876bb4fbc6d6cd6514e91455966552ed 65089725 editors optional bibledit_5.0.989.orig.tar.gz 65518b65e262b149ddfae78e7a39310e 10140 editors optional bibledit_5.0.989-1.debian.tar.xz 25ba99081130decad1ac2f84a9c227ea 16539 editors optional bibledit_5.0.989-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJMBAEBCgA2FiEEher+5c8s1QBza9jekwIrrQVjpR0FAmNoDrkYHHRldXNiZW5z Y2hvcEBkZWJpYW4ub3JnAAoJEJMCK60FY6Ud4QEP/jPL0kUr9QGqLkFNqeCEGmGO 9t49vq4S3Sw6cB7sinfUaMSh/9W6Fg/jUmSAntQt3aZ+uJcBSs+VriRyuz89dd0K 79y0iqV/7JhXdQf4l1PIemCyKQAY51tVhU88FTTDzzAoKGCBjOOv2tSGwdQLxlKr InkEb7y9FxAdHYHTmafDxWxo6a+18inCsTd47u3sCUKQ1xg1s8uH5W6D95hfP/g6 3XJ8Q+a7xx5eUJZtJmHTSygEjjM+8ZOsin8MnyiUQE/RqGG01rM9r6463Ft7A7CF ztH0ndfYNqAA48M8s1/uO5bUrH+aGEJuPCClxAXOIMdU+PC364QJddEVYXQNheVH 1rprem76mUQ7O9u2QnUOqYE49qZkFPFcj/5gkZVZVDWvWGtsC2JRlj/c11FzeeO8 c1kHAc3VENfDaR/DQvZkItXyTqo1ddZIrVWkRjjgMCwZlNj5z/voR0/U7ua9dUj8 JxYojMYAk3VEdGGMLNXfqFNtOySdva9cH88FdOtauhDCelfR87PJFd/HC6jPWdPg HISPnZtoRh/djn3/XaoAjgrbhnXJkCUkG/IWRJNy9Hs4GsDFD6T5lussxDNPM/u4 Mz0wdCjmzUm+bjHdGGVMPhBOhqoJoKhgYpJoggYkmtOLQTg3GYESkgI6yNUvoHUC 2QWJcs+03LAhjzB6YLsj =RiY1 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From owner at bugs.debian.org Sun Nov 6 20:39:05 2022 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 06 Nov 2022 20:39:05 +0000 Subject: [pkg-crosswire-devel] Bug#1023373: marked as done (bibledit: non-source Google Analytics file) References: Message-ID: Your message dated Sun, 06 Nov 2022 20:35:50 +0000 with message-id and subject line Bug#1023373: fixed in bibledit 5.0.989-1 has caused the Debian Bug report #1023373, regarding bibledit: non-source Google Analytics file to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 1023373: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1023373 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Bastian Germann Subject: bibledit: Date: Thu, 3 Nov 2022 00:23:31 +0100 Size: 3015 URL: -------------- next part -------------- An embedded message was scrubbed... From: Debian FTP Masters Subject: Bug#1023373: fixed in bibledit 5.0.989-1 Date: Sun, 06 Nov 2022 20:35:50 +0000 Size: 6654 URL: From ftpmaster at ftp-master.debian.org Mon Nov 7 16:50:54 2022 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 07 Nov 2022 16:50:54 +0000 Subject: [pkg-crosswire-devel] Processing of bibledit_5.0.990-1_source.changes Message-ID: bibledit_5.0.990-1_source.changes uploaded successfully to localhost along with the files: bibledit_5.0.990-1.dsc bibledit_5.0.990.orig.tar.gz bibledit_5.0.990-1.debian.tar.xz bibledit_5.0.990-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Nov 7 17:04:22 2022 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 07 Nov 2022 17:04:22 +0000 Subject: [pkg-crosswire-devel] bibledit_5.0.990-1_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 07 Nov 2022 17:28:07 +0100 Source: bibledit Architecture: source Version: 5.0.990-1 Distribution: unstable Urgency: medium Maintainer: CrossWire Packaging Team Changed-By: Teus Benschop Changes: bibledit (5.0.990-1) unstable; urgency=medium . * New upstream version 5.0.990 fixes build errors Checksums-Sha1: 8ac86ccfebf9bd4b4fa557e7c81f9f7b2a92bb08 2359 bibledit_5.0.990-1.dsc b3a22d4707e255290c30f9f15ab9a5dbe5c1f557 65091484 bibledit_5.0.990.orig.tar.gz 85882f91b8ef4816cdbf6b4b7feca8e52412d647 10160 bibledit_5.0.990-1.debian.tar.xz 153683434c170d9ad54fb9bdf49372676d7de130 16539 bibledit_5.0.990-1_source.buildinfo Checksums-Sha256: e3726c73aaa93da07f921610538ecb696aecc54ea80185d2298f23ba060d1696 2359 bibledit_5.0.990-1.dsc c68539efa7ba006bcf490c8b9ee87fcbf2555ac4480875cca8d45108045e7dc9 65091484 bibledit_5.0.990.orig.tar.gz d28933a06ab5f5ff51bc5a84b5472328e77969d1080463394978164e44cc9619 10160 bibledit_5.0.990-1.debian.tar.xz 4b88301e0122525f2c9044d307747ef8cfc1b773f887a3477fca24c6e31ab4be 16539 bibledit_5.0.990-1_source.buildinfo Files: 963804097db915937220212db9ff91d3 2359 editors optional bibledit_5.0.990-1.dsc 4384c1b6d6377204df7b863e49f4616f 65091484 editors optional bibledit_5.0.990.orig.tar.gz 87feb252c4de3ef280b5770ba9a20a5f 10160 editors optional bibledit_5.0.990-1.debian.tar.xz 3131b5073857108e3f2bd0cc08ef6339 16539 editors optional bibledit_5.0.990-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJMBAEBCgA2FiEEher+5c8s1QBza9jekwIrrQVjpR0FAmNpNNIYHHRldXNiZW5z Y2hvcEBkZWJpYW4ub3JnAAoJEJMCK60FY6UdopEQAIXaBOGSQ0SGsOt16iXieuyC Q9s/qTOKuRtO2rn3Vt/OG20scRP8P5QFpk4KGJpORj/dV0ELP0k1ItDmGX73rAUM zsM5P1PYWwtf4BQhp5gaKcjTbnz9cz2xtQ+ARfBD8Y3qljxSlswST2BSCXenyGD3 6g4YPxG1H8pspe90PytPwsavN6Ec55uBaRcDjWw4/LFtjCku0EEooQAMF95kjUwh lcGkqUhQ+TBMDvzebEHzwCYH/T1dxeKIE91A4SjcnX/tBNZWxkk8mPRv5wKvl/6f 9/zrWrWU6feTKUH9pcbmsp/jdbzu2SA3Sbnor6EGOvXHVyjdpLMQpD8FZ+2CO7bx iHke72vIlEZR8hn6g0s19AFRYcyqOd+fcRxff2yLFiLd/7itb4+q2hjL3KKAsngs Agz1XGHNKM67/nbkkfF+YJz9yqOfJ9Lyxz1va6gYZqCl/5Wva+xlb4hpz3ixCCDq Zakdm1ER/Id9WUoTYV4N0rpNPle/9wKTdq5IDmzcB7Ux4+Bd6/ynqSX/EBpEM2R3 cWiWHrzlZ+X8XauXxAJfPwRyiW09cXYOw2FfYlIPMAHXOeYStQGwjTyKVi4latNT IEA3EHwvX0txJ9RiAS6eFX2icPlUoPbFtzY9wsfAJwLOW29spCfJBlpsuJFE3EUv GgUKs+bIhP0XsWfmbCtY =ZT2L -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Nov 7 17:10:57 2022 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 07 Nov 2022 17:10:57 +0000 Subject: [pkg-crosswire-devel] Processing of bibledit-cloud_5.0.990-1_source.changes Message-ID: bibledit-cloud_5.0.990-1_source.changes uploaded successfully to localhost along with the files: bibledit-cloud_5.0.990-1.dsc bibledit-cloud_5.0.990.orig.tar.gz bibledit-cloud_5.0.990-1.debian.tar.xz bibledit-cloud_5.0.990-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Nov 7 17:19:23 2022 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 07 Nov 2022 17:19:23 +0000 Subject: [pkg-crosswire-devel] bibledit-cloud_5.0.990-1_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 07 Nov 2022 17:50:30 +0100 Source: bibledit-cloud Architecture: source Version: 5.0.990-1 Distribution: unstable Urgency: medium Maintainer: CrossWire Packaging Team Changed-By: Teus Benschop Changes: bibledit-cloud (5.0.990-1) unstable; urgency=medium . * Add build deps ibgumbo-dev and libtidy-dev * New upstream version 5.0.990 Checksums-Sha1: bc69d2b3df1ae1ae7ef381e59287ceb3e2b1debf 2305 bibledit-cloud_5.0.990-1.dsc 08d7441fdd7b68f980acf3d90762180dfa2f1320 63738587 bibledit-cloud_5.0.990.orig.tar.gz 0868fee7f934a59584d22db530660b4367661314 6336 bibledit-cloud_5.0.990-1.debian.tar.xz 3af5ef6540584aad3df127cee69af6a7808947f6 6924 bibledit-cloud_5.0.990-1_source.buildinfo Checksums-Sha256: 143f8921b573ece890bbceb64b641e1ed18c2123b6f21a4d22f089b2b4a24bd5 2305 bibledit-cloud_5.0.990-1.dsc a960d550b9d24dfa991248b05cc1eef3419e3e505d3e5dd41d26657385590f98 63738587 bibledit-cloud_5.0.990.orig.tar.gz 56188cc41d6952aec643286358e049fb773fad53919281084037c065a7511880 6336 bibledit-cloud_5.0.990-1.debian.tar.xz 5a55dd45f671625341cb3a9f46834e82e20a322670dc4b1ce9a024ee334386ad 6924 bibledit-cloud_5.0.990-1_source.buildinfo Files: ab8d9e6e6c3226138f0b6d962db0bf70 2305 editors optional bibledit-cloud_5.0.990-1.dsc 5a9de7d8c1a2e1c1317e002e2e61176b 63738587 editors optional bibledit-cloud_5.0.990.orig.tar.gz 6e41bd1502c509fa85cfdcad7a9cffa5 6336 editors optional bibledit-cloud_5.0.990-1.debian.tar.xz 304b7807ce1c3030b11607216f944583 6924 editors optional bibledit-cloud_5.0.990-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJMBAEBCgA2FiEEher+5c8s1QBza9jekwIrrQVjpR0FAmNpOmUYHHRldXNiZW5z Y2hvcEBkZWJpYW4ub3JnAAoJEJMCK60FY6UdsPUQAKgFuVHawYRn1qhOD6qxOo6x O15rHj+aruk7+vwrK3IwATn630s8HyFnJgxqgOMpsr/uyPgpFyZRNGBq8ZYHwdYt OZDWG0/BYNIEofieupAU8yEdh3j7kdkFgoAh+oSRvXv7J2gYWVqpqwXEBvHaNN6k /PsQLGq7JffBTwqUuC1d2Wid1jIrc6nzqMs1DVPhQe9piuMnEWzJ+1g3zp2IKcYU fet3RitfTNGTEp8Vaca5Ty7R/38EOGutVwVEQh21sQJHRchnO43uiK3wTcvDEo08 4w+cqCNQFf6vnz6SAdw+tGdf8UjmLCDmx38UqvDR+m0DN+3MISEiHoZpPhUmiv2T 6+Xm2qO/h3c8n1k6PfLMqilWHzk7YAwlKc+e9RjFQCB4F96Nq+VFzCd8DwgaBF6V ccEsZRwB0+CIkNdSTpIWsRJnZ0Evn97t1byMwYhup9qajDle0+A/QdA2FL2YM5p2 wGlQX/ZvoCA6QCiyBmDXUpmIzmNh708tGnLhAeCizgDQcPVRWblJj+m8U5DLrPPl BPBA7OVZQdTjpSkJri1cl9f2I9NI6TIlR1NlLIc1dWzDkg/W1HV5Wyd8xzfVe3Lx 6wtLD617QfDwUegrQJESKV48eLn5MFiLJ6KNR0dpJIN9sgzYhFwNiahGm+vAdPRA 7ydK6rwSeTotcm0NbdFF =rV3J -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From prompts at jyinternational-cn.cam Thu Nov 10 18:27:51 2022 From: prompts at jyinternational-cn.cam (=?UTF-8?B?Q2FybCBQYXJlaW4=?=) Date: Thu, 10 Nov 2022 18:27:51 -0000 Subject: [pkg-crosswire-devel] =?utf-8?q?REQUEST_FOR_QUOTATION?= Message-ID: This is the alternative plain text message. From prompts at jyinternational-cn.cam Thu Nov 10 18:36:02 2022 From: prompts at jyinternational-cn.cam (=?UTF-8?B?Q2FybCBQYXJlaW4=?=) Date: Thu, 10 Nov 2022 18:36:02 -0000 Subject: [pkg-crosswire-devel] =?utf-8?q?REQUEST_FOR_QUOTATION?= Message-ID: This is the alternative plain text message. From noreply at release.debian.org Sun Nov 13 04:39:06 2022 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 13 Nov 2022 04:39:06 +0000 Subject: [pkg-crosswire-devel] bibledit 5.0.990-1 MIGRATED to testing Message-ID: FYI: The status of the bibledit source package in Debian's testing distribution has changed. Previous version: 5.0.988-1 Current version: 5.0.990-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun Nov 13 04:39:06 2022 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 13 Nov 2022 04:39:06 +0000 Subject: [pkg-crosswire-devel] bibledit-cloud 5.0.990-1 MIGRATED to testing Message-ID: FYI: The status of the bibledit-cloud source package in Debian's testing distribution has changed. Previous version: 5.0.988-3 Current version: 5.0.990-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From teusjannette at gmail.com Sat Nov 26 15:40:30 2022 From: teusjannette at gmail.com (Teus Benschop) Date: Sat, 26 Nov 2022 16:40:30 +0100 Subject: [pkg-crosswire-devel] Bug#975407: Moved References: Message-ID: <6A88DB0F-E01E-4A18-947A-01755F05C66E@gmail.com> Hi Bastian, The repository how now been moved to the new location. An upload was done that, hopefully, closes this bug. If you feel there?s still something to be done on this bug, please feel free to re-open it. From ftpmaster at ftp-master.debian.org Sat Nov 26 15:49:42 2022 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 26 Nov 2022 15:49:42 +0000 Subject: [pkg-crosswire-devel] Processing of bibledit-cloud_5.0.990-2_source.changes Message-ID: bibledit-cloud_5.0.990-2_source.changes uploaded successfully to localhost along with the files: bibledit-cloud_5.0.990-2.dsc bibledit-cloud_5.0.990-2.debian.tar.xz bibledit-cloud_5.0.990-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Sat Nov 26 16:20:19 2022 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 26 Nov 2022 16:20:19 +0000 Subject: [pkg-crosswire-devel] bibledit-cloud_5.0.990-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 26 Nov 2022 16:25:47 +0100 Source: bibledit-cloud Architecture: source Version: 5.0.990-2 Distribution: unstable Urgency: medium Maintainer: CrossWire Packaging Team Changed-By: Teus Benschop Closes: 975407 Changes: bibledit-cloud (5.0.990-2) unstable; urgency=medium . * d/control: New repo URL * closes: #975407 Checksums-Sha1: 1f5635f70c6b37fe29006cc0881649605c3bb8c1 2341 bibledit-cloud_5.0.990-2.dsc 1f51ba7712505e4e485d67d1c2ad8915b551191c 6348 bibledit-cloud_5.0.990-2.debian.tar.xz 5e7b210d19c7cad379c13ffe1fdad2479900fd51 6924 bibledit-cloud_5.0.990-2_source.buildinfo Checksums-Sha256: 389ddc692320c7491ab60d8d0d63e63c82163def05a818ed3f60f1a92b346546 2341 bibledit-cloud_5.0.990-2.dsc bd50fd222e0e63cfd19578334b98d73381d4abbad43d48bfb01fee54c39c2025 6348 bibledit-cloud_5.0.990-2.debian.tar.xz 8cb661062ca6cd256d15f485d27f19d08150da8ac0f5d0c3b0737a2589dc7a35 6924 bibledit-cloud_5.0.990-2_source.buildinfo Files: 09380d0ef3ef2041ebed71e3dfa4ba08 2341 editors optional bibledit-cloud_5.0.990-2.dsc 8f1edce6a4b7c2da245ba6a92aed8623 6348 editors optional bibledit-cloud_5.0.990-2.debian.tar.xz 9b221e29089d0ca465c876a2fff26c82 6924 editors optional bibledit-cloud_5.0.990-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJMBAEBCgA2FiEEher+5c8s1QBza9jekwIrrQVjpR0FAmOCMrgYHHRldXNiZW5z Y2hvcEBkZWJpYW4ub3JnAAoJEJMCK60FY6UdA3kQALTSYss5jr95BzVusTRFBe5x zBq2B9Zsr4SOuZtOJBV+TgdHu0/Pk3m07b/70NL1e5yHIx8BvRv5GuPiVzs51cnG Ye35b/NttAvXBd9VZPwNrtBb1aXsaR4DFk0ea1K5x273x3Fo9dxYG2ugXff2I18y lEkd+0PLoBmR7mHhTXYD9RKLZlNvgMlZ7tdwJJyNVcEQFZr82ZK4l6w3KU6WXOIF Y910C/K7VfiFgYq5qs9cf22HLSTbdgShLD+QNS+s3wfBVKTX5+08k1cw8yAtGQsH 2LOoTCpKmTsd3LXrotPJJ+gRDYdPafo/9Cu8kZ+6ULjcG+IrKucq4jZbiRPx9iqb kx+r9BOcJO7ooOys3AbgWmnq9PKz9Fr4d+n5Wqybx1RdKQ1Wxhr0eY+TdqWRCh6g tg9FTflHSawo1BRKqkp5bJ5KEFNpDQCD4PHkfw6VvZH6V74nUomTdj112MqbeEnE lnsYR2Q1naDzB3wY8cagMrncWRoDsH8sW0E/weh6svMmeFJbmvSKMp52SiNoBj2u x701yhKU+ufMDB2D5xRXi0EfUhkeAfgPqRoD3m8qNftcGHoxhWQugcBm4P2arjCx p5aPG90gJblFVTpor3PhxzBPmr3YJfWLrNy5U2Ry93BlP6qYlsAVeLMiymcwSH/t dhnrdJqTxE5EDVD+eL7g =ze7J -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From owner at bugs.debian.org Sat Nov 26 16:24:03 2022 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sat, 26 Nov 2022 16:24:03 +0000 Subject: [pkg-crosswire-devel] Bug#975407: marked as done (bibledit-cloud: Move git to pkg-crosswire-team) References: Message-ID: Your message dated Sat, 26 Nov 2022 16:20:19 +0000 with message-id and subject line Bug#975407: fixed in bibledit-cloud 5.0.990-2 has caused the Debian Bug report #975407, regarding bibledit-cloud: Move git to pkg-crosswire-team to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 975407: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=975407 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Bastian Germann Subject: bibledit-cloud: Move git to pkg-crosswire-team Date: Sat, 21 Nov 2020 19:05:01 +0100 Size: 8585 URL: -------------- next part -------------- An embedded message was scrubbed... From: Debian FTP Masters Subject: Bug#975407: fixed in bibledit-cloud 5.0.990-2 Date: Sat, 26 Nov 2022 16:20:19 +0000 Size: 6378 URL: From ftpmaster at ftp-master.debian.org Sun Nov 27 09:54:30 2022 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 27 Nov 2022 09:54:30 +0000 Subject: [pkg-crosswire-devel] Processing of bibledit-cloud_5.0.990-3_source.changes Message-ID: bibledit-cloud_5.0.990-3_source.changes uploaded successfully to localhost along with the files: bibledit-cloud_5.0.990-3.dsc bibledit-cloud_5.0.990-3.debian.tar.xz bibledit-cloud_5.0.990-3_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Sun Nov 27 10:19:59 2022 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 27 Nov 2022 10:19:59 +0000 Subject: [pkg-crosswire-devel] bibledit-cloud_5.0.990-3_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 27 Nov 2022 10:41:21 +0100 Source: bibledit-cloud Architecture: source Version: 5.0.990-3 Distribution: unstable Urgency: medium Maintainer: CrossWire Packaging Team Changed-By: Teus Benschop Changes: bibledit-cloud (5.0.990-3) unstable; urgency=medium . * d/control: Fix VCS URL Checksums-Sha1: 4a557883ba8e68886b4d5126b068efe7614d0f6c 2331 bibledit-cloud_5.0.990-3.dsc 47ed632e9b5ddebf9151bd78a7191c64e4e0e204 6376 bibledit-cloud_5.0.990-3.debian.tar.xz 7df87f33a4d7ce09d139ecccd8c534d491370907 6896 bibledit-cloud_5.0.990-3_source.buildinfo Checksums-Sha256: 1c0ac3805d3652a3ff413d4e8a710351c2bb61b9241dec3a44cd870093983888 2331 bibledit-cloud_5.0.990-3.dsc 127663f843c4df96f84bbd66512fbccb8c733289753872101de08c426f1557f5 6376 bibledit-cloud_5.0.990-3.debian.tar.xz 46015177b352b4a5cf0daea12f65271ee80fcc48b13d1bd913b57b8e2bae472d 6896 bibledit-cloud_5.0.990-3_source.buildinfo Files: ec4d573e7288ed1759eceae732f138e3 2331 editors optional bibledit-cloud_5.0.990-3.dsc 41e97cba31840cef81f42203aad21efe 6376 editors optional bibledit-cloud_5.0.990-3.debian.tar.xz 99d4d6b998bc6667e06cf99a79931ab0 6896 editors optional bibledit-cloud_5.0.990-3_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJMBAEBCgA2FiEEher+5c8s1QBza9jekwIrrQVjpR0FAmODMR8YHHRldXNiZW5z Y2hvcEBkZWJpYW4ub3JnAAoJEJMCK60FY6UdVR8P/3mw/dBbvFmLrCY3w72TgD86 y7oVK15uMu0Ah/OzxJ0O8DnCAyZ27KZYgIBihPbkVRraU8/cYXTsv8yNAgjpP9QM cIR+SA6EsCjx7D7tc3I29k6io6n4MDHfFOfWpkLCFYT7rpYsO8tU3jABE3TI4Utj QuGNWgE3emb57ocnMLgzUnBViHxbpImTrFlwaJXT0sDrWJHgl2lAzHMBeTL0DeX0 uWdTZOb5pS3QztnMzOWsqZFdPCG636ATwpGiY1U3JoeC+wr0kb4PC7RkYDzaRlGE aJ5U9a4+sxCfIDh3v/Rle5Zhu0XkWIKB25gJQEifN4fsWaAkHqIecF9SWK8z6igu H2H4c3t7o8pUMgjQr/FETT1a4ILKGpOcrKyZr3eSBDL3jOYVOfUjqVndINzxSxGo 8tf5JdRdEOKgCe5lPJcpDASSt0y+6lkVfMQ9sAolkzfF8mXdGZ5JdcCbt5PvUoGg l4Avg3R0ii9mzm1Ed4hoP/y8czOhbCXOghsH1KtBXmV5ZjE6EkyTSPsJrbRageeF +OK5YJVHZJf0NDFTAHTpc4kxN02rIRH+6gO9cULyhYkBw8/lHFEj8gWW4N6I9sB7 DQkAK360wvLVLiHflPo9lyO4ah0s681w+5R0v00cG4ggyo9/6DyV6EfLlMhlcAOG QBILknZ3xgWqoz7Rr2ET =RpSn -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sun Nov 27 16:44:28 2022 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 27 Nov 2022 16:44:28 +0000 Subject: [pkg-crosswire-devel] Processing of bibledit-cloud_5.0.992-1_source.changes Message-ID: bibledit-cloud_5.0.992-1_source.changes uploaded successfully to localhost along with the files: bibledit-cloud_5.0.992-1.dsc bibledit-cloud_5.0.992.orig.tar.gz bibledit-cloud_5.0.992-1.debian.tar.xz bibledit-cloud_5.0.992-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Sun Nov 27 16:49:35 2022 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 27 Nov 2022 16:49:35 +0000 Subject: [pkg-crosswire-devel] bibledit-cloud_5.0.992-1_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 27 Nov 2022 17:17:54 +0100 Source: bibledit-cloud Architecture: source Version: 5.0.992-1 Distribution: unstable Urgency: medium Maintainer: CrossWire Packaging Team Changed-By: Teus Benschop Changes: bibledit-cloud (5.0.992-1) unstable; urgency=medium . * Move quill sources to d/missing-sources * New upstream version 5.0.992 Checksums-Sha1: b474cdb308c7a4f9dea39742832bb3d9e5f6be72 2337 bibledit-cloud_5.0.992-1.dsc d82b5cf938024f58075e6fad88c66ef8c9c526a2 63777195 bibledit-cloud_5.0.992.orig.tar.gz cf5ea1dd6d5ef26230a0c8069986ab9bcd77ee05 178132 bibledit-cloud_5.0.992-1.debian.tar.xz 8ce3f07d719af87d79d7d53e861f00e506425500 6896 bibledit-cloud_5.0.992-1_source.buildinfo Checksums-Sha256: 190b1efb05ce1b75cd99f65081faae01fbd24cf8c046a544933931496c0b0251 2337 bibledit-cloud_5.0.992-1.dsc 3674eed4a23bb1161723bbd98b2dae2f8ca761df14e7a7104a56fd80e43bc5ca 63777195 bibledit-cloud_5.0.992.orig.tar.gz e1e16dc7b9f1478d7d9eadac2f3729ca1e58cdd1971d1b508b74d57174bb3611 178132 bibledit-cloud_5.0.992-1.debian.tar.xz b396d6e97f74f740b3e875ae1792c69a828626edb2af098c571840ff57a8a722 6896 bibledit-cloud_5.0.992-1_source.buildinfo Files: 7882d39adc5601d5613e3e151a6d7cff 2337 editors optional bibledit-cloud_5.0.992-1.dsc 734d9fc239fa7d15cffbfd5647954a68 63777195 editors optional bibledit-cloud_5.0.992.orig.tar.gz 949563c95449009df9c6e54374a98258 178132 editors optional bibledit-cloud_5.0.992-1.debian.tar.xz 7e60c4ab4a92ba43d5219bfb1c1a033d 6896 editors optional bibledit-cloud_5.0.992-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJMBAEBCgA2FiEEher+5c8s1QBza9jekwIrrQVjpR0FAmODkX4YHHRldXNiZW5z Y2hvcEBkZWJpYW4ub3JnAAoJEJMCK60FY6Udu2cQAKQMpVxxdWVe6wlu/uha0kHw jpWQrmN3ZxIAMLF2ApT/EmqBWzILKzsQr4CS3oSzTOfVKRL7Z7HmNJVOYSNUWr9N TKUOL93KBshoCvTQoI9vbihpbWACedhdvSY7XUSI8syoIfO/FfkiOwg4fnhTluxc xIt3+2zLkfkAYAQBfkak0Bqe+xxXABPqRB7GAir9drTLm2S/HapfvFCd5e/mrlmt RNYiEbX67STURaodN0AAXZM9l7U4VbOg7FzXhViMZ3WcQI4OXUm299ZyFtywNuw6 V1ppq3fqfdYUL3uhA6cZQs/SlUjlOeN7xT5Y293mdlH9uusq3u+HRPazLXkhWwFF KlWgadYrP3R1X6h7KhPvjBp9juQ2t9wbgtVQjZDcBVRFl5gA+udKVvshO/iuhKFv NC0f+SPu+m6zTmZWIAWS2PTWo0VBV6h41xBpgNSlJV/SERxivbqQ5+NoyYLMjJlU 85bnDLuvTyCWAbrQSR7AZaiwlJrEtc0d1PHxf4Ttk7V+ENvrRUve/ca9yDt16rYW DfJ/4KVUcCf/oOpNcHTx+VX8Z8OhwTZbrhAzVZ2oIeOjWUgh42g1MEW6hBk8osoT fVKmd77NFoYjNUZbCTpzAeTDZGoZJSaxFvdzRasW7jdssnPkhwfO8Zw6dpUAsfo8 QuRqZHAyz9wYEq4jjvin =wIuG -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Nov 28 16:38:58 2022 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 28 Nov 2022 16:38:58 +0000 Subject: [pkg-crosswire-devel] Processing of bibledit-cloud_5.0.992-2_source.changes Message-ID: bibledit-cloud_5.0.992-2_source.changes uploaded successfully to localhost along with the files: bibledit-cloud_5.0.992-2.dsc bibledit-cloud_5.0.992-2.debian.tar.xz bibledit-cloud_5.0.992-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Nov 28 16:49:27 2022 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 28 Nov 2022 16:49:27 +0000 Subject: [pkg-crosswire-devel] bibledit-cloud_5.0.992-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 28 Nov 2022 17:27:34 +0100 Source: bibledit-cloud Architecture: source Version: 5.0.992-2 Distribution: unstable Urgency: medium Maintainer: CrossWire Packaging Team Changed-By: Teus Benschop Changes: bibledit-cloud (5.0.992-2) unstable; urgency=medium . * d/control: Fix vcs-git Checksums-Sha1: 48d90d1e3f63e10bc2a9cc203498fd24269a6ff3 2331 bibledit-cloud_5.0.992-2.dsc cd819e971fdb565a18fd812730f4261cbc7c1792 178168 bibledit-cloud_5.0.992-2.debian.tar.xz 008f3da285c8140ffdbdf0fe3cf4a60224a3d881 6896 bibledit-cloud_5.0.992-2_source.buildinfo Checksums-Sha256: f2c663ce58475874ebbd98dae215d7d574d55324f3f14d1ebda424a3b8dee5c9 2331 bibledit-cloud_5.0.992-2.dsc 69ab2d0b66b1b94ef5ba0653e2edf64503a3ea6efefca2794a8ca379ca887e1b 178168 bibledit-cloud_5.0.992-2.debian.tar.xz c93479b9e677d935c29165368e1620b701c16409de30d86423a186b82667afdf 6896 bibledit-cloud_5.0.992-2_source.buildinfo Files: 336b3ca66a8aab7f479e673c7f617cf3 2331 editors optional bibledit-cloud_5.0.992-2.dsc 45e2069a42882e1fdf54c50bbc924b8e 178168 editors optional bibledit-cloud_5.0.992-2.debian.tar.xz 5bfa963b39bed1fae10481b74d2d6cd6 6896 editors optional bibledit-cloud_5.0.992-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJMBAEBCgA2FiEEher+5c8s1QBza9jekwIrrQVjpR0FAmOE4d4YHHRldXNiZW5z Y2hvcEBkZWJpYW4ub3JnAAoJEJMCK60FY6UdaGoP/Ak6ikjBme/OvSoyZAj7lcSR 8g2gZr0+wZxHU9SpvzOjdz+gAPoInZwfgkeMN218YcVu5iuO9LVfbtiT0033Kepo gvZXerzmMYLinWAozzdEE1kC9V9oiL7PyhQRtjarCb6vUG+7JkXV/fzm6FFo1sX5 ncnIxBeeAkxvWHO+HJ6NrK2IrdR+z8IsC219PLWeDjgohLGIIYNLzuDQ8/IaZIY9 EXE/h1vWqByTZwkxwVifaIjLtfNk3X+HXFkD6as1uw9Lf21loUE7jjZiNLE0A5GJ fgrwwHAaeB+9JDGTo4J73tsUvg6bBjjTyeKmbUoBpQXnknxifqnVaovE0M8i6awO XiGLMegZiWvW0kenWYFqKqhAj0AhUxL1JNEF8RDsQR+q1/IKIJsfE2jD8CqTy5Pu CFs3ECkmvlXPAmfd4AMWuUbOquivbP4iqfcrDaKdcSKXRdw6VbdVwAr9o4SeEOqw 4xvrufcK3w/InVoAInppUUseoBK9YSeUaRMz8onCbs2C1zQl1rJETn07Dx7DBg90 QkcLunGUn3Tf3c+K3QWzZ63b1hCQgYgJwQ7fIS3IAIClQQE7rXfhuWdJ8meMXtNR du/h35a8B9gbD9kcenRuESXtYPhIzXxoypgRtIbMfIqrZ0auH+nsmeJp2KxkrndJ DdOLvcb8e9h/+BCclXL/ =sVPg -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue Nov 29 16:21:00 2022 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 29 Nov 2022 16:21:00 +0000 Subject: [pkg-crosswire-devel] Processing of bibledit-cloud_5.0.992-3_source.changes Message-ID: bibledit-cloud_5.0.992-3_source.changes uploaded successfully to localhost along with the files: bibledit-cloud_5.0.992-3.dsc bibledit-cloud_5.0.992-3.debian.tar.xz bibledit-cloud_5.0.992-3_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Tue Nov 29 16:35:55 2022 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 29 Nov 2022 16:35:55 +0000 Subject: [pkg-crosswire-devel] bibledit-cloud_5.0.992-3_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 29 Nov 2022 17:12:30 +0100 Source: bibledit-cloud Architecture: source Version: 5.0.992-3 Distribution: unstable Urgency: medium Maintainer: CrossWire Packaging Team Changed-By: Teus Benschop Changes: bibledit-cloud (5.0.992-3) unstable; urgency=medium . * Vcs-Git: fix lintian warning Checksums-Sha1: 8f26034ca1587009faf519dd079262948a7433be 2335 bibledit-cloud_5.0.992-3.dsc 08df634dc363ea18f675d72c57c20b7f316c2f83 178168 bibledit-cloud_5.0.992-3.debian.tar.xz 5b00d394e09c92bed2c3e7f85c313fd810644ac1 6896 bibledit-cloud_5.0.992-3_source.buildinfo Checksums-Sha256: 3d8e9a869cc66d1b0a4eebc4fd60df8f93c303a9571da138cbe49d0190eae0a1 2335 bibledit-cloud_5.0.992-3.dsc 78290f9afb991a69fa7a566d48613ec97a38372f832a583cedafff385d0e5afc 178168 bibledit-cloud_5.0.992-3.debian.tar.xz 90eae0be52eb67f6c3c61216fdcfdfbeb056ae62fa6f75b5438db76fbc551a6f 6896 bibledit-cloud_5.0.992-3_source.buildinfo Files: 90674d94fa1d9988b37f67a86d043277 2335 editors optional bibledit-cloud_5.0.992-3.dsc 1b16a8a4c210e7c7f8b1f24a9c98404f 178168 editors optional bibledit-cloud_5.0.992-3.debian.tar.xz 2d18408ae33f0af76087f5cd56119500 6896 editors optional bibledit-cloud_5.0.992-3_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJMBAEBCgA2FiEEher+5c8s1QBza9jekwIrrQVjpR0FAmOGL9EYHHRldXNiZW5z Y2hvcEBkZWJpYW4ub3JnAAoJEJMCK60FY6UdYbsP/2HZVgDfctTPvzu5l4g6cK4S 7/fpC/8E4GW3vHkVeyBbpC097SZOetgpMxOqF2ElxQ6uV5hcDma/C/BenzqHCkKy XXRl2ij8UQ7p7Qu6tNvjwTA8bIb/hcutZDNyWB0rL9hLncVvtyigblhmTw6zsCfu yxDRuS2ffRnMumJyH7DbqGeXwd+SvL7zuPCW6dGYIle8S1mPUTMpZxzpa9kubs1S LQpzaz2zErlS0suuBdRXL3uvi0SrMKz54YLBynjIpg2E32N3xd2IO+DE25BOdZT7 51kpSM4kGlt47dsWy/vTZ09HzA3fsOyU6QrvXcxrE3cC2LHeja5r/wVNrcPNp/ED GvdIjkBGnNlZOOw0JffFZ7HTUJM7y8NFk5bg3aU/epsIzX/lMDcdF2AEXD6+jmLX uA9zNFk8YL+DOQAtRQaiIYSGcAWfDbAzpJvpxM/D3muDcJFOSJg0LV9KBFwX4SOr T1dgW4LOIEEnkGC9m1nUiNN5ENgbxdpmD3DDQVLhn7cDvBpdp41c3Q/PKXgv0yac n9S3cElc5XIdBRMhp+FKKaDlsc4tPr5yMdfVkWXetKPjIx7uGFN1/vTU/cLEtZ+t 8Z0r5iwNVhSXuAI/GiuyXmlOlAcaNO+wfn948FnO/QfN8MazSeLvwq2YxL1RXGxR x6RVC5TS/o2dC0bziu8a =+3qr -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed Nov 30 18:14:12 2022 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 30 Nov 2022 18:14:12 +0000 Subject: [pkg-crosswire-devel] Processing of bibledit_5.0.992-1_source.changes Message-ID: bibledit_5.0.992-1_source.changes uploaded successfully to localhost along with the files: bibledit_5.0.992-1.dsc bibledit_5.0.992.orig.tar.gz bibledit_5.0.992-1.debian.tar.xz bibledit_5.0.992-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Wed Nov 30 18:34:44 2022 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 30 Nov 2022 18:34:44 +0000 Subject: [pkg-crosswire-devel] bibledit_5.0.992-1_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 30 Nov 2022 18:34:35 +0100 Source: bibledit Architecture: source Version: 5.0.992-1 Distribution: unstable Urgency: medium Maintainer: CrossWire Packaging Team Changed-By: Teus Benschop Changes: bibledit (5.0.992-1) unstable; urgency=medium . * New upstream version 5.0.992 * d/missing-sources: Move Quill sources here * This fixes multiple lintian warnings * Add override for lintian warnings * Update d/copyright Checksums-Sha1: adf697b4d229cf4f8888475cfd5e334e2d10539c 2362 bibledit_5.0.992-1.dsc 38610804c79a211ce71ae499e525320c9067c4c9 65129064 bibledit_5.0.992.orig.tar.gz 7e1fe9baa58e217bcb8ed3a039a0083342283a82 181716 bibledit_5.0.992-1.debian.tar.xz 4cd676e40305fe316d4a6c80fc4b93b104005e5e 16529 bibledit_5.0.992-1_source.buildinfo Checksums-Sha256: 00c55830288a7f641dbb59d2b039fd5c4a3a98df1ce9f372c31cb814b6578f9f 2362 bibledit_5.0.992-1.dsc f4c2547d55d4eafae38dc43d75c655feded7fd589c93f4450e017a5a7ef0f0e5 65129064 bibledit_5.0.992.orig.tar.gz c795d44d5532de8d9d14e64f6e283132d7f2339445c32085e123d0eb264f24a5 181716 bibledit_5.0.992-1.debian.tar.xz 3a01b53986d8898fee3bc623f32f5093da777660443091db85203363e91148a2 16529 bibledit_5.0.992-1_source.buildinfo Files: 4adfaf412ba61442ee991325bb44a5c4 2362 editors optional bibledit_5.0.992-1.dsc 59df8f454660ff7d22446ad80dae1858 65129064 editors optional bibledit_5.0.992.orig.tar.gz be1b5b8b4572e8b4432c81d489ad380b 181716 editors optional bibledit_5.0.992-1.debian.tar.xz aa69f90e9691dad89414f5969535ee2f 16529 editors optional bibledit_5.0.992-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJMBAEBCgA2FiEEher+5c8s1QBza9jekwIrrQVjpR0FAmOHmjEYHHRldXNiZW5z Y2hvcEBkZWJpYW4ub3JnAAoJEJMCK60FY6Udq1EP/jagD4Ssoo+pk4twmz6aC5JG 42sMynS05Ixc+o7fSTixGHIcArYRyPL1DteKlJtlGF4y4lCQahzSO3iLyooOMYZA E0qOnWWdir82x5Ohai09mPmj3vTGjP6CVGlm60YSfS7oSUGOVmDfjsWDRImoau1G zQTvBYMbRyFdaNI92kC1SvWLaOQjDjDnJctrCMeUdjiyyzWQlzItkeS63QhsY6gU O4u7ddEn5a3szt8gA8dHRludLvDJ4JrKDr49UTTYmdqtjD/om5TlzVFJ14J7jw3y tgmVeSeG2bWdWPAw2c4mbhqJsP3oaWE2mMGpqdFKgUMLJOJlZIKmgug2eG1Ii+7M 0flNLoUVYlZrpTAXpun8eTQ3VNSR/flI6dVfA32Pbouv+qJtPj/b8T7IVqQD9Ymo PFgbnFi350F+KPhxdV2nkqgEqARULurPD6xUnIVkQ8VskHKnsEufZALjgr4GX/M+ IJncgjI2kMgErPKzXDYEvAm8vJk4wiY/EFmNJKmfBJYveGDTvsthcIkrXv8rOVSO RfStaPPDtiD7iPcA39PhDzuY+vu2imsi2p3I26HVFnO28RD2GyEygjZobDyJE2K+ +1ZszxWirh4SlD/Dm7f7s1vbg8L9I8tXZ1vuG4cAu/k4DHKJAwHkMqJ2goao/CAd wBp931lOsYyuSc/gg5LB =RZMr -----END PGP SIGNATURE----- Thank you for your contribution to Debian.