Processed: Re: Bug#894253: gdc's description contradicts default-d-compiler's description

2018-03-27 Thread Debian Bug Tracking System
Processing control commands: > reassign -1 default-d-compiler Bug #894253 [gdc] gdc's description contradicts default-d-compiler's description Bug reassigned from package 'gdc' to 'default-d-compiler'. No longer marked as found in versions gcc-defaults/1.175. Ignoring request to alter fixed

Bug#894253: gdc's description contradicts default-d-compiler's description

2018-03-27 Thread Matthias Klose
Control: reassign -1 default-d-compiler On 28.03.2018 03:30, Peter De Wachter wrote: > Package: gdc > Version: 4:8-20180321-1 > Severity: normal > > Hello, > > The gdc package says: > >> Depends: gdc-8 (>= 8-20180321-1~), libgphobos-dev (= 8-20180321-1) >> Description-en: D compiler (language

Processed: affects 894253

2018-03-27 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > affects 894253 default-d-compiler Bug #894253 [gdc] gdc's description contradicts default-d-compiler's description Added indication that 894253 affects default-d-compiler > thanks Stopping processing here. Please contact me if you need

Bug#894253: gdc's description contradicts default-d-compiler's description

2018-03-27 Thread Peter De Wachter
Package: gdc Version: 4:8-20180321-1 Severity: normal Hello, The gdc package says: > Depends: gdc-8 (>= 8-20180321-1~), libgphobos-dev (= 8-20180321-1) > Description-en: D compiler (language version 2), based on the GCC backend > This is a dependency package providing the default D compiler. >

gcc-5_5.5.0-11_source.changes ACCEPTED into unstable

2018-03-27 Thread Debian FTP Masters
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Tue, 27 Mar 2018 23:30:13 +0800 Source: gcc-5 Binary: gcc-5-base libgcc-5-dev libgcc4 libgcc4-dbg lib64gcc-5-dev lib32gcc-5-dev libn32gcc-5-dev libx32gcc-5-dev gcc-5 gcc-5-multilib gcc-5-test-results gcc-5-plugin-dev

gcc-7_7.3.0-13_source.changes ACCEPTED into unstable

2018-03-27 Thread Debian FTP Masters
gency=medium . * Update to SVN 20180327 (r25) from the gcc-7-branch. - Fix PR libstdc++/77691, PR target/82518 (ARM32), PR target/83789 (PPC), PR tree-optimization/84956, PR target/84574 (x86), PR c++/78489, PR c++/84489, PR c++/71834, PR c++/84937, PR c++/80227, PR c++/84839,

Accepted gcc-5 5.5.0-11 (source) into unstable

2018-03-27 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Tue, 27 Mar 2018 23:30:13 +0800 Source: gcc-5 Binary: gcc-5-base libgcc-5-dev libgcc4 libgcc4-dbg lib64gcc-5-dev lib32gcc-5-dev libn32gcc-5-dev libx32gcc-5-dev gcc-5 gcc-5-multilib gcc-5-test-results gcc-5-plugin-dev

Accepted gcc-7 7.3.0-13 (source) into unstable

2018-03-27 Thread Matthias Klose
* Update to SVN 20180327 (r25) from the gcc-7-branch. - Fix PR libstdc++/77691, PR target/82518 (ARM32), PR target/83789 (PPC), PR tree-optimization/84956, PR target/84574 (x86), PR c++/78489, PR c++/84489, PR c++/71834, PR c++/84937, PR c++/80227, PR c++/84839, PR c++

Processing of gcc-7_7.3.0-13_source.changes

2018-03-27 Thread Debian FTP Masters
gcc-7_7.3.0-13_source.changes uploaded successfully to localhost along with the files: gcc-7_7.3.0-13.dsc gcc-7_7.3.0-13.diff.gz gcc-7_7.3.0-13_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org)

Processing of gcc-5_5.5.0-11_source.changes

2018-03-27 Thread Debian FTP Masters
gcc-5_5.5.0-11_source.changes uploaded successfully to localhost along with the files: gcc-5_5.5.0-11.dsc gcc-5_5.5.0-11.diff.gz gcc-5_5.5.0-11_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org)

Bug#894225: gnat: trailing separators confuse Ada.Directories.Containing_Directory

2018-03-27 Thread Nicolas Boulenguez
Package: gnat-7 Version: 7.3.0-11 Severity: minor Tags: upstream Hello. The following source with Ada.Directories; use Ada.Directories; with Ada.Text_IO; use Ada.Text_IO; procedure Directories_Bug is procedure Show (Path : in String) is With_Slash : constant String := Path & '/';