[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#806186: marked as done (gcc-5: new parallel packaging code makes DEB_STAGE=rtlibs fail)



Your message dated Thu, 26 Nov 2015 10:01:43 +0000
with message-id <E1a1tN1-0005M8-Eg@franck.debian.org>
and subject line Bug#806186: fixed in gcc-5 5.2.1-26
has caused the Debian Bug report #806186,
regarding gcc-5: new parallel packaging code makes DEB_STAGE=rtlibs fail
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@bugs.debian.org
immediately.)


-- 
806186: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=806186
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: gcc-5
Version: 5.2.1-24
Tags: patch
User: helmutg@debian.org
Usertags: rebootstrap

Hi Matthias,

The new parallel code makes DEB_STAGE=rtlibs fail. Close to the end of
the build, I see Invocations like "dh_gencontrol -p. ...". Debhelper
doesn't like "." as a package name. I believe that the culprit here is
the new parallel code, in particular the sorting of architecture
dependent packages:

	du -s `cat arch_binaries` | sort -nr | awk '{print $$2}' > arch_binaries.tmp

When we build DEB_STAGE=rtlibs, arch_binaries ends up being empty. Now
du is run with just -s and du just counts the current directory. I
suggest replacing the backticks with xargs -r to not run du at all in
the absense of any arch_binaries. You can find a patch that does just
that attached. Hope it helps.

Helmut
--- a/debian/rules2
+++ b/debian/rules2
@@ -2393,7 +2393,7 @@
 # ----------------------------------------------------------------------
 # Build architecture-dependent files here.
 debian/arch_binaries.all: $(foreach i,$(arch_binaries),$(binary_stamp)-$(i))
-	cd debian; du -s `cat arch_binaries` | sort -nr | awk '{print $$2}' \
+	cd debian; xargs -r du -s < arch_binaries | sort -nr | awk '{print $$2}' \
 		> arch_binaries.tmp
 	mv debian/arch_binaries.tmp debian/arch_binaries
 	sed -i 's/ /\n/g' debian/arch_binaries.epoch || touch debian/arch_binaries.epoch

--- End Message ---
--- Begin Message ---
Source: gcc-5
Source-Version: 5.2.1-26

We believe that the bug you reported is fixed in the latest version of
gcc-5, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 806186@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matthias Klose <doko@debian.org> (supplier of updated gcc-5 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 25 Nov 2015 20:33:08 +0100
Source: gcc-5
Binary: gcc-5-base libgcc1 libgcc1-dbg libgcc2 libgcc2-dbg libgcc-5-dev libgcc4 libgcc4-dbg lib64gcc1 lib64gcc1-dbg lib64gcc-5-dev lib32gcc1 lib32gcc1-dbg lib32gcc-5-dev libn32gcc1 libn32gcc1-dbg libn32gcc-5-dev libx32gcc1 libx32gcc1-dbg libx32gcc-5-dev gcc-5 gcc-5-multilib gcc-5-test-results gcc-5-plugin-dev gcc-5-hppa64-linux-gnu cpp-5 gcc-5-locales g++-5 g++-5-multilib libgomp1 libgomp1-dbg lib32gomp1 lib32gomp1-dbg lib64gomp1 lib64gomp1-dbg libn32gomp1 libn32gomp1-dbg libx32gomp1 libx32gomp1-dbg libitm1 libitm1-dbg lib32itm1 lib32itm1-dbg lib64itm1 lib64itm1-dbg libx32itm1 libx32itm1-dbg libatomic1 libatomic1-dbg lib32atomic1 lib32atomic1-dbg lib64atomic1 lib64atomic1-dbg libn32atomic1 libn32atomic1-dbg libx32atomic1 libx32atomic1-dbg libasan2 libasan2-dbg lib32asan2 lib32asan2-dbg lib64asan2 lib64asan2-dbg libx32asan2 libx32asan2-dbg liblsan0 liblsan0-dbg lib32lsan0 lib32lsan0-dbg libx32lsan0 libx32lsan0-dbg libtsan0 libtsan0-dbg libubsan0 libubsan0-dbg lib32ubsan0
 lib32ubsan0-dbg lib64ubsan0 lib64ubsan0-dbg libx32ubsan0 libx32ubsan0-dbg libcilkrts5 libcilkrts5-dbg lib32cilkrts5 lib32cilkrts5-dbg lib64cilkrts5 lib64cilkrts5-dbg libx32cilkrts5 libx32cilkrts5-dbg libmpx0 libmpx0-dbg lib32mpx0 lib32mpx0-dbg lib64mpx0 lib64mpx0-dbg libquadmath0 libquadmath0-dbg lib32quadmath0 lib32quadmath0-dbg lib64quadmath0 lib64quadmath0-dbg libx32quadmath0 libx32quadmath0-dbg libcc1-0 libgccjit0 libgccjit-5-dev libgccjit-5-dbg libgccjit-5-doc gobjc++-5 gobjc++-5-multilib gobjc-5 gobjc-5-multilib libobjc-5-dev lib64objc-5-dev lib32objc-5-dev libn32objc-5-dev libx32objc-5-dev libobjc4 libobjc4-dbg lib64objc4 lib64objc4-dbg lib32objc4 lib32objc4-dbg libn32objc4 libn32objc4-dbg libx32objc4 libx32objc4-dbg gfortran-5 gfortran-5-multilib libgfortran-5-dev lib64gfortran-5-dev lib32gfortran-5-dev libn32gfortran-5-dev libx32gfortran-5-dev libgfortran3 libgfortran3-dbg lib64gfortran3 lib64gfortran3-dbg lib32gfortran3 lib32gfortran3-dbg libn32gfortran3
 libn32gfortran3-dbg libx32gfortran3 libx32gfortran3-dbg gccgo-5 gccgo-5-multilib libgo7 libgo7-dbg lib64go7 lib64go7-dbg lib32go7 lib32go7-dbg libn32go7 libn32go7-dbg libx32go7 libx32go7-dbg gcj-5 gcj-5-jdk gcj-5-jre-headless gcj-5-jre libgcj16 gcj-5-jre-lib libgcj16-awt libgcj16-dev libgcj16-dbg gcj-5-source libgcj-doc libstdc++6 lib32stdc++6 lib64stdc++6 libn32stdc++6 libx32stdc++6 libstdc++-5-dev libstdc++-5-pic libstdc++6-5-dbg lib32stdc++-5-dev lib32stdc++6-5-dbg lib64stdc++-5-dev lib64stdc++6-5-dbg libn32stdc++-5-dev libn32stdc++6-5-dbg libx32stdc++-5-dev libx32stdc++6-5-dbg libstdc++-5-doc gnat-5 gnat-5-sjlj libgnat-5 libgnat-5-dbg libgnatvsn5-dev libgnatvsn5 libgnatvsn5-dbg libgnatprj5-dev libgnatprj5 libgnatprj5-dbg gdc-5 gdc-5-multilib libphobos-5-dev lib64phobos-5-dev lib32phobos-5-dev libx32phobos-5-dev fixincludes
 gcc-5-source
Architecture: source amd64 all
Version: 5.2.1-26
Distribution: unstable
Urgency: medium
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Changed-By: Matthias Klose <doko@debian.org>
Description:
 cpp-5      - GNU C preprocessor
 fixincludes - Fix non-ANSI header files
 g++-5      - GNU C++ compiler
 g++-5-multilib - GNU C++ compiler (multilib support)
 gcc-5      - GNU C compiler
 gcc-5-base - GCC, the GNU Compiler Collection (base package)
 gcc-5-hppa64-linux-gnu - GNU C compiler (cross compiler for hppa64)
 gcc-5-locales - GCC, the GNU compiler collection (native language support files)
 gcc-5-multilib - GNU C compiler (multilib support)
 gcc-5-plugin-dev - Files for GNU GCC plugin development.
 gcc-5-source - Source of the GNU Compiler Collection
 gcc-5-test-results - Test results for the GCC test suite
 gccgo-5    - GNU Go compiler
 gccgo-5-multilib - GNU Go compiler (multilib support)
 gcj-5      - GCJ byte code and native compiler for Java(TM)
 gcj-5-jdk  - GCJ and Classpath development tools for Java(TM)
 gcj-5-jre  - Java runtime environment using GIJ/Classpath
 gcj-5-jre-headless - Java runtime environment using GIJ/Classpath (headless version)
 gcj-5-jre-lib - Java runtime library for use with gcj (jar files)
 gcj-5-source - GCJ java sources for use in IDEs like eclipse and netbeans
 gdc-5      - GNU D compiler (version 2)
 gdc-5-multilib - GNU D compiler (version 2, multilib support)
 gfortran-5 - GNU Fortran compiler
 gfortran-5-multilib - GNU Fortran compiler (multilib support)
 gnat-5     - GNU Ada compiler
 gnat-5-sjlj - GNU Ada compiler (setjump/longjump runtime library)
 gobjc++-5  - GNU Objective-C++ compiler
 gobjc++-5-multilib - GNU Objective-C++ compiler (multilib support)
 gobjc-5    - GNU Objective-C compiler
 gobjc-5-multilib - GNU Objective-C compiler (multilib support)
 lib32asan2 - AddressSanitizer -- a fast memory error detector (32bit)
 lib32asan2-dbg - AddressSanitizer -- a fast memory error detector (32 bit debug sy
 lib32atomic1 - support library providing __atomic built-in functions (32bit)
 lib32atomic1-dbg - support library providing __atomic built-in functions (32 bit deb
 lib32cilkrts5 - Intel Cilk Plus language extensions (32bit)
 lib32cilkrts5-dbg - Intel Cilk Plus language extensions (32 bit debug symbols)
 lib32gcc-5-dev - GCC support library (32 bit development files)
 lib32gcc1  - GCC support library (32 bit Version)
 lib32gcc1-dbg - GCC support library (debug symbols)
 lib32gfortran-5-dev - Runtime library for GNU Fortran applications (32bit development f
 lib32gfortran3 - Runtime library for GNU Fortran applications (32bit)
 lib32gfortran3-dbg - Runtime library for GNU Fortran applications (32 bit debug symbol
 lib32go7   - Runtime library for GNU Go applications (32bit)
 lib32go7-dbg - Runtime library for GNU Go applications (32 bit debug symbols)
 lib32gomp1 - GCC OpenMP (GOMP) support library (32bit)
 lib32gomp1-dbg - GCC OpenMP (GOMP) support library (32 bit debug symbols)
 lib32itm1  - GNU Transactional Memory Library (32bit)
 lib32itm1-dbg - GNU Transactional Memory Library (32 bit debug symbols)
 lib32lsan0 - LeakSanitizer -- a memory leak detector (32bit)
 lib32lsan0-dbg - LeakSanitizer -- a memory leak detector (32 bit debug symbols)
 lib32mpx0  - Intel memory protection extensions (32bit)
 lib32mpx0-dbg - Intel memory protection extensions (32 bit debug symbols)
 lib32objc-5-dev - Runtime library for GNU Objective-C applications (32bit developme
 lib32objc4 - Runtime library for GNU Objective-C applications (32bit)
 lib32objc4-dbg - Runtime library for GNU Objective-C applications (32 bit debug sy
 lib32phobos-5-dev - Phobos D standard library (64bit development files)
 lib32quadmath0 - GCC Quad-Precision Math Library (32bit)
 lib32quadmath0-dbg - GCC Quad-Precision Math Library (32 bit debug symbols)
 lib32stdc++-5-dev - GNU Standard C++ Library v3 (development files)
 lib32stdc++6 - GNU Standard C++ Library v3 (32 bit Version)
 lib32stdc++6-5-dbg - GNU Standard C++ Library v3 (debugging files)
 lib32ubsan0 - UBSan -- undefined behaviour sanitizer (32bit)
 lib32ubsan0-dbg - UBSan -- undefined behaviour sanitizer (32 bit debug symbols)
 lib64asan2 - AddressSanitizer -- a fast memory error detector (64bit)
 lib64asan2-dbg - AddressSanitizer -- a fast memory error detector (64bit debug sym
 lib64atomic1 - support library providing __atomic built-in functions (64bit)
 lib64atomic1-dbg - support library providing __atomic built-in functions (64bit debu
 lib64cilkrts5 - Intel Cilk Plus language extensions (64bit)
 lib64cilkrts5-dbg - Intel Cilk Plus language extensions (64bit debug symbols)
 lib64gcc-5-dev - GCC support library (64bit development files)
 lib64gcc1  - GCC support library (64bit)
 lib64gcc1-dbg - GCC support library (debug symbols)
 lib64gfortran-5-dev - Runtime library for GNU Fortran applications (64bit development f
 lib64gfortran3 - Runtime library for GNU Fortran applications (64bit)
 lib64gfortran3-dbg - Runtime library for GNU Fortran applications (64bit debug symbols
 lib64go7   - Runtime library for GNU Go applications (64bit)
 lib64go7-dbg - Runtime library for GNU Go applications (64bit debug symbols)
 lib64gomp1 - GCC OpenMP (GOMP) support library (64bit)
 lib64gomp1-dbg - GCC OpenMP (GOMP) support library (64bit debug symbols)
 lib64itm1  - GNU Transactional Memory Library (64bit)
 lib64itm1-dbg - GNU Transactional Memory Library (64bit debug symbols)
 lib64mpx0  - Intel memory protection extensions (64bit)
 lib64mpx0-dbg - Intel memory protection extensions (64bit debug symbols)
 lib64objc-5-dev - Runtime library for GNU Objective-C applications (64bit developme
 lib64objc4 - Runtime library for GNU Objective-C applications (64bit)
 lib64objc4-dbg - Runtime library for GNU Objective-C applications (64 bit debug sy
 lib64phobos-5-dev - Phobos D standard library (64bit development files)
 lib64quadmath0 - GCC Quad-Precision Math Library  (64bit)
 lib64quadmath0-dbg - GCC Quad-Precision Math Library  (64bit debug symbols)
 lib64stdc++-5-dev - GNU Standard C++ Library v3 (development files)
 lib64stdc++6 - GNU Standard C++ Library v3 (64bit)
 lib64stdc++6-5-dbg - GNU Standard C++ Library v3 (debugging files)
 lib64ubsan0 - UBSan -- undefined behaviour sanitizer (64bit)
 lib64ubsan0-dbg - UBSan -- undefined behaviour sanitizer (64bit debug symbols)
 libasan2   - AddressSanitizer -- a fast memory error detector
 libasan2-dbg - AddressSanitizer -- a fast memory error detector (debug symbols)
 libatomic1 - support library providing __atomic built-in functions
 libatomic1-dbg - support library providing __atomic built-in functions (debug symb
 libcc1-0   - GCC cc1 plugin for GDB
 libcilkrts5 - Intel Cilk Plus language extensions (runtime)
 libcilkrts5-dbg - Intel Cilk Plus language extensions (debug symbols)
 libgcc-5-dev - GCC support library (development files)
 libgcc1    - GCC support library
 libgcc1-dbg - GCC support library (debug symbols)
 libgcc2    - GCC support library
 libgcc2-dbg - GCC support library (debug symbols)
 libgcc4    - GCC support library
 libgcc4-dbg - GCC support library (debug symbols)
 libgccjit-5-dbg - GCC just-in-time compilation (debug information)
 libgccjit-5-dev - GCC just-in-time compilation (development files)
 libgccjit-5-doc - GCC just-in-time compilation (documentation)
 libgccjit0 - GCC just-in-time compilation (shared library)
 libgcj-doc - libgcj API documentation and example programs
 libgcj16   - Java runtime library for use with gcj
 libgcj16-awt - AWT peer runtime libraries for use with gcj
 libgcj16-dbg - Debugging symbols for libraries provided in libgcj16-dev
 libgcj16-dev - Java development headers for use with gcj
 libgfortran-5-dev - Runtime library for GNU Fortran applications (development files)
 libgfortran3 - Runtime library for GNU Fortran applications
 libgfortran3-dbg - Runtime library for GNU Fortran applications (debug symbols)
 libgnat-5  - runtime for applications compiled with GNAT (shared library)
 libgnat-5-dbg - runtime for applications compiled with GNAT (debugging symbols)
 libgnatprj5 - GNU Ada compiler Project Manager (shared library)
 libgnatprj5-dbg - GNU Ada compiler Project Manager (debugging symbols)
 libgnatprj5-dev - GNU Ada compiler Project Manager (development files)
 libgnatvsn5 - GNU Ada compiler selected components (shared library)
 libgnatvsn5-dbg - GNU Ada compiler selected components (debugging symbols)
 libgnatvsn5-dev - GNU Ada compiler selected components (development files)
 libgo7     - Runtime library for GNU Go applications
 libgo7-dbg - Runtime library for GNU Go applications (debug symbols)
 libgomp1   - GCC OpenMP (GOMP) support library
 libgomp1-dbg - GCC OpenMP (GOMP) support library (debug symbols)
 libitm1    - GNU Transactional Memory Library
 libitm1-dbg - GNU Transactional Memory Library (debug symbols)
 liblsan0   - LeakSanitizer -- a memory leak detector (runtime)
 liblsan0-dbg - LeakSanitizer -- a memory leak detector (debug symbols)
 libmpx0    - Intel memory protection extensions (runtime)
 libmpx0-dbg - Intel memory protection extensions (debug symbols)
 libn32atomic1 - support library providing __atomic built-in functions (n32)
 libn32atomic1-dbg - support library providing __atomic built-in functions (n32 debug
 libn32gcc-5-dev - GCC support library (n32 development files)
 libn32gcc1 - GCC support library (n32)
 libn32gcc1-dbg - GCC support library (debug symbols)
 libn32gfortran-5-dev - Runtime library for GNU Fortran applications (n32 development fil
 libn32gfortran3 - Runtime library for GNU Fortran applications (n32)
 libn32gfortran3-dbg - Runtime library for GNU Fortran applications (n32 debug symbols)
 libn32go7  - Runtime library for GNU Go applications (n32)
 libn32go7-dbg - Runtime library for GNU Go applications (n32 debug symbols)
 libn32gomp1 - GCC OpenMP (GOMP) support library (n32)
 libn32gomp1-dbg - GCC OpenMP (GOMP) support library (n32 debug symbols)
 libn32objc-5-dev - Runtime library for GNU Objective-C applications (n32 development
 libn32objc4 - Runtime library for GNU Objective-C applications (n32)
 libn32objc4-dbg - Runtime library for GNU Objective-C applications (n32 debug symbo
 libn32stdc++-5-dev - GNU Standard C++ Library v3 (development files)
 libn32stdc++6 - GNU Standard C++ Library v3 (n32)
 libn32stdc++6-5-dbg - GNU Standard C++ Library v3 (debugging files)
 libobjc-5-dev - Runtime library for GNU Objective-C applications (development fil
 libobjc4   - Runtime library for GNU Objective-C applications
 libobjc4-dbg - Runtime library for GNU Objective-C applications (debug symbols)
 libphobos-5-dev - Phobos D standard library
 libquadmath0 - GCC Quad-Precision Math Library
 libquadmath0-dbg - GCC Quad-Precision Math Library (debug symbols)
 libstdc++-5-dev - GNU Standard C++ Library v3 (development files)
 libstdc++-5-doc - GNU Standard C++ Library v3 (documentation files)
 libstdc++-5-pic - GNU Standard C++ Library v3 (shared library subset kit)
 libstdc++6 - GNU Standard C++ Library v3
 libstdc++6-5-dbg - GNU Standard C++ Library v3 (debugging files)
 libtsan0   - ThreadSanitizer -- a Valgrind-based detector of data races (runti
 libtsan0-dbg - ThreadSanitizer -- a Valgrind-based detector of data races (debug
 libubsan0  - UBSan -- undefined behaviour sanitizer (runtime)
 libubsan0-dbg - UBSan -- undefined behaviour sanitizer (debug symbols)
 libx32asan2 - AddressSanitizer -- a fast memory error detector (x32)
 libx32asan2-dbg - AddressSanitizer -- a fast memory error detector (x32 debug symbo
 libx32atomic1 - support library providing __atomic built-in functions (x32)
 libx32atomic1-dbg - support library providing __atomic built-in functions (x32 debug
 libx32cilkrts5 - Intel Cilk Plus language extensions (x32)
 libx32cilkrts5-dbg - Intel Cilk Plus language extensions (x32 debug symbols)
 libx32gcc-5-dev - GCC support library (x32 development files)
 libx32gcc1 - GCC support library (x32)
 libx32gcc1-dbg - GCC support library (debug symbols)
 libx32gfortran-5-dev - Runtime library for GNU Fortran applications (x32 development fil
 libx32gfortran3 - Runtime library for GNU Fortran applications (x32)
 libx32gfortran3-dbg - Runtime library for GNU Fortran applications (x32 debug symbols)
 libx32go7  - Runtime library for GNU Go applications (x32)
 libx32go7-dbg - Runtime library for GNU Go applications (x32 debug symbols)
 libx32gomp1 - GCC OpenMP (GOMP) support library (x32)
 libx32gomp1-dbg - GCC OpenMP (GOMP) support library (x32 debug symbols)
 libx32itm1 - GNU Transactional Memory Library (x32)
 libx32itm1-dbg - GNU Transactional Memory Library (x32 debug symbols)
 libx32lsan0 - LeakSanitizer -- a memory leak detector (x32)
 libx32lsan0-dbg - LeakSanitizer -- a memory leak detector (x32 debug symbols)
 libx32objc-5-dev - Runtime library for GNU Objective-C applications (x32 development
 libx32objc4 - Runtime library for GNU Objective-C applications (x32)
 libx32objc4-dbg - Runtime library for GNU Objective-C applications (x32 debug symbo
 libx32phobos-5-dev - Phobos D standard library (x32 development files)
 libx32quadmath0 - GCC Quad-Precision Math Library (x32)
 libx32quadmath0-dbg - GCC Quad-Precision Math Library (x32 debug symbols)
 libx32stdc++-5-dev - GNU Standard C++ Library v3 (development files)
 libx32stdc++6 - GNU Standard C++ Library v3 (x32)
 libx32stdc++6-5-dbg - GNU Standard C++ Library v3 (debugging files)
 libx32ubsan0 - UBSan -- undefined behaviour sanitizer (x32)
 libx32ubsan0-dbg - UBSan -- undefined behaviour sanitizer (x32 debug symbols)
Closes: 806186
Changes:
 gcc-5 (5.2.1-26) unstable; urgency=medium
 .
   * Update to SVN 20151125 (r230897, 5.2.1) from the gcc-5-branch.
   * Fix the rtlibs stage build. Closes: #806186.
   * Fix packaging the cross libphobos package.
   * Build the hppa64 cross compiler on x86 architectures.
   * gcc-5-hppa64-linux-gnu: Stop providing unversioned tools using
     alternatives. Build a gcc-hppa64-linux-gnu package instead.
   * Split out a gcc-5-test-results package from g++-5, allowing a post
     build analysis, and reducing the size of the g++-5 package.
Checksums-Sha1:
 67f2ffd649a011aded1268c1133c02274d09771f 21030 gcc-5_5.2.1-26.dsc
 c479e6edbc7d8800b7076ace97583b16577cd2ee 5012109 gcc-5_5.2.1-26.diff.gz
 2695b33049d43e88cafef71ead7f5a9adcb766b1 25970246 cpp-5_5.2.1-26_amd64.deb
 76b1db6005ba51e42ae26e23cd3948322990227c 58168 fixincludes_5.2.1-26_amd64.deb
 3030e04a575d894e3d39ba289f9fb42bf04ba10c 932 g++-5-multilib_5.2.1-26_amd64.deb
 58b41117f775a58b47a9a25e9fd7206b59c6523b 6382060 g++-5_5.2.1-26_amd64.deb
 0f97685bae967a26ec95362e8b3b5b30811181d6 167602 gcc-5-base_5.2.1-26_amd64.deb
 fdf65a0c6f8940ada84fc11c219392cea2b8aa4e 9010218 gcc-5-hppa64-linux-gnu_5.2.1-26_amd64.deb
 07d61a8c57cf7faedc6a3fad08de1987b237de75 1439860 gcc-5-locales_5.2.1-26_all.deb
 f0ffa647f496d6c347d9223e63a9205f80569851 912 gcc-5-multilib_5.2.1-26_amd64.deb
 f435e7aa3b55e90434b704c4d7fbaed2c67067bf 1033174 gcc-5-plugin-dev_5.2.1-26_amd64.deb
 7817bc69c154d0c48f91bb8d2066cd9d580f2d60 79716416 gcc-5-source_5.2.1-26_all.deb
 5d295d191f3e6521449e8e590106a16c656db9be 8853128 gcc-5-test-results_5.2.1-26_amd64.deb
 de98fee70427af70f49391e4b42cc75ecac6d127 25936124 gcc-5_5.2.1-26_amd64.deb
 d8f2c5b0111a27e664e6e50356bc1da21181a145 9048112 gccgo-5-multilib_5.2.1-26_amd64.deb
 44d12bed9a86b816f8a7ec71bddf08f418628e94 33096704 gccgo-5_5.2.1-26_amd64.deb
 18f0c2bdce66a54c906e89a268f9e8a30811c584 459164 gcj-5-jdk_5.2.1-26_amd64.deb
 927570c69addd9356e5ff09ff8b906b23d0da842 48024 gcj-5-jre-headless_5.2.1-26_amd64.deb
 6624eb37c507d358eb5631e1418a2b38bbed3c92 10348980 gcj-5-jre-lib_5.2.1-26_all.deb
 abf9e15267e677c685c20b048ad6fe3c5fb87369 1218 gcj-5-jre_5.2.1-26_amd64.deb
 237c9f69ce1210cfa3559dea4885fc33106e408b 11661742 gcj-5-source_5.2.1-26_all.deb
 dbb2640054d3672b5c2eed822cc9885933430ca9 25207222 gcj-5_5.2.1-26_amd64.deb
 882a6f13235ad7efb58bbc217b094f7330538604 956 gdc-5-multilib_5.2.1-26_amd64.deb
 e292889197b6d3848cd256e476a5e8d699b44be6 27801190 gdc-5_5.2.1-26_amd64.deb
 903bca3d31a5528af976a6231ea138bb44ae8766 924 gfortran-5-multilib_5.2.1-26_amd64.deb
 3801ccd5843accd39e7bec69a54925860a165e24 26854592 gfortran-5_5.2.1-26_amd64.deb
 021ade01a41298c7a419b0591f6dd923bf934ae5 2187068 gnat-5-sjlj_5.2.1-26_amd64.deb
 cad2bd115a01481c468cf70c801d3f03792eb5d9 11464240 gnat-5_5.2.1-26_amd64.deb
 4d5c144ec668d85fa625066f5656376e9a4a9f8e 918 gobjc++-5-multilib_5.2.1-26_amd64.deb
 8d6c81fe5634c7e7c5122b70504da5688be14f8c 27792260 gobjc++-5_5.2.1-26_amd64.deb
 1a2cce6c9613f1dd5c1fd9afafd070e9d301c49e 922 gobjc-5-multilib_5.2.1-26_amd64.deb
 8f35c8547023aec66a32a56ec72be3a61a833703 26117560 gobjc-5_5.2.1-26_amd64.deb
 d0744a296c30e1800146b7f0e3f7cc9d434479a2 1001672 lib32asan2-dbg_5.2.1-26_amd64.deb
 814a0b8b927ad8d3752203065109435c9c938a1b 257364 lib32asan2_5.2.1-26_amd64.deb
 1c3576a5ec4a4061a7b6fbc6aad2556fc6108ce9 13456 lib32atomic1-dbg_5.2.1-26_amd64.deb
 37104884d9c86805029541fdc9617629e4f9c096 8270 lib32atomic1_5.2.1-26_amd64.deb
 4eb5e8ac279bedd6c7c782c1ac15419f2c6e1dfc 92790 lib32cilkrts5-dbg_5.2.1-26_amd64.deb
 acd7e406a4c5571d960f8ad0c7381cbfb4129b08 42866 lib32cilkrts5_5.2.1-26_amd64.deb
 672b7269b7c5191c3114ca3688267fa961fc1a65 2041644 lib32gcc-5-dev_5.2.1-26_amd64.deb
 75ff881a2b105eb37c26c9736741e24db2bfabea 83924 lib32gcc1-dbg_5.2.1-26_amd64.deb
 92e861ac07c626ec9498e0047e99fe2d202bbaae 45998 lib32gcc1_5.2.1-26_amd64.deb
 235b6a61a1ff632b260c64a8cd345d471e90ee75 271438 lib32gfortran-5-dev_5.2.1-26_amd64.deb
 2a5d3f668d6a875860fceb7d7322f645d8f05f3d 485118 lib32gfortran3-dbg_5.2.1-26_amd64.deb
 e42ed81a112e0d7ec608170875ca0075fb8bd0bd 245640 lib32gfortran3_5.2.1-26_amd64.deb
 93625f61e7d1b3d481e2ff7cad4a2fdcea0b9202 892 lib32go7-dbg_5.2.1-26_amd64.deb
 7807d0bb2b9dfef737fed283bad5e595d0a8bf46 5151438 lib32go7_5.2.1-26_amd64.deb
 b127d60aa81c84c30b99151ad11960f0e7cb492c 114812 lib32gomp1-dbg_5.2.1-26_amd64.deb
 f592bf8b6c54456303fc8fa3c835a8183347fa3d 58434 lib32gomp1_5.2.1-26_amd64.deb
 766ce3b9401f1c237b55b9c1a23ffd5dc677d927 157140 lib32itm1-dbg_5.2.1-26_amd64.deb
 fec3530e220973351dde62198106ad7004c1194a 28772 lib32itm1_5.2.1-26_amd64.deb
 3d28b396b6f3bc099e923775c88f4c6b3e287c3f 856 lib32lsan0-dbg_5.2.1-26_amd64.deb
 473b3bec669bf3e33ed2b3aae884e40a509b61c2 872 lib32lsan0_5.2.1-26_amd64.deb
 089254181b416df671f62dc6c8e97658e370cb5e 17678 lib32mpx0-dbg_5.2.1-26_amd64.deb
 fd596b3d1dec677e838c0d293493779ec97b2e6d 10694 lib32mpx0_5.2.1-26_amd64.deb
 83da0584c01aaa3e11d681ae6067db8f22a03600 328336 lib32objc-5-dev_5.2.1-26_amd64.deb
 33a6a887c1f01b1135cae0839a779dfb83b94156 187098 lib32objc4-dbg_5.2.1-26_amd64.deb
 8956dd272518a89c7e7d4f254cdfb83c96d7bc28 116252 lib32objc4_5.2.1-26_amd64.deb
 d3c36fef32d49cfdb41dde6d2e0a201e2e6c18dd 4926406 lib32phobos-5-dev_5.2.1-26_amd64.deb
 e0f7d48db39aa14e4692ff9bca2f313999ee8e07 153670 lib32quadmath0-dbg_5.2.1-26_amd64.deb
 74d2a7c536be385e966b286ebd8d7358189d2681 200388 lib32quadmath0_5.2.1-26_amd64.deb
 0374cc901375e6f54bd892d89b1455d6633cf74c 623654 lib32stdc++-5-dev_5.2.1-26_amd64.deb
 4545f355360ffbf1f01532b4133fd61ab85398e8 6464636 lib32stdc++6-5-dbg_5.2.1-26_amd64.deb
 13a9168df09ea1d557cc5b226cce34fa982f1930 395802 lib32stdc++6_5.2.1-26_amd64.deb
 bfb39d0a0d72fda83a5e8c78c9ee19ec786a7ec6 323336 lib32ubsan0-dbg_5.2.1-26_amd64.deb
 07a18680656fae65f0c13987231fe02dce68dc72 108018 lib32ubsan0_5.2.1-26_amd64.deb
 3dfd026ad21bfe68fd6ce2138ca279b2bd602f54 1108834 libasan2-dbg_5.2.1-26_amd64.deb
 dfbe9945becdbdb838b465a6279e018c7279b83e 265834 libasan2_5.2.1-26_amd64.deb
 fe70d4d6178153e63eb48004b1411ab1d53d87de 16062 libatomic1-dbg_5.2.1-26_amd64.deb
 a6768b0a7c41f38c9b74b2da7b2bc526de5f0691 8658 libatomic1_5.2.1-26_amd64.deb
 c4027c9f32b5196f28a69f60dc7b72460bb5ef31 30394 libcc1-0_5.2.1-26_amd64.deb
 8a2b0b5b65452556bb8f7d912dd36c003fca8f48 101888 libcilkrts5-dbg_5.2.1-26_amd64.deb
 3f76058a6555ffd765eeee19edc13a0ce48e2f7b 39504 libcilkrts5_5.2.1-26_amd64.deb
 05e6f42678c3192a23595ae1fcb1ee8caac01468 2222960 libgcc-5-dev_5.2.1-26_amd64.deb
 8a9cbf9097c0e1060dbf2cb4fdd8092596224be1 83664 libgcc1-dbg_5.2.1-26_amd64.deb
 f7e73ad35c7a7409f6454d80b76e4608c0dd22ca 38788 libgcc1_5.2.1-26_amd64.deb
 4c8d7abd7df851dcac08cc4baad63ad75ee1b678 19687490 libgccjit-5-dbg_5.2.1-26_amd64.deb
 793cf294d1dd869a1ecb468fc0a550d061964b7b 15824 libgccjit-5-dev_5.2.1-26_amd64.deb
 9c19923c1427ad26d5ac4f8e47fb39a3adfcd852 91742 libgccjit-5-doc_5.2.1-26_all.deb
 5b74f728235b10d94b8bb8ee3760f17a1c3275c2 5316910 libgccjit0_5.2.1-26_amd64.deb
 70a2ebe57ca808a16419c6508bfa029180a9be80 18859890 libgcj-doc_5.2.1-26_all.deb
 a65bfb721274733096c17acc35f6652377fee2b7 62222 libgcj16-awt_5.2.1-26_amd64.deb
 06079eefd2eb0d6de34ad6410e5f9d817c0238b4 16448972 libgcj16-dbg_5.2.1-26_amd64.deb
 8bf50ea5cb7cd0728d0ec203ebd9c701742a1e57 596346 libgcj16-dev_5.2.1-26_amd64.deb
 4a0f97e21c23adfd2dc39868aa7d361d965c2fa2 9234908 libgcj16_5.2.1-26_amd64.deb
 4c3580b860f8e5e5dd23c6961a0d47fec324403d 285428 libgfortran-5-dev_5.2.1-26_amd64.deb
 235d30d715cfbda2d4b2b3d8d3983e6c94e7ef54 608096 libgfortran3-dbg_5.2.1-26_amd64.deb
 64a35cff6c2979e4b1a404d9f2e279c307e41969 252800 libgfortran3_5.2.1-26_amd64.deb
 0aeb58ef6297e4fce383b556df50143b9727afd4 1707994 libgnat-5-dbg_5.2.1-26_amd64.deb
 22241652deb5979b2ffe81671ad3476044a7e482 927340 libgnat-5_5.2.1-26_amd64.deb
 8276f0988b2dd30f7824625172322c4ad05588fc 1498842 libgnatprj5-dbg_5.2.1-26_amd64.deb
 4c73e1cc38b22e06bed69d288053ddb9fd90170a 3259398 libgnatprj5-dev_5.2.1-26_amd64.deb
 79ba603ce88011718873e57d5db2e2aca17b04bd 652448 libgnatprj5_5.2.1-26_amd64.deb
 45f0bd8a84627acc1b681ec8c20f250471c9bfb4 474636 libgnatvsn5-dbg_5.2.1-26_amd64.deb
 ec3de607ccf429f66d366280d8a10d02e0c20ec2 1471344 libgnatvsn5-dev_5.2.1-26_amd64.deb
 c13dfc345e71f5c17b553ec414bcfe6e14a8cc0d 291520 libgnatvsn5_5.2.1-26_amd64.deb
 5be7a47a45d47eb4c1123652be2bffb8a6f6d943 898 libgo7-dbg_5.2.1-26_amd64.deb
 2a76e712d1e4f6cc2a0780ed4b9faa08f11d0e86 6396030 libgo7_5.2.1-26_amd64.deb
 049fec7dc40ff61e95e30f1573b260cf3bfa3c95 122874 libgomp1-dbg_5.2.1-26_amd64.deb
 8f3e14fa88ed2e0b58a328702d283cdfb8a5647f 54128 libgomp1_5.2.1-26_amd64.deb
 394ed983bd9954163da1052174baac971d6f805a 165524 libitm1-dbg_5.2.1-26_amd64.deb
 3b42742babfbb3839380d780ca652d4bffd81bf7 26750 libitm1_5.2.1-26_amd64.deb
 867c044e3738c583fe467c4a54d669fd2440c4dd 387200 liblsan0-dbg_5.2.1-26_amd64.deb
 67b67c34e2e228fb699c3a732ec59b87b47f81c2 108434 liblsan0_5.2.1-26_amd64.deb
 098a3d2a61f81d2321d4b97f3907a5782c4db6ca 17454 libmpx0-dbg_5.2.1-26_amd64.deb
 0e6e939cefca49021576b870504f53428217a045 9448 libmpx0_5.2.1-26_amd64.deb
 f1fabe51daec61cabc32731313f288e7350f390a 372300 libobjc-5-dev_5.2.1-26_amd64.deb
 8a4f164c0fb81c3899b922b6a8b1c8f980bfd2eb 209798 libobjc4-dbg_5.2.1-26_amd64.deb
 a88c203e89f3a37fffb1895ffacd4a0ac16543c2 109894 libobjc4_5.2.1-26_amd64.deb
 a5a5de64e11ce194e08127506e90ba31124202af 6820752 libphobos-5-dev_5.2.1-26_amd64.deb
 7002a78876556f2eb7937c4d3b0cf900f5c56833 144616 libquadmath0-dbg_5.2.1-26_amd64.deb
 a3e423c8cd6ea9b940af9083cd652e60b55842a2 130658 libquadmath0_5.2.1-26_amd64.deb
 67607713664d2be65d497c9f52e2c69d16e3706b 1415162 libstdc++-5-dev_5.2.1-26_amd64.deb
 f26e7f281fa2274fc147d6c019b3d8894b188b0c 8422470 libstdc++-5-doc_5.2.1-26_all.deb
 de9ceeba90bdf5f1d7825cadbbb9fc0dfefe625e 482232 libstdc++-5-pic_5.2.1-26_amd64.deb
 2750fab6e6e8a596fb37e7fd4faa404051011b5f 3753994 libstdc++6-5-dbg_5.2.1-26_amd64.deb
 6d9ea1806629def2f46e7f8ea262a63b3ad21821 388248 libstdc++6_5.2.1-26_amd64.deb
 50d4ce260a64fac4365474352f33067387c04db9 851700 libtsan0-dbg_5.2.1-26_amd64.deb
 572c468a5ffae093a2d36ac0c52f00234938684b 244618 libtsan0_5.2.1-26_amd64.deb
 28e52f159ea73d932d2003e28aaefa24a9cf75ae 351334 libubsan0-dbg_5.2.1-26_amd64.deb
 250fd2e24ae9b0ca4bd713653b1b28657e73eaeb 98806 libubsan0_5.2.1-26_amd64.deb
 565643a175f23e92cce7e6faf0fd6092fb47b60b 1029528 libx32asan2-dbg_5.2.1-26_amd64.deb
 922fd89d436049f0fe7da912cf9789789cc84cc0 254274 libx32asan2_5.2.1-26_amd64.deb
 460cab70d05d4ed07aafa7c14c58ace0b82d7c48 15494 libx32atomic1-dbg_5.2.1-26_amd64.deb
 c794c7e636f1915903157db6961b504b36975366 8624 libx32atomic1_5.2.1-26_amd64.deb
 ae140cf9bf1505a790bc09ea320c5fd1a92fc645 100220 libx32cilkrts5-dbg_5.2.1-26_amd64.deb
 d1a4842747add3181b5f47042cc0625fbe1cefe3 39034 libx32cilkrts5_5.2.1-26_amd64.deb
 42ae41acb74f43159b71c35ae8038733591abd1a 1862902 libx32gcc-5-dev_5.2.1-26_amd64.deb
 ec6a435cfb69ad4653de6af0b8119323488bcc57 81572 libx32gcc1-dbg_5.2.1-26_amd64.deb
 352f67a8c95bdf47fcdabcc1375c0d1025ab1593 38560 libx32gcc1_5.2.1-26_amd64.deb
 9272afd2589caff69683084467ba5fb8da5b62d4 284976 libx32gfortran-5-dev_5.2.1-26_amd64.deb
 ed494d1ce93e5377d22df1cb94fb17370bf7b84d 565948 libx32gfortran3-dbg_5.2.1-26_amd64.deb
 5aadee76ea195a2ba73996abde4c3eb6ff7c5854 250578 libx32gfortran3_5.2.1-26_amd64.deb
 f087cb433b5a1fbd025e4a257cd1fe78f40903af 890 libx32go7-dbg_5.2.1-26_amd64.deb
 1160c75363f8d204778f214bd78b5d2e383a9a60 6188306 libx32go7_5.2.1-26_amd64.deb
 3d879e88ac7ccf2c92b796812a9c82e52aa0e6f2 118462 libx32gomp1-dbg_5.2.1-26_amd64.deb
 2f1cf255cd745a66001da66faa6c0f4c494999ed 53056 libx32gomp1_5.2.1-26_amd64.deb
 d3e0e19c50d79d088137fd53b45db9b2f195a456 157590 libx32itm1-dbg_5.2.1-26_amd64.deb
 29f681b65f09991f7c7fcf8371f25c1e2f9d28d7 26214 libx32itm1_5.2.1-26_amd64.deb
 2f630fa887d39bb9079bb6cdc2f53e8c1b4c88a3 858 libx32lsan0-dbg_5.2.1-26_amd64.deb
 ce567671694ef0d162e3b394f17d4788a74c8c7f 848 libx32lsan0_5.2.1-26_amd64.deb
 c122f12adcafd982df17b3e3d7bddd558761d48b 338052 libx32objc-5-dev_5.2.1-26_amd64.deb
 4d4e747304e6ea73a4dc8464a6480d4341a67172 199490 libx32objc4-dbg_5.2.1-26_amd64.deb
 baf2e68c5019d3df1f628f416fd5928308870d93 104014 libx32objc4_5.2.1-26_amd64.deb
 dbb5fa928fc4b52fc46c7926016dbc63ebaa0f30 5446124 libx32phobos-5-dev_5.2.1-26_amd64.deb
 6c9d73687e3ad26a587cdee24c059e3342032c15 146380 libx32quadmath0-dbg_5.2.1-26_amd64.deb
 2492ee35539ec093afea092566daa9931dc89316 133426 libx32quadmath0_5.2.1-26_amd64.deb
 52cdf10a8baf88f9377be90f69f1e360c1bda4a9 603732 libx32stdc++-5-dev_5.2.1-26_amd64.deb
 801563fbf90908ed6db974c639fd1f54ae6ef664 6603674 libx32stdc++6-5-dbg_5.2.1-26_amd64.deb
 cc7635aa2814f0153ec2b3a69ab9ddf9fc36edbf 377576 libx32stdc++6_5.2.1-26_amd64.deb
 c348c3ec2a984899d30161b965a1a3800145884b 340840 libx32ubsan0-dbg_5.2.1-26_amd64.deb
 972c2e081448052198af00871649972c11dafe2e 100584 libx32ubsan0_5.2.1-26_amd64.deb
Checksums-Sha256:
 54768a620cf916b543adfdc596a064fcb081970ae19a6a792213777f8498852c 21030 gcc-5_5.2.1-26.dsc
 cb5213b20e53b74a746963f17e85ef5ef5947a17945a300a4b58e359c15c3609 5012109 gcc-5_5.2.1-26.diff.gz
 edb861c0e84388830a9ce3a1867bf4c81489e8e32125b100f191ba7ce12d4d50 25970246 cpp-5_5.2.1-26_amd64.deb
 c5ed7fd9b296eef9b02799c9dfed80153eeeeba6db396627891bef7afcf661d2 58168 fixincludes_5.2.1-26_amd64.deb
 ef94c7a96a279a6e857e9fc52b52336192fb6de28a433252adb9a978232e196a 932 g++-5-multilib_5.2.1-26_amd64.deb
 251803d0e22ea0ba27a01a760dfddfe4c6d0923578c614742b98a04705048a4a 6382060 g++-5_5.2.1-26_amd64.deb
 70204af5ea04681849aa8e66be7b7f273d16c0bd76a4e36e3a4363cdc7180a52 167602 gcc-5-base_5.2.1-26_amd64.deb
 a6d0a68500930510bdffee9f31152716feb94452d6bb81170b6efcd5cdf1d6a4 9010218 gcc-5-hppa64-linux-gnu_5.2.1-26_amd64.deb
 20b1341f58a9b2dff7b0f60c7146edf009e41a2d86c992d633a5a1f549ab5713 1439860 gcc-5-locales_5.2.1-26_all.deb
 f2d3a0313b34a7a697fb6d54ed4fc98f2afabb0660fed32c7fb563e1f564d266 912 gcc-5-multilib_5.2.1-26_amd64.deb
 a2e3ed544562c7532cd34f3cf373d159a1d7b085ffa25d40e7820139838a9861 1033174 gcc-5-plugin-dev_5.2.1-26_amd64.deb
 5cf1bcce4a032f7689a564963d2caabe037aad54d3c650114dbfdf3603a67561 79716416 gcc-5-source_5.2.1-26_all.deb
 d8017fd91ea29acd66e4fb7b7840255389d74acc77035ba86a784aaa66adc280 8853128 gcc-5-test-results_5.2.1-26_amd64.deb
 eb11f7bbc627406ed35cbe7bc5c546659b1841774feef89b063bc4cdcdc5d4d5 25936124 gcc-5_5.2.1-26_amd64.deb
 1622c5021b72d7edcb6e2b3100b27dc261cc86e65db10a6343c16b52ac6422d5 9048112 gccgo-5-multilib_5.2.1-26_amd64.deb
 8b7f89610fce3eed6eb635d57115d5de254d1d547243a52b2e25ca4c11ac6c84 33096704 gccgo-5_5.2.1-26_amd64.deb
 d2f4ec96f8abc8056cfaa1d671b7b8b31d3ad861aef3afb3b7c201508f6978c1 459164 gcj-5-jdk_5.2.1-26_amd64.deb
 9cb277e9e548f37dde36a4776d2c1166ae38e1fc1beb5513729ae88acbe6d96f 48024 gcj-5-jre-headless_5.2.1-26_amd64.deb
 5e57f72d5fb20da89a4db853761f50e69d3e37b45fae93ec42de582aff92e301 10348980 gcj-5-jre-lib_5.2.1-26_all.deb
 4bfa4e0cf3ec71b9529c8e6e4153c4552c2e49b64afbce763699697181321e85 1218 gcj-5-jre_5.2.1-26_amd64.deb
 30460f3ce5a5c9c5ea58810bd955968408a2740e6ce71892bfe19d2da8cfa2a5 11661742 gcj-5-source_5.2.1-26_all.deb
 a36fd08f9c9c9de8c43177164ff0ee10d835d1819ad62a7da8d6fd7bc1feb874 25207222 gcj-5_5.2.1-26_amd64.deb
 dae98e75dbcdf4a1fea6eb4f370bdbdb7124f1dfd05dd402a600e1d06793c9aa 956 gdc-5-multilib_5.2.1-26_amd64.deb
 3ac1ba8a89de031823f92ebd1cafc15ae835b2636f39fa8753e42e1c714792fb 27801190 gdc-5_5.2.1-26_amd64.deb
 0c3ead5753feb486de6f4a00d5e27a0694cc7235f4336eaf4264e288135e4746 924 gfortran-5-multilib_5.2.1-26_amd64.deb
 16fd875ebf5e43736f795e16674a071a838a1d4deddac1c48ae80d24b0ac46c5 26854592 gfortran-5_5.2.1-26_amd64.deb
 d8106c733c9b4c4fc02acac736b451ef8a735f3bd5190a4f61567cc80f72d5af 2187068 gnat-5-sjlj_5.2.1-26_amd64.deb
 c06f1eb340c443398a52de5fe6b86c606d616854cdc37a71d27f7fba6c1da62f 11464240 gnat-5_5.2.1-26_amd64.deb
 d21a5550f7b566308bdd630a844fd0c9a84c313c8ef83a936ed74d0412420ae0 918 gobjc++-5-multilib_5.2.1-26_amd64.deb
 5418a9a870244a93e29725d7991975c69fd9f189493b2f6635f3cb391bca8f45 27792260 gobjc++-5_5.2.1-26_amd64.deb
 d42c9f095c773d4e35d46f7a1fb64d3fddc2fbc908da5d6d013cc0dbf9403949 922 gobjc-5-multilib_5.2.1-26_amd64.deb
 72c21bbdc290bc36e7481ae3e9df35bf1ede7cacc657b9f69d597671358cee59 26117560 gobjc-5_5.2.1-26_amd64.deb
 97f25d1f4f5da34066675cb9acdf19f3e974bc745bd480bf02d0bccf2b3df505 1001672 lib32asan2-dbg_5.2.1-26_amd64.deb
 f442af618a263400896bc9c3bc8a99e3db89c867330b7b018ada87f4d39dedde 257364 lib32asan2_5.2.1-26_amd64.deb
 4c7d4ab93e8a79ec587db68058215f9038ea9ef643d232122367eea20ddae544 13456 lib32atomic1-dbg_5.2.1-26_amd64.deb
 ee0f2acebaedf27f4225d25a072e58c1d530743cdc4eb4d58736ed50a262129d 8270 lib32atomic1_5.2.1-26_amd64.deb
 a4b2865b59ff3bcdb62570b9f921c46b4450457b58e71c5277ae2950072e1233 92790 lib32cilkrts5-dbg_5.2.1-26_amd64.deb
 90e5044bba99a0659cdf86a342233e77958a638bb92ae70f80065d3b762bd76b 42866 lib32cilkrts5_5.2.1-26_amd64.deb
 e3233bd6f7f5b8870f5a38f8bfd5c3b803652161e517b08da95e29bca2c83080 2041644 lib32gcc-5-dev_5.2.1-26_amd64.deb
 2c40e2c3a0114eb7970a1dba61d5f0d526070841194620e1758bc904f7b2e972 83924 lib32gcc1-dbg_5.2.1-26_amd64.deb
 f4a8f0617ff518c3cc840431fe47b5b1d92f4ec7c07a00648226817c7fc55a23 45998 lib32gcc1_5.2.1-26_amd64.deb
 cb2b7925c8d4226c0abe2c5310953ff390699c50b3dcf60128e7c15bfeb53533 271438 lib32gfortran-5-dev_5.2.1-26_amd64.deb
 0aafbd780de0a7cc62c2ff6cbbcbffc027a2593cef978916d66b2068e085d498 485118 lib32gfortran3-dbg_5.2.1-26_amd64.deb
 cc2a0a5986f8401bf51761c5c024f461deba3ee368535e9a76751e47384ddc14 245640 lib32gfortran3_5.2.1-26_amd64.deb
 4ff110818877994499c76eb970e786f0efe7874a9cbd0003823e503bc710bd85 892 lib32go7-dbg_5.2.1-26_amd64.deb
 1647ac3319f8b512c3faee59cbc4d66e1abaa93dcb762891de79a9dcdb6fbb40 5151438 lib32go7_5.2.1-26_amd64.deb
 46bc0600095ec5d6266dcb8d60ebc9ae2e4e910746adf91459e5ce40f75f3ce1 114812 lib32gomp1-dbg_5.2.1-26_amd64.deb
 320b8466a502174858ff34f90f254f6e190d1217a7ec37ed5d2cda262390344c 58434 lib32gomp1_5.2.1-26_amd64.deb
 e98c6b0b09c725c8eacd4c110aa308317669b7897c0e8288bfd7234d3fd72d24 157140 lib32itm1-dbg_5.2.1-26_amd64.deb
 bf74bd443624d3cafd3e197b74b5d82584ff0b5a8b1fe8c0e2fd5407c7062a1b 28772 lib32itm1_5.2.1-26_amd64.deb
 144385f67540e7e652c037b2ae402d538e15d8d4ad04b8122f9c5c453a843188 856 lib32lsan0-dbg_5.2.1-26_amd64.deb
 1d24b7c0c2d0ea297ab7e8ad19abe92166ea35b372c94c05912ee0253b295757 872 lib32lsan0_5.2.1-26_amd64.deb
 b505e057e704195544b47c6254176e27802dbd8cdf0d3918f9333ef6b8c800fd 17678 lib32mpx0-dbg_5.2.1-26_amd64.deb
 574af75ebb26aca8c030e49321f0f3975565192f9ae77652973f3d0beab7c5d5 10694 lib32mpx0_5.2.1-26_amd64.deb
 71b6e492d64fccb18f2642ac2692ed98ee59942097c48d7844148992e49577e6 328336 lib32objc-5-dev_5.2.1-26_amd64.deb
 57c88109cc7f2b9ea46cabda0b0c66c1273e49b32ab89df0452783a3331c197f 187098 lib32objc4-dbg_5.2.1-26_amd64.deb
 15eed95fc9700d5401c0bc62979656ea4f61f00b86444b105ebe46c652152ae0 116252 lib32objc4_5.2.1-26_amd64.deb
 ff536b80258ca41b18761886f23caa8408642f78d36e1c2cd0a1a083ae1df5e7 4926406 lib32phobos-5-dev_5.2.1-26_amd64.deb
 76742ca496e2b42039079854ecf156341888d8ca6bbf53e5c4f4900134897ed9 153670 lib32quadmath0-dbg_5.2.1-26_amd64.deb
 ef528f3e674eb1c0ee7c8e476b18cf70329a780b27f045dc25e6247cfdb7b746 200388 lib32quadmath0_5.2.1-26_amd64.deb
 eaa5ce561ec04a75be2756c5d4cf11bf6fd19d6bffee174765cfc76ac65c2b96 623654 lib32stdc++-5-dev_5.2.1-26_amd64.deb
 65ab51bbba2b490b4b6b8193d6fd4a40cdd8fcc58d9a8a1e1674e8bf82233899 6464636 lib32stdc++6-5-dbg_5.2.1-26_amd64.deb
 6b38023c5e0f86d88da0907e7b67912571dc6a35ee3ff23e897c3b21fd46041c 395802 lib32stdc++6_5.2.1-26_amd64.deb
 51714f56d3632be0d9200709a38394dc2537b283ab0589e1ea09d9a4d29f4a82 323336 lib32ubsan0-dbg_5.2.1-26_amd64.deb
 0115f8f0223072e778640579c337d46ef8e5d825298a124cf0d5f00a107c1117 108018 lib32ubsan0_5.2.1-26_amd64.deb
 7a79cc12ae3ab6581ff010fccdae14080c6d0f88ea542a834c9f21dbee7060d9 1108834 libasan2-dbg_5.2.1-26_amd64.deb
 c2994ebe8b38d92e6465f9e0235be00252c7b3cd006c2975f3f31d07fbf7e209 265834 libasan2_5.2.1-26_amd64.deb
 096c7f098e22bed48f2c1dc0db74bf19b36f548dd21eaa9809586c816f018637 16062 libatomic1-dbg_5.2.1-26_amd64.deb
 b2864865a6d99b1f0007861096569e12b15d8f369a9d95a80081d61e25ebdf24 8658 libatomic1_5.2.1-26_amd64.deb
 1d2999dac2a59cbd46eafb0cda6516a757c269019813ed24f6016d50207e50b8 30394 libcc1-0_5.2.1-26_amd64.deb
 54f16241d1774087b08d78b3d9273eeb1beb75ba18537c583dfc67b746cbbc3e 101888 libcilkrts5-dbg_5.2.1-26_amd64.deb
 db6f6d249f001fdfe53493dbc2ba2bd64d5e4403d7a66b1431b8ca3b3db67ec4 39504 libcilkrts5_5.2.1-26_amd64.deb
 3521d11d81bff742009ac8472b1a6e34eaaec04aa9d3bb642736084ff05afdc8 2222960 libgcc-5-dev_5.2.1-26_amd64.deb
 9f2485f9d11efcb458cc5e9a36ecc80a2fc685ad0051ae481d5df9a019966964 83664 libgcc1-dbg_5.2.1-26_amd64.deb
 8b4ae91fcb10f5803de5a8a78806e005a36197c28f49cf08791cd1375b4c1285 38788 libgcc1_5.2.1-26_amd64.deb
 1ecefafa842473dde9b195745fc1251d3a8486820094a14b2e907ab0af616d33 19687490 libgccjit-5-dbg_5.2.1-26_amd64.deb
 302524362251ab282e9d8f6f7f9f6d95ecf783b5ec1eb0380f4697ba9c4406e8 15824 libgccjit-5-dev_5.2.1-26_amd64.deb
 fee493924fb45ef7ecf4747b3b56bebf2a39dd60b10bf697f53b291f55441006 91742 libgccjit-5-doc_5.2.1-26_all.deb
 9487c687e4458f82bf49b00b9f7aa9933e25fbc74629609b4bbc672b844c6aaa 5316910 libgccjit0_5.2.1-26_amd64.deb
 34d75a8ceec51f62143ecce75d0757e3c40e43f8aa496755ae2a7194db914ef0 18859890 libgcj-doc_5.2.1-26_all.deb
 1f1d6545c93a61e76e7be8bab52670672e07d10ccaaa8cc7f01f4818c5db507a 62222 libgcj16-awt_5.2.1-26_amd64.deb
 e083074955a894d2dad2d989bd2ae497cddce7d31fa48bfd77846ae9857228d7 16448972 libgcj16-dbg_5.2.1-26_amd64.deb
 37672cbd17d9dc75b10c120128929521f5826574ca63de825b0c4cb729e4b789 596346 libgcj16-dev_5.2.1-26_amd64.deb
 fe3294cb4ff1a26b394e6c0d813e4cce5e2513261890e7e0ae784cbbf228f79f 9234908 libgcj16_5.2.1-26_amd64.deb
 919c64c4e8aeb377ce209e60de5a22bbce0849a163b918924779481d0d5c6ccd 285428 libgfortran-5-dev_5.2.1-26_amd64.deb
 c7927a21d02533d682c7850824850ee4df68d36a5f01b36a4895334d1c1c0625 608096 libgfortran3-dbg_5.2.1-26_amd64.deb
 44b9b78989f54d8dc866b0369d482208bc4eaee82335fbee7468aa96930006b1 252800 libgfortran3_5.2.1-26_amd64.deb
 7c5c9e33717a04815678347df0ceaaaf69a7f8ac95112b34d8ce4a34fe96a2cd 1707994 libgnat-5-dbg_5.2.1-26_amd64.deb
 cb46338d2fb66a0d0ed1a1afde18fd9ecc3ca63db9cea166adbfcb6df936a1c6 927340 libgnat-5_5.2.1-26_amd64.deb
 c1434a1009c33622f4564adb8caa56219c65c1c61327d37e871659f53580b410 1498842 libgnatprj5-dbg_5.2.1-26_amd64.deb
 72450581a0ad15413f12478f6cf6b645b8017476abc4e2c8849d10c410f9a557 3259398 libgnatprj5-dev_5.2.1-26_amd64.deb
 d41a70cbabe25a0ab80bfda4ad10561c32d71ddc2f4039212925a5198083e6f0 652448 libgnatprj5_5.2.1-26_amd64.deb
 37bc9a862c1f130d70815598da0479c98183af4da787395b274d9f34e810c2aa 474636 libgnatvsn5-dbg_5.2.1-26_amd64.deb
 d281bbafb25be3dbe718bc32b9e39399a36f7435cd35811e5a76f8ef1dbff412 1471344 libgnatvsn5-dev_5.2.1-26_amd64.deb
 1ea1c78850b4673f815f755c77d01fd3ac8e49f1c0c5911ce546fa5b9d2560a7 291520 libgnatvsn5_5.2.1-26_amd64.deb
 0b48d72aa02f28192a6c7bd6d7ad9b03e7936c5ec84a8c77673b6b88b18833fb 898 libgo7-dbg_5.2.1-26_amd64.deb
 4a928aff83f171714df01e8e4d2008ad60b8ba2ff490f7193cf5d9455355d79e 6396030 libgo7_5.2.1-26_amd64.deb
 af6e0c41c145a8cab71df7e95a5a484357e2ec572ed11ae5eb6ab7cb3ef7b6ac 122874 libgomp1-dbg_5.2.1-26_amd64.deb
 8072ab3904e4e5a447323291bd377e2f16147148bd904915a47654239cbe44b9 54128 libgomp1_5.2.1-26_amd64.deb
 052044b593ee92a04891b6f37e6a0eeae636bd3f5956948c3d5dbc3820d1568f 165524 libitm1-dbg_5.2.1-26_amd64.deb
 dbe40de5947e7d9d0eb6529ff08cd6501c4ee38b24df0c32a93551f7d566bb0f 26750 libitm1_5.2.1-26_amd64.deb
 e291bd18d55786f7da91ddb9b5bdc01983adf2b9756221e7ee7c102fbb4a8cf2 387200 liblsan0-dbg_5.2.1-26_amd64.deb
 36b049c442344a033716313d5281e6df3fdf12f10ca46125ebcb1bfdb2ec3311 108434 liblsan0_5.2.1-26_amd64.deb
 fd4c8b9784a5d20fffeb82f1a34acc367f32e4ffb6c99f62803e234496f31e1d 17454 libmpx0-dbg_5.2.1-26_amd64.deb
 6375da60a2d2ef280f7119653ff5d7aef8feac23bd6da225caa933eafc7b24c5 9448 libmpx0_5.2.1-26_amd64.deb
 f3dc3709205420eeea8f1e89591ea25bebcc169041b30adbc255699a1935032d 372300 libobjc-5-dev_5.2.1-26_amd64.deb
 dda8bddf1ca83d1a444b40097a39229b6510c42d25671e38e0a895ea55a54c9b 209798 libobjc4-dbg_5.2.1-26_amd64.deb
 7c0b6b51033f52adefa32aa8898569d67c64ff2d8ccf83dd364c7e294e22180a 109894 libobjc4_5.2.1-26_amd64.deb
 a18a2e39c9f6e543990b3980654a128b1104cd237c2ea9e3de2e7887d7839b6c 6820752 libphobos-5-dev_5.2.1-26_amd64.deb
 7c758c1a19ac09a77b3d4c856308eb0242324b85a7a14cd6fa66eea652472e5c 144616 libquadmath0-dbg_5.2.1-26_amd64.deb
 9e6ad85233a971ee7f51e891ce3f20b75cfc84576e5593cc2d2f96d492e3b853 130658 libquadmath0_5.2.1-26_amd64.deb
 3419975e16f7be2d930ae9930a0e5e9b0ab658024ae47edf88c730ea63563d94 1415162 libstdc++-5-dev_5.2.1-26_amd64.deb
 77bca6dcca7a90839f70ba48fbc13dd002fd5cfd64d505c07cc70bf1aa769172 8422470 libstdc++-5-doc_5.2.1-26_all.deb
 695e1798026befd955a6f04a80b9e656332a4594984897e08b1f9c13189e8943 482232 libstdc++-5-pic_5.2.1-26_amd64.deb
 76b1c53efe9945c0d0b2487db397e6dfd4d9c64a25b9ddfdc592efd07fe2e619 3753994 libstdc++6-5-dbg_5.2.1-26_amd64.deb
 b413c16ff93037cd7488c25dda9bbebeca703dfa6b874c9e8c5b2198c3ff7c73 388248 libstdc++6_5.2.1-26_amd64.deb
 8fc8c3eafde9c55059f5f13598406461d9f0ef2798e4af0c733fc9b49c4289d0 851700 libtsan0-dbg_5.2.1-26_amd64.deb
 df24a1de512ed3c39dd9d877709f2b9c77cf479b90d2816e75a15717e84724fa 244618 libtsan0_5.2.1-26_amd64.deb
 4a9f03bc2632c6cd06ea50a30e50eb2e81f40ff6dd2abb7da4cd91d832a88888 351334 libubsan0-dbg_5.2.1-26_amd64.deb
 2d6c4a817869a63db401ac60ab261b00f6566d28f295194cd9d62d7c0e56eae8 98806 libubsan0_5.2.1-26_amd64.deb
 08527a45c6f1bf6f2d1b2c232e66d4ad0dde40bc7ee14e236e2e25e3be617fa7 1029528 libx32asan2-dbg_5.2.1-26_amd64.deb
 e6868559adb7ab229d4b84c3ed1ece332b2ee4e3cb3d4a85203a36b527a241a2 254274 libx32asan2_5.2.1-26_amd64.deb
 1d6b09ad768da4d592092d8fb349c915ea7f752d5eed7b8ef4c33819c0fab167 15494 libx32atomic1-dbg_5.2.1-26_amd64.deb
 f313223f36896ea1bba735f34173e4e8ee4af7962ae2c842a06044f482d66fa6 8624 libx32atomic1_5.2.1-26_amd64.deb
 600d2751b9ed334b5d42982334b70f4eee4669e5bd8fb92ecd641c53c25bd9ae 100220 libx32cilkrts5-dbg_5.2.1-26_amd64.deb
 cc2e1df5c3fc3cb965c85e8c18722a94baa8dd2a93d4c273c0e4c3bdb2f89676 39034 libx32cilkrts5_5.2.1-26_amd64.deb
 2a9aa1ff2cd33b1c61401fbc5cfa0764d58413477764a3007dcb12c80cab64e7 1862902 libx32gcc-5-dev_5.2.1-26_amd64.deb
 b771c48ebf6faf28373e7330f1e2a3ec59557cf6a801a8207902d8bbf41da96b 81572 libx32gcc1-dbg_5.2.1-26_amd64.deb
 70a56b702c4dd694ac56d0afa438896a7bccc306e70ae1a4d4ff88af2fce370d 38560 libx32gcc1_5.2.1-26_amd64.deb
 581c8422af5db0f7aa0c6117e81de4ac4853b551ca2f570e58afeb7a9a078dfe 284976 libx32gfortran-5-dev_5.2.1-26_amd64.deb
 89599249d2631b0164a73e90d1986c230540dd1a3c8d1069c4f9c0377eaf857f 565948 libx32gfortran3-dbg_5.2.1-26_amd64.deb
 72f2fe4330e975cd09447066b4a0ccc5e0a3be53e5df9747b2940c3dedf6f30d 250578 libx32gfortran3_5.2.1-26_amd64.deb
 31b9341707fa18d5b835ef762dd3fcdbb4082a4984ce27dc246f93a807ea8c57 890 libx32go7-dbg_5.2.1-26_amd64.deb
 b8cbe891d867f55f73f7511d3e3aad76b3de63b39a7212dcd7cca7cd95d1bad3 6188306 libx32go7_5.2.1-26_amd64.deb
 d334646a05d215e59aa65f7ce66923b8d888b857e5048ea5a3ed57f2af5cb647 118462 libx32gomp1-dbg_5.2.1-26_amd64.deb
 d216cbe3b88c3e524560cc15e23aad4d4861f92b19803dff063559d8ee4d7659 53056 libx32gomp1_5.2.1-26_amd64.deb
 46dfc89b2fe9791d4e7548839d11d8bb5e92c7546daf994b4d1cd2cfacb72548 157590 libx32itm1-dbg_5.2.1-26_amd64.deb
 5f6aae38da79bb064b8323e26653d11b3d04b485e62f64025d1e631f6be6fb3b 26214 libx32itm1_5.2.1-26_amd64.deb
 102446b4b19a642df5f7c04d00b3544b28b122446023c5d089b5db0aa0b33e57 858 libx32lsan0-dbg_5.2.1-26_amd64.deb
 a0e7b0c0393607ca63437d2b265c0c995727407440bbdb2e900994f49d73af5c 848 libx32lsan0_5.2.1-26_amd64.deb
 ca56699f26b66936462432592d64cca3943969ce6c51c6afe09200ae5f0b30f0 338052 libx32objc-5-dev_5.2.1-26_amd64.deb
 14eed59349c625444ef743e30615b453ba37c05c41ddd30e4e038ca4823d715b 199490 libx32objc4-dbg_5.2.1-26_amd64.deb
 0f456342a6e8b40bd5630572ed9b6aeddf39ed855ae5fed9133057bc8d56f512 104014 libx32objc4_5.2.1-26_amd64.deb
 203b3466bfb39107963d7f04525bde018ea8a7541c9b182746243422c873e2cb 5446124 libx32phobos-5-dev_5.2.1-26_amd64.deb
 c5434bd4e71d24bde93ef26c42f0611e93ceb73a1c2772d575f4e85d7f1a24a9 146380 libx32quadmath0-dbg_5.2.1-26_amd64.deb
 09537674633d443a6739148bd8edde94afbf18f4718118929083879e3973b4af 133426 libx32quadmath0_5.2.1-26_amd64.deb
 e5ca12c8c23ddf83c697c3d4865305fbb4d3271cf0267c627efeb8f293cf237e 603732 libx32stdc++-5-dev_5.2.1-26_amd64.deb
 394a2447f6896ddc7c999bb44555b7e6aebe183b275c898928ed892bb8098a9e 6603674 libx32stdc++6-5-dbg_5.2.1-26_amd64.deb
 904322573849f87ea460d23eef6e305854da43a3f4a98bcfca941d2c4bfbe796 377576 libx32stdc++6_5.2.1-26_amd64.deb
 0406f9e58518d1c4760ee75f9f0bcdd24b353dc85fc4a76e2d5557b9f58c8843 340840 libx32ubsan0-dbg_5.2.1-26_amd64.deb
 ec88e6b974823c735992cdeeb138de220406219971f3f6e0a9426f5ada194f15 100584 libx32ubsan0_5.2.1-26_amd64.deb
Files:
 44cbb5ad8260c8f92f06b4c24c29c222 21030 devel optional gcc-5_5.2.1-26.dsc
 62ccfb809cdc8bcaa021dc3efc1c2f03 5012109 devel optional gcc-5_5.2.1-26.diff.gz
 231f55b46c1e39629d3b81898bd52a28 25970246 interpreters optional cpp-5_5.2.1-26_amd64.deb
 8e980c8664317d97f1da38c02b8f2f04 58168 devel optional fixincludes_5.2.1-26_amd64.deb
 6cdb1203e30a0bc93e742a8b90690b1e 932 devel optional g++-5-multilib_5.2.1-26_amd64.deb
 1a99b6f112d85c09a2b703595a1f14d9 6382060 devel optional g++-5_5.2.1-26_amd64.deb
 d90760e9e2f8fb0b4501f42a8da7433c 167602 libs required gcc-5-base_5.2.1-26_amd64.deb
 3693eec2082d1246b461890788335502 9010218 devel optional gcc-5-hppa64-linux-gnu_5.2.1-26_amd64.deb
 cb3c4c0e8bc8c6e477710d5ea14f2827 1439860 devel optional gcc-5-locales_5.2.1-26_all.deb
 be69e39f1b1e2d86e35a46ff3c4d441b 912 devel optional gcc-5-multilib_5.2.1-26_amd64.deb
 25b84149ce64dae44ffacd9a5ee3cd7e 1033174 devel optional gcc-5-plugin-dev_5.2.1-26_amd64.deb
 6f81e6da0e70cf86542f56f643a02cea 79716416 devel optional gcc-5-source_5.2.1-26_all.deb
 344b98571424d3aa4044f01000ff1041 8853128 devel extra gcc-5-test-results_5.2.1-26_amd64.deb
 870a626e43e256d1741483e56c67d998 25936124 devel optional gcc-5_5.2.1-26_amd64.deb
 0cb099f39dc770b9db348f129d3c944e 9048112 devel optional gccgo-5-multilib_5.2.1-26_amd64.deb
 5bd3d08ad909e240d28c70980c49eee2 33096704 devel optional gccgo-5_5.2.1-26_amd64.deb
 2fee7b465f050e052e41d63b93789a25 459164 java optional gcj-5-jdk_5.2.1-26_amd64.deb
 cc2053399e406c9703f37db60baa9b2b 48024 java optional gcj-5-jre-headless_5.2.1-26_amd64.deb
 6c5ff5555d9a1f0a5e78b4f482544574 10348980 java optional gcj-5-jre-lib_5.2.1-26_all.deb
 971e37090cb6808856236d9af471d68b 1218 java optional gcj-5-jre_5.2.1-26_amd64.deb
 873b68d15c16996a621ed97127543013 11661742 java optional gcj-5-source_5.2.1-26_all.deb
 2571c4a9fc5d8a2c419464ada3da8d80 25207222 java optional gcj-5_5.2.1-26_amd64.deb
 db6fbee552db8585271e0aebeaf5b99b 956 devel optional gdc-5-multilib_5.2.1-26_amd64.deb
 37dbd56452c8aa0819dc5d5851a9620d 27801190 devel optional gdc-5_5.2.1-26_amd64.deb
 4759717f6b4b324d219baaf50d255c26 924 devel optional gfortran-5-multilib_5.2.1-26_amd64.deb
 9cfa0dc8c4e762e90beec10bd7b47dd3 26854592 devel optional gfortran-5_5.2.1-26_amd64.deb
 89f5b04bb3559623d044dfd3c4cb2b53 2187068 devel extra gnat-5-sjlj_5.2.1-26_amd64.deb
 c5dbe3e823335dae92f2b5889d47409a 11464240 devel optional gnat-5_5.2.1-26_amd64.deb
 4f8bf6c1a22215fa46f1373fcd5ca945 918 devel optional gobjc++-5-multilib_5.2.1-26_amd64.deb
 a1b0d53924103ae9737ebcae0225a88f 27792260 devel optional gobjc++-5_5.2.1-26_amd64.deb
 d68b6bb137d471f2413b9bcc92d90c77 922 devel optional gobjc-5-multilib_5.2.1-26_amd64.deb
 7620a9c32b39177e55f4e8ae91742260 26117560 devel optional gobjc-5_5.2.1-26_amd64.deb
 3cef4ac123b37f7087522531d18a2b13 1001672 debug extra lib32asan2-dbg_5.2.1-26_amd64.deb
 163eb75ae1bccf2f44a7ac3944721c14 257364 libs optional lib32asan2_5.2.1-26_amd64.deb
 1fba65695047b1253df1ea7802aa9dbe 13456 debug extra lib32atomic1-dbg_5.2.1-26_amd64.deb
 5315b0921474f1add5a6cf225bcbdaf2 8270 libs optional lib32atomic1_5.2.1-26_amd64.deb
 0f00aca0a8ebac9d6812f994d0acf1ba 92790 debug extra lib32cilkrts5-dbg_5.2.1-26_amd64.deb
 d5b8f881ebdbf8fa484f59d35621746a 42866 libs optional lib32cilkrts5_5.2.1-26_amd64.deb
 0755472ee83d4d7daab9396456b1e49d 2041644 libdevel optional lib32gcc-5-dev_5.2.1-26_amd64.deb
 0b0780f97a747a08d55f9711ac8db2f7 83924 debug extra lib32gcc1-dbg_5.2.1-26_amd64.deb
 1997cadb1c2422c00e27e4589547c8b6 45998 libs optional lib32gcc1_5.2.1-26_amd64.deb
 16ceee120c96249471c9d6aaa7f7c1f8 271438 libdevel optional lib32gfortran-5-dev_5.2.1-26_amd64.deb
 51def6dd1e182c649080943c5d6f0580 485118 debug extra lib32gfortran3-dbg_5.2.1-26_amd64.deb
 0b6168ad124598e39e597afc8300e0a9 245640 libs optional lib32gfortran3_5.2.1-26_amd64.deb
 d32e2c8ff813c18fe639478fd4a181aa 892 debug extra lib32go7-dbg_5.2.1-26_amd64.deb
 b2ba97f6a39c7824c68763aee8e0b088 5151438 libs optional lib32go7_5.2.1-26_amd64.deb
 7a85bbccf52b4c48c4d6b02ecd4579de 114812 debug extra lib32gomp1-dbg_5.2.1-26_amd64.deb
 d3e833f17e80c4d4d987d39c3f345928 58434 libs optional lib32gomp1_5.2.1-26_amd64.deb
 3ad1cbe820427dd2b26fa27496a319e8 157140 debug extra lib32itm1-dbg_5.2.1-26_amd64.deb
 e30fd4ec501b51de32e58d2114ad196f 28772 libs optional lib32itm1_5.2.1-26_amd64.deb
 bfca7aaac988f8aba05ac23eb082c3fc 856 debug extra lib32lsan0-dbg_5.2.1-26_amd64.deb
 e2290d78855c6eb57bdcae5d61b6d697 872 libs optional lib32lsan0_5.2.1-26_amd64.deb
 641db8520fdb374745aaaba1f4ea8283 17678 debug extra lib32mpx0-dbg_5.2.1-26_amd64.deb
 d7a261b2828efa03e9c9b237f9bff18a 10694 libs optional lib32mpx0_5.2.1-26_amd64.deb
 1b6122e36c0cbe98bf2a9e8d889d2382 328336 libdevel optional lib32objc-5-dev_5.2.1-26_amd64.deb
 51ad3da393a8bdad03d1ca9abd2c3e3d 187098 debug extra lib32objc4-dbg_5.2.1-26_amd64.deb
 f31ef661047ee29cd5f3043c11d6b4e9 116252 libs optional lib32objc4_5.2.1-26_amd64.deb
 e3240ab0841ddce282bbfae9dde29788 4926406 libdevel optional lib32phobos-5-dev_5.2.1-26_amd64.deb
 ff6e0a4ffac45c17313c16fde4fc8e77 153670 debug extra lib32quadmath0-dbg_5.2.1-26_amd64.deb
 cbda2d169a08592e6d2ff68b7eacbd05 200388 libs optional lib32quadmath0_5.2.1-26_amd64.deb
 1456080e32b73f3168079c7c4b475d32 623654 libdevel optional lib32stdc++-5-dev_5.2.1-26_amd64.deb
 21e0bf928c9778f40d0095d3eff4723b 6464636 debug extra lib32stdc++6-5-dbg_5.2.1-26_amd64.deb
 bc36370e215f702c234d5da0b5d236a6 395802 libs optional lib32stdc++6_5.2.1-26_amd64.deb
 60202a055704a5695d6809d09a75769a 323336 debug extra lib32ubsan0-dbg_5.2.1-26_amd64.deb
 d54852d7317d1f36f03e0b841377b84a 108018 libs optional lib32ubsan0_5.2.1-26_amd64.deb
 ac97c27694bbd431606f8972b7584b70 1108834 debug extra libasan2-dbg_5.2.1-26_amd64.deb
 f966d3f77fa46348130e6b88c0bf8774 265834 libs optional libasan2_5.2.1-26_amd64.deb
 0226ab9d5e5e8e60344fbaceb4c84302 16062 debug extra libatomic1-dbg_5.2.1-26_amd64.deb
 b2e71c2182c26f5f4f8810e926fb3b1c 8658 libs optional libatomic1_5.2.1-26_amd64.deb
 48619a526e43a652dd06b6da22b015dd 30394 libs optional libcc1-0_5.2.1-26_amd64.deb
 92a0493e3da7a177d909e17bb467e78e 101888 debug extra libcilkrts5-dbg_5.2.1-26_amd64.deb
 b4ef7fa075dc2b31f825a3d080178c58 39504 libs optional libcilkrts5_5.2.1-26_amd64.deb
 72f9a199043c5b7812cd4300b9fd544e 2222960 libdevel optional libgcc-5-dev_5.2.1-26_amd64.deb
 a8962524844e86bcd4da6445d92d7515 83664 debug extra libgcc1-dbg_5.2.1-26_amd64.deb
 cc6871a4c9e8da17f50d30c5e50f5518 38788 libs required libgcc1_5.2.1-26_amd64.deb
 214be39ce1a95e1a3402963dd019baa0 19687490 debug extra libgccjit-5-dbg_5.2.1-26_amd64.deb
 49e4d327555506948fad7334f537d4c0 15824 libdevel optional libgccjit-5-dev_5.2.1-26_amd64.deb
 4d3d5fa1cb48afa8bdc705b49c5a0ba0 91742 doc extra libgccjit-5-doc_5.2.1-26_all.deb
 2c197182305affe988dae4c70051aa5e 5316910 libs optional libgccjit0_5.2.1-26_amd64.deb
 46faaeb8c6648f3cd1fadb4f77cb00a5 18859890 doc optional libgcj-doc_5.2.1-26_all.deb
 839e1921b2b5cfa4aaefe9fa034f55a8 62222 libs optional libgcj16-awt_5.2.1-26_amd64.deb
 74476be91a9de6f16c0bb161f1c4bf41 16448972 debug extra libgcj16-dbg_5.2.1-26_amd64.deb
 137ca4bfc944086ed9249b8241d9be19 596346 libdevel optional libgcj16-dev_5.2.1-26_amd64.deb
 beeeb849da53438190156791b3f8ba7a 9234908 libs optional libgcj16_5.2.1-26_amd64.deb
 173d0a2046c2abf21a2481f196dcbb38 285428 libdevel optional libgfortran-5-dev_5.2.1-26_amd64.deb
 f07e9f7e53d41ed2142fe8d9606450f9 608096 debug extra libgfortran3-dbg_5.2.1-26_amd64.deb
 f25350f4dc6b50856a98a2b65003b815 252800 libs optional libgfortran3_5.2.1-26_amd64.deb
 cbce572f16b728917cf73a3580bc316a 1707994 debug extra libgnat-5-dbg_5.2.1-26_amd64.deb
 f1e346a9ea730e146f1b61c3064d0d71 927340 libs optional libgnat-5_5.2.1-26_amd64.deb
 ea26e7764bff8f07ec743cef2c9d3a2c 1498842 debug extra libgnatprj5-dbg_5.2.1-26_amd64.deb
 0c26c13f0e7c019c2d3e8adcca71f6c0 3259398 libdevel extra libgnatprj5-dev_5.2.1-26_amd64.deb
 14c2482560c1d6cf398852f7a31fd63f 652448 libs optional libgnatprj5_5.2.1-26_amd64.deb
 7cbfe2e2323a674adcc8efd15fa14282 474636 debug extra libgnatvsn5-dbg_5.2.1-26_amd64.deb
 30cb83c420ad6df38cb25b66948ba510 1471344 libdevel extra libgnatvsn5-dev_5.2.1-26_amd64.deb
 7a37ae1a5e890e0cb93825176c536958 291520 libs optional libgnatvsn5_5.2.1-26_amd64.deb
 930466f9593e9c553f5f3f5659813db8 898 debug extra libgo7-dbg_5.2.1-26_amd64.deb
 b8532e905d4b2171ddcb5772ebd4fdfc 6396030 libs optional libgo7_5.2.1-26_amd64.deb
 7393c7ec72ae87d6c4a2756342346f1b 122874 debug extra libgomp1-dbg_5.2.1-26_amd64.deb
 42521d5c5bb7670e507f67889bccf644 54128 libs optional libgomp1_5.2.1-26_amd64.deb
 689a06954fdbee6b39d8ecb449f25619 165524 debug extra libitm1-dbg_5.2.1-26_amd64.deb
 e99c01c7bab255c6475530b8ebe71a3d 26750 libs optional libitm1_5.2.1-26_amd64.deb
 58d096e44d10ee243d2d393175111fa6 387200 debug extra liblsan0-dbg_5.2.1-26_amd64.deb
 5b99091e834a187d41bd7b56afd0b5d5 108434 libs optional liblsan0_5.2.1-26_amd64.deb
 6f840eec52c46ebf4d9e9e92010782b5 17454 debug extra libmpx0-dbg_5.2.1-26_amd64.deb
 8a51cefb0dafd89c9e7b64e6b36a8b41 9448 libs optional libmpx0_5.2.1-26_amd64.deb
 377ef9897e89be6fd9e40356848d657e 372300 libdevel optional libobjc-5-dev_5.2.1-26_amd64.deb
 043942b73fb3bf7a4405d21baa366894 209798 debug extra libobjc4-dbg_5.2.1-26_amd64.deb
 5e0a2897628db5e7e2d012eb51ffcc20 109894 libs optional libobjc4_5.2.1-26_amd64.deb
 53ef8855e40bc70adc2a98aea5f91a5d 6820752 libdevel optional libphobos-5-dev_5.2.1-26_amd64.deb
 03f721274750020dc9faf089bf3b3e49 144616 debug extra libquadmath0-dbg_5.2.1-26_amd64.deb
 df95754e415dd7175dbdf32b1c1b4c43 130658 libs optional libquadmath0_5.2.1-26_amd64.deb
 be690f715ceb6d7fb2ba0757c30bd4d6 1415162 libdevel optional libstdc++-5-dev_5.2.1-26_amd64.deb
 c90e5241421e6c638b8cebf50c9070f1 8422470 doc optional libstdc++-5-doc_5.2.1-26_all.deb
 0c39a4c62b35c72c8e76c2fe6bd40735 482232 libdevel extra libstdc++-5-pic_5.2.1-26_amd64.deb
 2e8316ba39d9d705187e1cd47de0270c 3753994 debug extra libstdc++6-5-dbg_5.2.1-26_amd64.deb
 a9e41278d1d08ac83db27c90d14a85cf 388248 libs important libstdc++6_5.2.1-26_amd64.deb
 26ee098e1fc2ba32e3a87ff0620b6e0d 851700 debug extra libtsan0-dbg_5.2.1-26_amd64.deb
 a724f92b8a3fa6bf1f4e447c04253d19 244618 libs optional libtsan0_5.2.1-26_amd64.deb
 505d81b360e9e036a7b43ae7bee5563b 351334 debug extra libubsan0-dbg_5.2.1-26_amd64.deb
 037816bc40b398f61133f51f62e888ff 98806 libs optional libubsan0_5.2.1-26_amd64.deb
 7e0b66aed9725c25b47ba5b6e8824cc4 1029528 debug extra libx32asan2-dbg_5.2.1-26_amd64.deb
 1ba242661286f07242bb9e97b169dfc7 254274 libs optional libx32asan2_5.2.1-26_amd64.deb
 327c294ea0bad085471f3ccbb551da7c 15494 debug extra libx32atomic1-dbg_5.2.1-26_amd64.deb
 c165c08dd624facc80a3b04289badc08 8624 libs optional libx32atomic1_5.2.1-26_amd64.deb
 e9b76c631d2ff013e21e5642c4e8117e 100220 debug extra libx32cilkrts5-dbg_5.2.1-26_amd64.deb
 ebc39d36597599ceea5c534a3ae7e43c 39034 libs optional libx32cilkrts5_5.2.1-26_amd64.deb
 c43ddb7e53cb820a6adca43a9091c259 1862902 libdevel optional libx32gcc-5-dev_5.2.1-26_amd64.deb
 396f03cc1929a58270d199ace53992d0 81572 debug extra libx32gcc1-dbg_5.2.1-26_amd64.deb
 9a17a9830dc6f4b2a61d31cc29a8dd49 38560 libs optional libx32gcc1_5.2.1-26_amd64.deb
 f104194991dc4745bb7bb773e1d51c5f 284976 libdevel optional libx32gfortran-5-dev_5.2.1-26_amd64.deb
 b9d27f1cafa4e3c332b8d29bff432ced 565948 debug extra libx32gfortran3-dbg_5.2.1-26_amd64.deb
 12ae5efd489101dbf4e9bb6b1da7b2fa 250578 libs optional libx32gfortran3_5.2.1-26_amd64.deb
 db0096328aa42084b2dfc2c43a96cb7b 890 debug extra libx32go7-dbg_5.2.1-26_amd64.deb
 92b58863250fd9db0b4c51803a80a801 6188306 libs optional libx32go7_5.2.1-26_amd64.deb
 431b493e18985b165e5a7ada592d8cf1 118462 debug extra libx32gomp1-dbg_5.2.1-26_amd64.deb
 78aee510ec4784a172f33f119bfb3861 53056 libs optional libx32gomp1_5.2.1-26_amd64.deb
 ca42e55adaefadb6007bf15aef8992f7 157590 debug extra libx32itm1-dbg_5.2.1-26_amd64.deb
 32a791ab1bfcb9d5bdc2ad350f7c2acc 26214 libs optional libx32itm1_5.2.1-26_amd64.deb
 b6cc8f79710661beabe074ce5b560bff 858 debug extra libx32lsan0-dbg_5.2.1-26_amd64.deb
 8525593dbd9e9099076e5c95855c47b6 848 libs optional libx32lsan0_5.2.1-26_amd64.deb
 b8d4c057833024d7211a0ca5a34bf5a1 338052 libdevel optional libx32objc-5-dev_5.2.1-26_amd64.deb
 7ddb42b84e6f955a69ccfd287f064d5a 199490 debug extra libx32objc4-dbg_5.2.1-26_amd64.deb
 ff9db22448550ab1032ef854b6dd8850 104014 libs optional libx32objc4_5.2.1-26_amd64.deb
 1e4556d195fcde31658d7f0e4ef3b0eb 5446124 libdevel optional libx32phobos-5-dev_5.2.1-26_amd64.deb
 abe8059120d2e09de3be041602cb1cda 146380 debug extra libx32quadmath0-dbg_5.2.1-26_amd64.deb
 22e770dd6864e65e3937236a8f3b9595 133426 libs optional libx32quadmath0_5.2.1-26_amd64.deb
 805cec17ea77dc208cc822bf142f352d 603732 libdevel optional libx32stdc++-5-dev_5.2.1-26_amd64.deb
 9a290600741833a7db3bc8b4e78fa7e9 6603674 debug extra libx32stdc++6-5-dbg_5.2.1-26_amd64.deb
 dbc7b7146e38bf5f4502b9a41cef125d 377576 libs optional libx32stdc++6_5.2.1-26_amd64.deb
 e6cb7bfca9e0e26a85e274f2c957bc56 340840 debug extra libx32ubsan0-dbg_5.2.1-26_amd64.deb
 a6f96a2345276be14997103be5e2913b 100584 libs optional libx32ubsan0_5.2.1-26_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJWVizPAAoJEL1+qmB3j6b1i6EP/2w1FjiUilzht7zpcBiO/fk4
ETVt/DTURQPZ24L3qVwCr6rjAK2wHaCi1V1eIjRUTnW6t4g5dAy/nttmtkwWsxBU
ub9uTsRVNLtjMxxCTBx4UtYSVlBe2JeoNo5d55sKS2+mefSW2L7xtGVfWbKJWpGh
CJXefv4Ip0TkdRgA89c4NT70k0D3LZso/cKvs6gNalZ8+4MQAUjSamZzHTS5S4CI
Cwvaf2iJro9e116cRqxRA4sWMRo6O1uz6Hq5eXk81vOH2UG3Rwf6qtHt9geSPdFi
/Mpl1sba9ft158tkjdqP9zjuwS4dIgq0/Ffmqt/bOglfUViOj0vSJq96SeiziB2B
1YoCqoc517Rrh9wCY9Fr+rF1ttYTuUxx/vgSPzUaxMzw5UUZGlJ9DpZgO01YPjJu
ZFNO0U466WN3YiPgUAHTbHPKrZADtvRiOlpNiD77tkiQhoSNcvYgkqEGd3yoq7bA
s62LOTBa1dHJSPenq8LcFHxV/m4tcP+Wsf1DyC/atddfhgg/ys/KlAC75MZGHmDa
gVx6mFZrCzS0ecVpnuhSkv9VBnbeDUofavs9mPkuilhZKbwhb8mH3HQ2v7kZIXBz
faaV1CDOtfRX8B7B7a1FLixGP0ykDDmT+z3GDMcEYmzR3Zb0VVA2gbvUKsL3kD64
0/hy7Sk8PJRoBA4CZ7R5
=qLXe
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: