From noreply at release.debian.org Tue Jun 16 05:39:11 2020 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Tue, 16 Jun 2020 04:39:11 +0000 Subject: [Pkg-pascal-devel] castle-game-engine is marked for autoremoval from testing Message-ID: castle-game-engine 6.4+dfsg1-4 is marked for autoremoval from testing on 2020-07-09 It is affected by these RC bugs: 961602: castle-game-engine-doc: Depends on removed ttf-dejavu packages From noreply at release.debian.org Tue Jun 16 05:39:10 2020 From: noreply at release.debian.org (Debian testing watch) Date: Tue, 16 Jun 2020 04:39:10 +0000 Subject: [Pkg-pascal-devel] castle-game-engine 6.4+dfsg1-4 MIGRATED to testing Message-ID: FYI: The status of the castle-game-engine source package in Debian's testing distribution has changed. Previous version: 6.4+dfsg1-3 Current version: 6.4+dfsg1-4 -- 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 jannyhamy at gmail.com Thu Jun 18 09:06:26 2020 From: jannyhamy at gmail.com (janny hamy) Date: Thu, 18 Jun 2020 01:06:26 -0700 Subject: [Pkg-pascal-devel] =?utf-8?q?=28no_subject=29?= Message-ID: Hello, I am Susanne Klatten from Germany (born April 28, 1962), I am an advertising agency in Frankfurt. I have given 25 percent of my personal fortune to charity and, based on the current situation Covid -19 Virus, provide you with € 500,000.00. Your email was selected via our (E.B.S.) email voting system. The Incorporated Network International teams arrange and collect all email addresses of people who are active online, among the billions that are sent to all emails worldwide. You can also view my link and learn more about me. https://en.wikipedia.org/wiki/Susanne_Klatten Contact me quickly to get directories. Signature. Hallo, ich bin Susanne Klatten aus Deutschland (geb. 28. April 1962), ich bin eine Werbeagentur in Frankfurt. Ich habe 25 Prozent meines persönlichen Vermögens für wohltätige Zwecke gespendet und Ihnen auf der Grundlage der aktuellen Situation des Covid-19-Virus 500.000,00 € zur Verfügung gestellt. Ihre E-Mail wurde über unser E-Mail-Abstimmungssystem (E.B.S.) ausgewählt. Die Teams von Incorporated Network International arrangieren und sammeln alle E-Mail-Adressen von Personen, die online aktiv sind, unter den Milliarden, die an alle E-Mails weltweit gesendet werden. Sie können auch meinen Link anzeigen und mehr über mich erfahren. https://en.wikipedia.org/wiki/Susanne_Klatten Kontaktieren Sie mich schnell, um Verzeichnisse zu erhalten. Unterschrift. -------------- next part -------------- An HTML attachment was scrubbed... URL: From abou.almontacir at sfr.fr Sat Jun 20 13:49:35 2020 From: abou.almontacir at sfr.fr (abou.almontacir at sfr.fr) Date: Sat, 20 Jun 2020 14:49:35 +0200 (CEST) Subject: [Pkg-pascal-devel] New FPC release is going through NEW Message-ID: <1068547857.39272.1592657375621@wsfrf1413>
Dear FTP master,
 
The Free Pascal Compiler packages are including the compiler major version in their name in order to allow our users to keep their old compiler versions while upgrading to the new one. Other compilers, like gcc, use similar naming scheme.
 
The source package FPC [1] was being hold in NEW for a week. 
I know that this is a short period compared to many other packages in NEW. However, in the case of FPC, there is normally no changes that require going through NEW. It is only a versioned package name that triggerd this unusual path.
 
Will it be possible, please, to ask for a derogation in order to accelerate FPC acceptance, taking into account this special case?
 
Moreover, the current version is only going to experimental, so we have still a chance to break anything related to dependencies.
 
Thank you very much,
 
[1] https://ftp-master.debian.org/new/fpc_3.2.0~rc1+dfsg-1.html
 
-- 
Cheers, Abou Al Montacir
-------------- next part -------------- An HTML attachment was scrubbed... URL: From michalis.kambi at gmail.com Sun Jun 21 13:23:00 2020 From: michalis.kambi at gmail.com (Michalis Kamburelis) Date: Sun, 21 Jun 2020 14:23:00 +0200 Subject: [Pkg-pascal-devel] Castle Game Engine 6.4 "fixes" branch for FPC 3.2.0 Message-ID: Hello, FPC 3.2.0 was recently released, and I guess you'll be working now on introducing it into Debian :) I wanted to mention that I made a "v6.4-fixes" branch in Castle Game Engine GitHub repository, https://github.com/castle-engine/castle-engine/tree/v6.4-fixes . This contains *absolutely minimal* changes to the last CGE 6.4 release code, to add documentation fixes and fix compilation with FPC 3.2.0. So I guess in Debian you may want to apply the same changes (you can compare GIT v6.4 tag with v6.4-fixes branch) to have CGE in a version that compiles with FPC 3.2.0. Of course all those fixes, and much more, are also in CGE master. As I spoke with Paul some time ago, I'm working hard since a long time now on a new CGE version 7.0 (with a ton of new features mentioned on https://github.com/castle-engine/castle-engine/wiki/New-Features-in-Castle-Game-Engine-7.0 , see also CGE news on https://castle-engine.io/wp/ ). I hope that in the near future (I really hope for July/August) I will be able to just release CGE 7.0, and then Debian could package it :) Best regards to everyone, Michalis -------------- next part -------------- An HTML attachment was scrubbed... URL: From michalis.kambi at gmail.com Sun Jun 21 15:29:07 2020 From: michalis.kambi at gmail.com (Michalis Kamburelis) Date: Sun, 21 Jun 2020 16:29:07 +0200 Subject: [Pkg-pascal-devel] Castle Game Engine 6.4 "fixes" branch for FPC 3.2.0 In-Reply-To: References: Message-ID: P.S. I just noticed that the diff between "v6.4" tag and "v6.4-fixes" branch is actually large, as it includes documentation links upgrades (that I did a long time ago). See https://github.com/castle-engine/castle-engine/compare/v6.4-fixes . If you would prefer to take a smaller patch in Debian, then you can just use this commit: https://github.com/castle-engine/castle-engine/commit/66e272cbecc76a2f344c044471ea73e26a9a07be . This is the actual fix of FPC 3.2.0 compatibility, without anything else. Michalis niedz., 21 cze 2020 o 14:23 Michalis Kamburelis napisał(a): > Hello, > > FPC 3.2.0 was recently released, and I guess you'll be working now on > introducing it into Debian :) > > I wanted to mention that I made a "v6.4-fixes" branch in Castle Game > Engine GitHub repository, > https://github.com/castle-engine/castle-engine/tree/v6.4-fixes . This > contains *absolutely minimal* changes to the last CGE 6.4 release code, to > add documentation fixes and fix compilation with FPC 3.2.0. > > So I guess in Debian you may want to apply the same changes (you can > compare GIT v6.4 tag with v6.4-fixes branch) to have CGE in a version that > compiles with FPC 3.2.0. > > Of course all those fixes, and much more, are also in CGE master. As I > spoke with Paul some time ago, I'm working hard since a long time now on a > new CGE version 7.0 (with a ton of new features mentioned on > https://github.com/castle-engine/castle-engine/wiki/New-Features-in-Castle-Game-Engine-7.0 > , see also CGE news on https://castle-engine.io/wp/ ). I hope that in the > near future (I really hope for July/August) I will be able to just release > CGE 7.0, and then Debian could package it :) > > Best regards to everyone, > Michalis > -------------- next part -------------- An HTML attachment was scrubbed... URL: