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

Bug#745267: marked as done (src:gcc-4.9: FTCBFS x32: subdirectories libvtv and libcilkrts missing from cross-ma-install-location.diff)



Your message dated Wed, 23 Apr 2014 18:00:17 +0000
with message-id <E1Wd1Sz-0003Qt-L1@franck.debian.org>
and subject line Bug#745267: fixed in gcc-4.9 4.9.0-1
has caused the Debian Bug report #745267,
regarding src:gcc-4.9: FTCBFS x32: subdirectories libvtv and libcilkrts missing from cross-ma-install-location.diff
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.)


-- 
745267: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=745267
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:gcc-4.9
Version: 4.9-20140411-2
Severity: normal
Tags: patch
User: helmutg@debian.org
Usertags: rebootstrap

Hi doko,

While trying to build a gcc stage3 for x32
with_deps_on_target_arch_pkgs=yes, I get the following error:

mv debian/tmp/usr/lib/x86_64-linux-gnux32/libvtv*.a debian/libgcc-4.9-dev/usr/lib/gcc/x86_64-linux-gnux32/4.9/
mv: cannot stat 'debian/tmp/usr/lib/x86_64-linux-gnux32/libvtv*.a': No such file or directory

This is due to libvtv installation installing into the wrong directory:

make[7]: Entering directory `/tmp/buildd/gcc3/gcc-4.9-4.9-20140411/build/x86_64-linux-gnux32/libvtv'
true  DO=install multi-do # /usr/bin/make
test -z "/usr/x86_64-linux-gnux32/lib/../lib" || /bin/mkdir -p "/tmp/buildd/gcc3/gcc-4.9-4.9-20140411/debian/tmp/usr/x86_64-linux-gnux32/lib/../lib"
 /bin/bash ./libtool   --mode=install /usr/bin/install -c   libvtv.la '/tmp/buildd/gcc3/gcc-4.9-4.9-20140411/debian/tmp/usr/x86_64-linux-gnux32/lib/../lib'
libtool: install: /usr/bin/install -c .libs/libvtv.so.0.0.0 /tmp/buildd/gcc3/gcc-4.9-4.9-20140411/debian/tmp/usr/x86_64-linux-gnux32/lib/../lib/libvtv.so.0.0.0
libtool: install: (cd /tmp/buildd/gcc3/gcc-4.9-4.9-20140411/debian/tmp/usr/x86_64-linux-gnux32/lib/../lib && { ln -s -f libvtv.so.0.0.0 libvtv.so.0 || { rm -f libvtv.so.0 && ln -s libvtv.so.0.0.0 libvtv.so.0; }; })
libtool: install: (cd /tmp/buildd/gcc3/gcc-4.9-4.9-20140411/debian/tmp/usr/x86_64-linux-gnux32/lib/../lib && { ln -s -f libvtv.so.0.0.0 libvtv.so || { rm -f libvtv.so && ln -s libvtv.so.0.0.0 libvtv.so; }; })
libtool: install: /usr/bin/install -c .libs/libvtv.lai /tmp/buildd/gcc3/gcc-4.9-4.9-20140411/debian/tmp/usr/x86_64-linux-gnux32/lib/../lib/libvtv.la
libtool: install: /usr/bin/install -c .libs/libvtv.a /tmp/buildd/gcc3/gcc-4.9-4.9-20140411/debian/tmp/usr/x86_64-linux-gnux32/lib/../lib/libvtv.a
libtool: install: chmod 644 /tmp/buildd/gcc3/gcc-4.9-4.9-20140411/debian/tmp/usr/x86_64-linux-gnux32/lib/../lib/libvtv.a
libtool: install: /usr/x86_64-linux-gnux32/bin/ranlib /tmp/buildd/gcc3/gcc-4.9-4.9-20140411/debian/tmp/usr/x86_64-linux-gnux32/lib/../lib/libvtv.a
libtool: install: warning: remember to run `libtool --finish /usr/x86_64-linux-gnux32/lib/../lib'
test -z "/usr/lib/gcc/x86_64-linux-gnux32/4.9/include" || /bin/mkdir -p "/tmp/buildd/gcc3/gcc-4.9-4.9-20140411/debian/tmp/usr/lib/gcc/x86_64-linux-gnux32/4.9/include"
make[7]: Leaving directory `/tmp/buildd/gcc3/gcc-4.9-4.9-20140411/build/x86_64-linux-gnux32/libvtv'

This kind of issue is supposed to be covered by
cross-ma-install-location.diff, but the libvtv directory was added in
gcc-4.9 and cross-ma-install-location.diff was not updated. Once this is
fixed, the same applies to libcilkrts. After fixing both gcc stage3
succeeds.

Helmut
diff -u gcc-4.9-4.9-20140411/debian/changelog gcc-4.9-4.9-20140411/debian/changelog
--- gcc-4.9-4.9-20140411/debian/changelog
+++ gcc-4.9-4.9-20140411/debian/changelog
@@ -1,3 +1,11 @@
+gcc-4.9 (4.9-20140411-2.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Add new libraries  src/libvtv and src/libcilkrts to
+    cross-ma-install-location.diff. (Closes: #-1)
+
+ -- Helmut Grohne <helmut@subdivi.de>  Sat, 19 Apr 2014 15:16:47 +0200
+
 gcc-4.9 (4.9-20140411-2) unstable; urgency=medium
 
   * Disable running the testsuite on kfreebsd, hangs the buildds.
diff -u gcc-4.9-4.9-20140411/debian/patches/cross-ma-install-location.diff gcc-4.9-4.9-20140411/debian/patches/cross-ma-install-location.diff
--- gcc-4.9-4.9-20140411/debian/patches/cross-ma-install-location.diff
+++ gcc-4.9-4.9-20140411/debian/patches/cross-ma-install-location.diff
@@ -346,0 +347,40 @@
+--- a/src/libvtv/configure.ac
++++ b/src/libvtv/configure.ac
+@@ -72,15 +72,8 @@
+     toolexeclibdir='$(toolexecdir)/$(gcc_version)$(MULTISUBDIR)'
+     ;;
+   no)
+-    if test -n "$with_cross_host" &&
+-       test x"$with_cross_host" != x"no"; then
+-      # Install a library built with a cross compiler in tooldir, not libdir.
+-      toolexecdir='$(exec_prefix)/$(target_alias)'
+-      toolexeclibdir='$(toolexecdir)/lib'
+-    else
+-      toolexecdir='$(libdir)/gcc-lib/$(target_alias)'
+-      toolexeclibdir='$(libdir)'
+-    fi
++    toolexecdir='$(libdir)/gcc-lib/$(target_alias)'
++    toolexeclibdir='$(libdir)'
+     multi_os_directory=`$CC -print-multi-os-directory`
+     case $multi_os_directory in
+       .) ;; # Avoid trailing /.
+--- a/src/libcilkrts/configure.ac
++++ b/src/libcilkrts/configure.ac
+@@ -103,15 +103,8 @@
+     toolexeclibdir='$(toolexecdir)/$(gcc_version)$(MULTISUBDIR)'
+     ;;
+   no)
+-    if test -n "$with_cross_host" &&
+-       test x"$with_cross_host" != x"no"; then
+-      # Install a library built with a cross compiler in tooldir, not libdir.
+-      toolexecdir='$(exec_prefix)/$(target_alias)'
+-      toolexeclibdir='$(toolexecdir)/lib'
+-    else
+-      toolexecdir='$(libdir)/gcc-lib/$(target_alias)'
+-      toolexeclibdir='$(libdir)'
+-    fi
++    toolexecdir='$(libdir)/gcc-lib/$(target_alias)'
++    toolexeclibdir='$(libdir)'
+     multi_os_directory=`$CC -print-multi-os-directory`
+     case $multi_os_directory in
+       .) ;; # Avoid trailing /.

--- End Message ---
--- Begin Message ---
Source: gcc-4.9
Source-Version: 4.9.0-1

We believe that the bug you reported is fixed in the latest version of
gcc-4.9, 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 745267@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-4.9 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: SHA1

Format: 1.8
Date: Wed, 23 Apr 2014 13:35:43 +0200
Source: gcc-4.9
Binary: gcc-4.9-base libgcc1 libgcc1-dbg libgcc2 libgcc2-dbg libgcc-4.9-dev libgcc4 libgcc4-dbg lib64gcc1 lib64gcc1-dbg lib64gcc-4.9-dev lib32gcc1 lib32gcc1-dbg lib32gcc-4.9-dev libn32gcc1 libn32gcc1-dbg libn32gcc-4.9-dev libx32gcc1 libx32gcc1-dbg libx32gcc-4.9-dev gcc-4.9 gcc-4.9-multilib gcc-4.9-plugin-dev gcc-4.9-hppa64 cpp-4.9 gcc-4.9-locales g++-4.9 g++-4.9-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 libn32itm1 libn32itm1-dbg libx32itm1 libx32itm1-dbg libatomic1 libatomic1-dbg lib32atomic1 lib32atomic1-dbg lib64atomic1 lib64atomic1-dbg libn32atomic1 libn32atomic1-dbg libx32atomic1 libx32atomic1-dbg libasan1 libasan1-dbg lib32asan1 lib32asan1-dbg lib64asan1 lib64asan1-dbg libn32asan1 libn32asan1-dbg libx32asan1 libx32asan1-dbg liblsan0 liblsan0-dbg lib32lsan0 lib32lsan0-dbg lib64lsan0 lib64lsan0-dbg
 libn32lsan0 libn32lsan0-dbg libx32lsan0 libx32lsan0-dbg libtsan0 libtsan0-dbg libubsan0 libubsan0-dbg lib32ubsan0 lib32ubsan0-dbg lib64ubsan0 lib64ubsan0-dbg libn32ubsan0 libn32ubsan0-dbg libx32ubsan0 libx32ubsan0-dbg libvtv0 libvtv0-dbg lib32vtv0 lib32vtv0-dbg lib64vtv0 lib64vtv0-dbg libx32vtv0 libx32vtv0-dbg libcilkrts5 libcilkrts5-dbg lib32cilkrts5 lib32cilkrts5-dbg lib64cilkrts5 lib64cilkrts5-dbg libx32cilkrts5 libx32cilkrts5-dbg libquadmath0 libquadmath0-dbg lib32quadmath0 lib32quadmath0-dbg lib64quadmath0 lib64quadmath0-dbg libn32quadmath0 libn32quadmath0-dbg libx32quadmath0 libx32quadmath0-dbg gobjc++-4.9 gobjc++-4.9-multilib gobjc-4.9 gobjc-4.9-multilib libobjc-4.9-dev lib64objc-4.9-dev lib32objc-4.9-dev libn32objc-4.9-dev libx32objc-4.9-dev libobjc4 libobjc4-dbg lib64objc4 lib64objc4-dbg lib32objc4 lib32objc4-dbg libn32objc4 libn32objc4-dbg libx32objc4 libx32objc4-dbg gfortran-4.9 gfortran-4.9-multilib libgfortran-4.9-dev lib64gfortran-4.9-dev
 lib32gfortran-4.9-dev libn32gfortran-4.9-dev libx32gfortran-4.9-dev libgfortran3 libgfortran3-dbg lib64gfortran3 lib64gfortran3-dbg lib32gfortran3 lib32gfortran3-dbg libn32gfortran3 libn32gfortran3-dbg libx32gfortran3 libx32gfortran3-dbg gccgo-4.9 gccgo-4.9-multilib libgo5 libgo5-dbg lib64go5 lib64go5-dbg lib32go5 lib32go5-dbg libn32go5 libn32go5-dbg libx32go5 libx32go5-dbg gcj-4.9 gcj-4.9-jdk gcj-4.9-jre-headless gcj-4.9-jre libgcj15 gcj-4.9-jre-lib libgcj15-awt libgcj15-dev libgcj15-dbg gcj-4.9-source libgcj-doc libstdc++6 lib32stdc++6 lib64stdc++6 libn32stdc++6 libx32stdc++6 libstdc++-4.9-dev libstdc++-4.9-pic libstdc++6-4.9-dbg lib32stdc++-4.9-dev lib32stdc++6-4.9-dbg lib64stdc++-4.9-dev lib64stdc++6-4.9-dbg libn32stdc++-4.9-dev libn32stdc++6-4.9-dbg libx32stdc++-4.9-dev libx32stdc++6-4.9-dbg libstdc++-4.9-doc gdc-4.9 libphobos-4.9-dev libphobos-4.9-dbg gcc-4.9-soft-float fixincludes
 gcc-4.9-source
Architecture: source all amd64
Version: 4.9.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Changed-By: Matthias Klose <doko@debian.org>
Description: 
 cpp-4.9    - GNU C preprocessor
 fixincludes - Fix non-ANSI header files
 g++-4.9    - GNU C++ compiler
 g++-4.9-multilib - GNU C++ compiler (multilib files)
 gcc-4.9    - GNU C compiler
 gcc-4.9-base - GCC, the GNU Compiler Collection (base package)
 gcc-4.9-hppa64 - GNU C compiler (cross compiler for hppa64)
 gcc-4.9-locales - GCC, the GNU compiler collection (native language support files)
 gcc-4.9-multilib - GNU C compiler (multilib files)
 gcc-4.9-plugin-dev - Files for GNU GCC plugin development.
 gcc-4.9-soft-float - GCC soft-floating-point gcc libraries (ARM)
 gcc-4.9-source - Source of the GNU Compiler Collection
 gccgo-4.9  - GNU Go compiler
 gccgo-4.9-multilib - GNU Go compiler (multilib files)
 gcj-4.9    - GCJ byte code and native compiler for Java(TM)
 gcj-4.9-jdk - GCJ and Classpath development tools for Java(TM)
 gcj-4.9-jre - Java runtime environment using GIJ/Classpath
 gcj-4.9-jre-headless - Java runtime environment using GIJ/Classpath (headless version)
 gcj-4.9-jre-lib - Java runtime library for use with gcj (jar files)
 gcj-4.9-source - GCJ java sources for use in IDEs like eclipse and netbeans
 gdc-4.9    - GNU D compiler (version 2), based on the GCC backend
 gfortran-4.9 - GNU Fortran compiler
 gfortran-4.9-multilib - GNU Fortran compiler (multilib files)
 gobjc++-4.9 - GNU Objective-C++ compiler
 gobjc++-4.9-multilib - GNU Objective-C++ compiler (multilib files)
 gobjc-4.9  - GNU Objective-C compiler
 gobjc-4.9-multilib - GNU Objective-C compiler (multilib files)
 lib32asan1 - AddressSanitizer -- a fast memory error detector (32bit)
 lib32asan1-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-4.9-dev - GCC support library (32 bit development files)
 lib32gcc1  - GCC support library (32 bit Version)
 lib32gcc1-dbg - GCC support library (debug symbols)
 lib32gfortran-4.9-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
 lib32go5   - Runtime library for GNU Go applications (32bit)
 lib32go5-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)
 lib32objc-4.9-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
 lib32quadmath0 - GCC Quad-Precision Math Library (32bit)
 lib32quadmath0-dbg - GCC Quad-Precision Math Library (32 bit debug symbols)
 lib32stdc++-4.9-dev - GNU Standard C++ Library v3 (development files)
 lib32stdc++6 - GNU Standard C++ Library v3 (32 bit Version)
 lib32stdc++6-4.9-dbg - GNU Standard C++ Library v3 (debugging files)
 lib32ubsan0 - UBSan -- undefined behaviour sanitizer (32bit)
 lib32ubsan0-dbg - UBSan -- undefined behaviour sanitizer (32 bit debug symbols)
 lib32vtv0  - GNU vtable verification library (32bit)
 lib32vtv0-dbg - GNU vtable verification library (32 bit debug symbols)
 lib64asan1 - AddressSanitizer -- a fast memory error detector (64bit)
 lib64asan1-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-4.9-dev - GCC support library (64bit development files)
 lib64gcc1  - GCC support library (64bit)
 lib64gcc1-dbg - GCC support library (debug symbols)
 lib64gfortran-4.9-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
 lib64go5   - Runtime library for GNU Go applications (64bit)
 lib64go5-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)
 lib64lsan0 - LeakSanitizer -- a memory leak detector (64bit)
 lib64lsan0-dbg - LeakSanitizer -- a memory leak detector (64bit debug symbols)
 lib64objc-4.9-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
 lib64quadmath0 - GCC Quad-Precision Math Library  (64bit)
 lib64quadmath0-dbg - GCC Quad-Precision Math Library  (64bit debug symbols)
 lib64stdc++-4.9-dev - GNU Standard C++ Library v3 (development files)
 lib64stdc++6 - GNU Standard C++ Library v3 (64bit)
 lib64stdc++6-4.9-dbg - GNU Standard C++ Library v3 (debugging files)
 lib64ubsan0 - UBSan -- undefined behaviour sanitizer (64bit)
 lib64ubsan0-dbg - UBSan -- undefined behaviour sanitizer (64bit debug symbols)
 lib64vtv0  - GNU vtable verification library (64bit)
 lib64vtv0-dbg - GNU vtable verification library (64bit debug symbols)
 libasan1   - AddressSanitizer -- a fast memory error detector
 libasan1-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
 libcilkrts5 - Intel Cilk Plus language extensions (runtime)
 libcilkrts5-dbg - Intel Cilk Plus language extensions (debug symbols)
 libgcc-4.9-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)
 libgcj-doc - libgcj API documentation and example programs
 libgcj15   - Java runtime library for use with gcj
 libgcj15-awt - AWT peer runtime libraries for use with gcj
 libgcj15-dbg - Debugging symbols for libraries provided in libgcj15-dev
 libgcj15-dev - Java development headers for use with gcj
 libgfortran-4.9-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)
 libgo5     - Runtime library for GNU Go applications
 libgo5-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)
 libn32asan1 - AddressSanitizer -- a fast memory error detector (n32)
 libn32asan1-dbg - AddressSanitizer -- a fast memory error detector (n32 debug symbo
 libn32atomic1 - support library providing __atomic built-in functions (n32)
 libn32atomic1-dbg - support library providing __atomic built-in functions (n32 debug
 libn32gcc-4.9-dev - GCC support library (n32 development files)
 libn32gcc1 - GCC support library (n32)
 libn32gcc1-dbg - GCC support library (debug symbols)
 libn32gfortran-4.9-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)
 libn32go5  - Runtime library for GNU Go applications (n32)
 libn32go5-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)
 libn32itm1 - GNU Transactional Memory Library (n32)
 libn32itm1-dbg - GNU Transactional Memory Library (n32 debug symbols)
 libn32lsan0 - LeakSanitizer -- a memory leak detector (n32)
 libn32lsan0-dbg - LeakSanitizer -- a memory leak detector (n32 debug symbols)
 libn32objc-4.9-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
 libn32quadmath0 - GCC Quad-Precision Math Library (n32)
 libn32quadmath0-dbg - GCC Quad-Precision Math Library (n32 debug symbols)
 libn32stdc++-4.9-dev - GNU Standard C++ Library v3 (development files)
 libn32stdc++6 - GNU Standard C++ Library v3 (n32)
 libn32stdc++6-4.9-dbg - GNU Standard C++ Library v3 (debugging files)
 libn32ubsan0 - UBSan -- undefined behaviour sanitizer (n32)
 libn32ubsan0-dbg - UBSan -- undefined behaviour sanitizer (n32 debug symbols)
 libobjc-4.9-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-4.9-dbg - The Phobos D standard library (debug symbols)
 libphobos-4.9-dev - Phobos D standard library
 libquadmath0 - GCC Quad-Precision Math Library
 libquadmath0-dbg - GCC Quad-Precision Math Library (debug symbols)
 libstdc++-4.9-dev - GNU Standard C++ Library v3 (development files)
 libstdc++-4.9-doc - GNU Standard C++ Library v3 (documentation files)
 libstdc++-4.9-pic - GNU Standard C++ Library v3 (shared library subset kit)
 libstdc++6 - GNU Standard C++ Library v3
 libstdc++6-4.9-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)
 libvtv0    - GNU vtable verification library (runtime)
 libvtv0-dbg - GNU vtable verification library (debug symbols)
 libx32asan1 - AddressSanitizer -- a fast memory error detector (x32)
 libx32asan1-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-4.9-dev - GCC support library (x32 development files)
 libx32gcc1 - GCC support library (x32)
 libx32gcc1-dbg - GCC support library (debug symbols)
 libx32gfortran-4.9-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)
 libx32go5  - Runtime library for GNU Go applications (x32)
 libx32go5-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-4.9-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
 libx32quadmath0 - GCC Quad-Precision Math Library (x32)
 libx32quadmath0-dbg - GCC Quad-Precision Math Library (x32 debug symbols)
 libx32stdc++-4.9-dev - GNU Standard C++ Library v3 (development files)
 libx32stdc++6 - GNU Standard C++ Library v3 (x32)
 libx32stdc++6-4.9-dbg - GNU Standard C++ Library v3 (debugging files)
 libx32ubsan0 - UBSan -- undefined behaviour sanitizer (x32)
 libx32ubsan0-dbg - UBSan -- undefined behaviour sanitizer (x32 debug symbols)
 libx32vtv0 - GNU vtable verification library (x32)
 libx32vtv0-dbg - GNU vtable verification library (x32 debug symbols)
Closes: 742606 745267
Changes: 
 gcc-4.9 (4.9.0-1) unstable; urgency=medium
 .
   * GCC 4.9.0 release.
   * Update to SVN 20140423 (r209695) from the gcc-4_9-branch.
 .
   [Matthias Klose]
   * Fix PR target/59758 (sparc), libsanitizer build failure (proposed patch).
   * Update gold architectures.
   * Update NEWS files.
   * Remove more mudflap left overs. Closes: #742606.
   * Add new libraries  src/libvtv and src/libcilkrts to
     cross-ma-install-location.diff (Helmur Grohne). Closes: #745267.
   * Let lib*gcc-dev depend on the corresponding libtsan packages.
   * Build the liblsan packages (amd64 only).
   * Install the libcilkrts spec file.
   * Build the D frontend and libphobos from the gdc trunk.
 .
   Merge from gnat-4.9 (4.9-20140411-1) unstable; urgency=medium
 .
   [Nicolas Boulenguez]
   * Revert g4.9-base to Architecture: all. Fixes: #743833.
   * g4.9 Breaks/Replaces -base 4.6.4-2 and 4.9-20140330-1. Fixes: #743376.
 .
   [Ludovic Brenta]
   * debian/patches/ada-symbolic-tracebacks.diff: refresh.
 .
   Merge from gnat-4.9 (4.9-20140406-1) experimental; urgency=low
 .
   * debian/patches/ada-arm.diff: new.  Improve support for ZCX on this
     architecture.
   * debian/patches/rules.patch: apply architecture- and Ada-specific
     patches before Debian-specific patches.
   * debian/patches/ada-link-lib.diff,
     debian/patches/ada-libgnatvsn.diff,
     debian/patches/ada-libgnatprj.diff: refresh for the new upstream
     sources.
 .
   Merge from gnat-4.9 (4.9-20140330-3) experimental; urgency=low
 .
   [Nicolas Boulenguez]
   * Install debian_packaging.mk to gnat-x.y, not -base. Fixes: #743375.
   * rules.conf (Build-Depends): gnatgcc symlink provided by gnat-4.9 |
     gnat-4.6 (>= 4.6.4-2) | gnat (>= 4.1 and << 4.6.1).
 .
   Merge from gnat-4.9 (4.9-20140330-2) experimental; urgency=medium
 .
   * Uploading to unstable was a mistake.  Upload to experimental.
 .
   Merge from gnat-4.9 (4.9-20140330-1) unstable; urgency=medium
 .
   [Nicolas Boulenguez]
   * patches/ada-ppc64.diff: replace undefined variable arch with
     target_cpu; this overrides the patch proposed by Ulrich Weigand as
     it is more correct; approved by Ludovic Brenta.  Fixes: #742590.
   * control.m4: Break/Replace: dh-ada-library 5.9. Fixes: #743219.
 .
   Merge from gnat-4.9 (4.9-20140322-1) experimental; urgency=low
 .
   [Nicolas Boulenguez]
   * debian/control.m4:
     (Suggests): suggest the correct version of ada-reference-manual.
     (Vcs-Svn): specify the publicly accessible repository.
   * Receive debian_packaging.mk from dh-ada-library (not library specific).
   * Receive gnatgcc symlink from gnat (useful outside default compiler).
   * debian/source/local-options: new.
 .
   [Ludovic Brenta]
   * debian/control.m4: conflict with gnat-4.7, gnat-4.8.
   * debian/patches/ada-default-project-path.diff: when passed options such
     as -m32 or -march, do not look for the RTS in
     /usr/share/ada/adainclude but in
     /usr/lib/gcc/$target_triplet/$version/{,rts-}$arch.  Still look
     for project files in /usr/share/ada/adainclude.
   * debian/rules.d/binary-ada.mk, debian/rules.defs, debian/rules.patch:
     Switch to ZCX by default on arm, armel, armhf; built SJLJ as the
     package gnat-4.9-sjlj like on all other architectures.  This is made
     possible by the new upstream version.
   * debian/patches/ada-hurd.diff (s-osinte-gnu.ads): change the type of
     timespec.tv_nsec from long to time_t, for compatibility with
     s-osinte-posix.adb, even though this violates POSIX.  Better solution
     to come from upstream.  Fixes: #740286.
Checksums-Sha1: 
 b48c4c22bfedf9674328b367db2f4871533fb70d 20492 gcc-4.9_4.9.0-1.dsc
 e0aeb0846a35f3ea454cefd1d310a3dca3965e01 73356311 gcc-4.9_4.9.0.orig.tar.gz
 d964175ed06c9125d7a9da9f30b5225ce28ab763 619882 gcc-4.9_4.9.0-1.diff.gz
 a0ce2c958b3491d49000799d8c8a6eb0f1675198 73900298 gcc-4.9-source_4.9.0-1_all.deb
 c382d11eb6114706b3cc875c502639a4fbdf524d 10349140 gcj-4.9-jre-lib_4.9.0-1_all.deb
 73bef5e1729ed26ce505c385d975eefd808ee16c 11661638 gcj-4.9-source_4.9.0-1_all.deb
 be23a6921ca4facf96e25c878e1511a0e5f84a9e 18864132 libgcj-doc_4.9.0-1_all.deb
 b28a329a1588346e7d4f588db3cb9028732621ab 9902466 libstdc++-4.9-doc_4.9.0-1_all.deb
 dcd6508f08a0e84c40079171fd00de91366bf614 1443526 gcc-4.9-locales_4.9.0-1_all.deb
 40dc34a60a983f91d14b180a751dc00047cd645c 154262 gcc-4.9-base_4.9.0-1_amd64.deb
 57d56ec6d6d4f7aecbed6739c6076d7e1187d011 39438 libgcc1_4.9.0-1_amd64.deb
 69cf2f8a93d2e29c9997292415da0e01a2156194 85502 libgcc1-dbg_4.9.0-1_amd64.deb
 ef085e1cfc73f889c36b652d00050f0a35a74f84 2060142 libgcc-4.9-dev_4.9.0-1_amd64.deb
 501e6dce96380eee696d3b390dcf9bf9a0e02f75 47796 lib32gcc1_4.9.0-1_amd64.deb
 cf6a8e9a5af38be888a7f8ebebb2a46b9357b711 84040 lib32gcc1-dbg_4.9.0-1_amd64.deb
 eb696dfbb059eeec3ddd1d4e5ceb7665f1859eb8 1908344 lib32gcc-4.9-dev_4.9.0-1_amd64.deb
 78d61bc6f88a1510cc7555b4e8c4221e1a9a2fd7 38606 libx32gcc1_4.9.0-1_amd64.deb
 4acb89d4fc694efb66c6f17eab3654c6d30d2b6f 83206 libx32gcc1-dbg_4.9.0-1_amd64.deb
 ceeb6ca3e7eccd61b48f6dcd965a66e97f85153a 1773504 libx32gcc-4.9-dev_4.9.0-1_amd64.deb
 ec22f50cc01415b171b15f14a546b5f946533870 129072 libquadmath0_4.9.0-1_amd64.deb
 76014b5a3d18caf428dc8ae44affe6cbace96e7f 146546 libquadmath0-dbg_4.9.0-1_amd64.deb
 7583e77da1cc8a1984c2f8fe43a6809d08888c29 193342 lib32quadmath0_4.9.0-1_amd64.deb
 8350d959719c3867d1469de3c73f4f300791e721 153750 lib32quadmath0-dbg_4.9.0-1_amd64.deb
 29ceaa7337e3052494f56c57d829b3ab18d1a8d1 131834 libx32quadmath0_4.9.0-1_amd64.deb
 71a909d76c31027717d52c5a28e32132394b2862 149716 libx32quadmath0-dbg_4.9.0-1_amd64.deb
 3b40703c5e05d341eb62bdb326c505f77a6ff153 36382 libgomp1_4.9.0-1_amd64.deb
 5b53623076d2eb404a5eff708d2dd8c920c3a03a 82806 libgomp1-dbg_4.9.0-1_amd64.deb
 b004f80de138c859343ec5d735d973fa952b8d2d 38960 lib32gomp1_4.9.0-1_amd64.deb
 b49236b78c7c24c78f8e7d3dbd7110a9ab66e728 81474 lib32gomp1-dbg_4.9.0-1_amd64.deb
 27336682dd7e539e0df01eb90f9da7b010ff48bb 35586 libx32gomp1_4.9.0-1_amd64.deb
 f25de3c29eeaa1b582766669dfe106ced3c8fedd 80646 libx32gomp1-dbg_4.9.0-1_amd64.deb
 e02e621121700f805d90ed9651874536a8c14af2 29196 libitm1_4.9.0-1_amd64.deb
 6031264cecfd77f26eda2251c47adeedfef267d1 192326 libitm1-dbg_4.9.0-1_amd64.deb
 b51e6c044c3817a04883ff4f2219a2c37106f85a 31578 lib32itm1_4.9.0-1_amd64.deb
 e7a9908848515c94583c6776f031f82d93ddc99a 183448 lib32itm1-dbg_4.9.0-1_amd64.deb
 4bbaad2e0bd473a8fdacfa1bd6e24ded12b07f8f 28682 libx32itm1_4.9.0-1_amd64.deb
 79e8dc3c404f295e14a260ecf1d5ad195fd35b87 183216 libx32itm1-dbg_4.9.0-1_amd64.deb
 fd91b6872d71c960d35585fdc21af9333e0ef54b 9006 libatomic1_4.9.0-1_amd64.deb
 973377b3ec97d697c07cdb96ad67d847f855af41 16078 libatomic1-dbg_4.9.0-1_amd64.deb
 08d4301df7731ebca43c81318ec346fcb0c27443 8588 lib32atomic1_4.9.0-1_amd64.deb
 108e12436a0243b3e0a3c9227dea443ca773f035 13420 lib32atomic1-dbg_4.9.0-1_amd64.deb
 0aad2eb0c584bfa6119eb9551139792267cde733 8990 libx32atomic1_4.9.0-1_amd64.deb
 8a992042d71515b024c59c6fa0dba8b36d9f3eb5 15592 libx32atomic1-dbg_4.9.0-1_amd64.deb
 59ecf7023fcf077b8a828edbdf72e9611ad66dbc 5140392 cpp-4.9_4.9.0-1_amd64.deb
 ef4196c0d57b7fd687d472305414b0fbc79dfde4 58220 fixincludes_4.9.0-1_amd64.deb
 48a66be2b5d5850efc15e5d1e81fe296e87c7479 974 gobjc++-4.9-multilib_4.9.0-1_amd64.deb
 b53d888a224ebcfe9a441096136a4535aefccb9d 5373482 gobjc++-4.9_4.9.0-1_amd64.deb
 f7238a25a117a571e4a9e095ca0e66aacd9a7dc9 978 gobjc-4.9-multilib_4.9.0-1_amd64.deb
 a629d828f5faac68f8a5f4c49ccbca8933031213 4965008 gobjc-4.9_4.9.0-1_amd64.deb
 cb521876c829f54044c3061571961968ed7c4e71 111912 libobjc4_4.9.0-1_amd64.deb
 08ab31ed6a7df5a760e579b7b774362e170217bb 207578 libobjc4-dbg_4.9.0-1_amd64.deb
 046c474e59f086ab18c927e89e48a8a6b2e2ecd3 371506 libobjc-4.9-dev_4.9.0-1_amd64.deb
 62a0dd06ce2b1b12c67a08139d68924d4fdf0296 117382 lib32objc4_4.9.0-1_amd64.deb
 11f506b403d9d956de196d5e7c197886c60d71f2 182368 lib32objc4-dbg_4.9.0-1_amd64.deb
 73c84b57ddfee6cbcbbe04ecd6f8e108b21d791e 328530 lib32objc-4.9-dev_4.9.0-1_amd64.deb
 e6862e8b0b68f264165cab37444ec1289f522799 105346 libx32objc4_4.9.0-1_amd64.deb
 6a0aa7f1b063aa2b9cfbdee6b45ed1a884887310 196722 libx32objc4-dbg_4.9.0-1_amd64.deb
 aba0570b3efad11b6418ef6359a2cbe8b1234142 339298 libx32objc-4.9-dev_4.9.0-1_amd64.deb
 e553e0d5ccbcc4999058df47b0669a10f73d3af4 2456238 libgo5_4.9.0-1_amd64.deb
 ac07fe98b695145af767786b47d0b030e73cc10e 2935690 libgo5-dbg_4.9.0-1_amd64.deb
 1b3eef7e1979bdd1e3453297477c63020776a82a 2450628 lib32go5_4.9.0-1_amd64.deb
 8b4ab84fa758d951c4aafd0ee40e799008ef6db7 1829294 lib32go5-dbg_4.9.0-1_amd64.deb
 a76ddf49d126ac32ee0b58bcfcbd7f32a587315e 2397864 libx32go5_4.9.0-1_amd64.deb
 ade1494446fa8cc9ef1314b7568f808ae401a9af 2848282 libx32go5-dbg_4.9.0-1_amd64.deb
 464c4b2de7cc5becab1a609e052d6f1a14558f26 8516608 gccgo-4.9_4.9.0-1_amd64.deb
 62781e7d1387d5606a74359c4c72173abdbf37d8 6484240 gccgo-4.9-multilib_4.9.0-1_amd64.deb
 969d3891321a01e221fbcc0366791606e55287fa 49242 gcj-4.9-jre-headless_4.9.0-1_amd64.deb
 51530a440b1534067817fd7d6aa46b5b946f0a55 9213364 libgcj15_4.9.0-1_amd64.deb
 023190845bb73a6845382f0c5d223a8d09fe8501 62302 libgcj15-awt_4.9.0-1_amd64.deb
 8839aa6b59c8c10566617aa68682aa2b5c077c1f 1258 gcj-4.9-jre_4.9.0-1_amd64.deb
 4927afe3b4babc887971e4286c29488771771026 456856 gcj-4.9-jdk_4.9.0-1_amd64.deb
 8f6f5fd059e9505f23c58285b30e269f1f4a3d82 607210 libgcj15-dev_4.9.0-1_amd64.deb
 b500f5ff1776436b5346a3562ac3709182162431 16477796 libgcj15-dbg_4.9.0-1_amd64.deb
 8f2df3fe75efb4e4fca0e375fd90e7a8bf7ce32b 4930380 gcj-4.9_4.9.0-1_amd64.deb
 09d514dfabc8da9094c56a4367af74e75c5cbcda 990 g++-4.9-multilib_4.9.0-1_amd64.deb
 31f80261e94fb36217e285ab0f3acb4f9da5a284 9168618 g++-4.9_4.9.0-1_amd64.deb
 9a97df38f06a12a57c19734d058fce94daef28b7 264138 libstdc++6_4.9.0-1_amd64.deb
 4a17b36d1b8ffc0988ae13947c0ed4a51ece4444 278500 lib32stdc++6_4.9.0-1_amd64.deb
 f8e07616dd80ede8a94f6318e2e87a4b633d116b 358488 lib32stdc++-4.9-dev_4.9.0-1_amd64.deb
 63d671ea331612d02ae5ac09a436cb28c3d76788 3530160 lib32stdc++6-4.9-dbg_4.9.0-1_amd64.deb
 9975a49b3aa7cf7a2085a15d67c7ce73b2189147 242490 libx32stdc++6_4.9.0-1_amd64.deb
 c9e8217abe887ade9c15d4043614ace3bad85ac5 346690 libx32stdc++-4.9-dev_4.9.0-1_amd64.deb
 422a6115b50a82df025bdce3ed09f4041efaff26 3606136 libx32stdc++6-4.9-dbg_4.9.0-1_amd64.deb
 aec528bd5265602cd5906a9ff450378ba9bb2bf1 1115544 libstdc++-4.9-dev_4.9.0-1_amd64.deb
 72e2d209de4b56c67a436514ae7036d15b8f1491 325892 libstdc++-4.9-pic_4.9.0-1_amd64.deb
 b6f30538db718434c6aa36a8eab1e9a02f9ef410 2353868 libstdc++6-4.9-dbg_4.9.0-1_amd64.deb
 6bfbc48abeef34e53ec40c7977162a3d9b4d7baa 194910 libasan1_4.9.0-1_amd64.deb
 b3012942d69fe4fb40c97edea2ff5c45407d5594 679274 libasan1-dbg_4.9.0-1_amd64.deb
 96dc7c33e981a0de67586a43065fe49ab201f16b 184982 lib32asan1_4.9.0-1_amd64.deb
 30b7905cbe63fb595bcb160c25b40c1687e94404 569980 lib32asan1-dbg_4.9.0-1_amd64.deb
 f7e967a7c7791bdb98a272467819a3eacf14d8fa 187120 libx32asan1_4.9.0-1_amd64.deb
 c0aa7c0498ab4b29de70a634b2b68a21a97c4d67 658480 libx32asan1-dbg_4.9.0-1_amd64.deb
 1384e01b45f29255e64b9fe02c49ae82f0f09b23 92776 liblsan0_4.9.0-1_amd64.deb
 6e5e44ef7d21f35a346b80b51ff85dca37dd29ea 302746 liblsan0-dbg_4.9.0-1_amd64.deb
 cabbbebd2d4e68a368841fe0b8572afb73df913e 904 lib32lsan0_4.9.0-1_amd64.deb
 f1a7eab063d5191f724bf612f49b501490745b02 894 lib32lsan0-dbg_4.9.0-1_amd64.deb
 4f5aabf92552495788afa970e310008ecc82eaef 884 libx32lsan0_4.9.0-1_amd64.deb
 87e6cf8c41242e775c1037e675712b451b3b3f67 894 libx32lsan0-dbg_4.9.0-1_amd64.deb
 8d9040ad05f593af5cc48dae93708bb5d769072f 212534 libtsan0_4.9.0-1_amd64.deb
 1e3bafaf9549de7a9dd083be77ef0e179e4ef615 752196 libtsan0-dbg_4.9.0-1_amd64.deb
 f65f23553e3509081bacb570c34563755786e3e5 82330 libubsan0_4.9.0-1_amd64.deb
 17dc9369826a85f9389bdb7cfefe3b309a2c870e 262818 libubsan0-dbg_4.9.0-1_amd64.deb
 469530cbef352cb15d5d27e8137c5215295ac527 87828 lib32ubsan0_4.9.0-1_amd64.deb
 cd36c1af1ebc86ef814a7d7037d55fc4f75868de 211898 lib32ubsan0-dbg_4.9.0-1_amd64.deb
 e680e401c64071130be30cd5eeec6ad739580e18 82026 libx32ubsan0_4.9.0-1_amd64.deb
 5ea0c162e1e854414f70ed9620d07ab9360ff1e7 255254 libx32ubsan0-dbg_4.9.0-1_amd64.deb
 91ea5b36a4d860574e4532e406e2365a70e555cf 2520 libvtv0_4.9.0-1_amd64.deb
 9ae0bfa799c66d83425ef9518a62ac105723df5c 2132 libvtv0-dbg_4.9.0-1_amd64.deb
 cfe70255910965113bb5b98dc09e3f623f133a8a 2422 lib32vtv0_4.9.0-1_amd64.deb
 8d7294e4b99cd30b4687af1096d5abf9ea2ea428 2066 lib32vtv0-dbg_4.9.0-1_amd64.deb
 f63bc929b3288307b7ae544b1798d3276d0e968c 2394 libx32vtv0_4.9.0-1_amd64.deb
 29bfbe986657e6be3db6d28a9a307d21d3393c57 2034 libx32vtv0-dbg_4.9.0-1_amd64.deb
 475f98cf2ef0cd04ea62ae2dc8f9457ec2c1fb62 40110 libcilkrts5_4.9.0-1_amd64.deb
 3f7f8bc9ad9a269ef5cc7a0f8763d6f9fa3e5d48 104288 libcilkrts5-dbg_4.9.0-1_amd64.deb
 1ca187ce1dc2465c6faec2e547fb4e1dec5fa592 42698 lib32cilkrts5_4.9.0-1_amd64.deb
 36df0a0755304f2b5ea380398c33121ca5e65176 91842 lib32cilkrts5-dbg_4.9.0-1_amd64.deb
 394cd44423a21a6af50c00b60ad77d5b74666dfa 39166 libx32cilkrts5_4.9.0-1_amd64.deb
 82b2f61aff11c419d44e20199fcfd669345ff210 103312 libx32cilkrts5-dbg_4.9.0-1_amd64.deb
 eb79b97e2adb37aa7c8cd57766e1f8a372878331 254246 libgfortran3_4.9.0-1_amd64.deb
 d28997e6b9e13245857f772e5dfe984166a0488e 597582 libgfortran3-dbg_4.9.0-1_amd64.deb
 6fdf2762084580ac5ff2c50512f280e12ac69098 281802 libgfortran-4.9-dev_4.9.0-1_amd64.deb
 d24cb30eca9c515a12f750894abb50b4c4f223bb 235772 lib32gfortran3_4.9.0-1_amd64.deb
 e5ec2d7e24a86431ed2f693d271470ac9a1bd007 477346 lib32gfortran3-dbg_4.9.0-1_amd64.deb
 3f95f3d6a174a1120bef9f42c24e2790f1d6293c 262258 lib32gfortran-4.9-dev_4.9.0-1_amd64.deb
 e290592f20446078fe06d6e00a7339ab738cb139 251798 libx32gfortran3_4.9.0-1_amd64.deb
 bce2fc585d354152ecbbe0503d8d749ccca55735 564474 libx32gfortran3-dbg_4.9.0-1_amd64.deb
 43a802f862851cff4b5a6d772b5549eae525178e 281786 libx32gfortran-4.9-dev_4.9.0-1_amd64.deb
 0816c71d64559a74f5c3d421835bc94de2d070f1 974 gfortran-4.9-multilib_4.9.0-1_amd64.deb
 da2d76ccaf2b014cfbd6edc3fb592d44b8261462 5408970 gfortran-4.9_4.9.0-1_amd64.deb
 31509b784c26bb1fd0c980538211d8eb4fe57b4d 5625590 gdc-4.9_4.9.0-1_amd64.deb
 cfa45d6d70774fc19c11c2161db513a848b0ea18 6637576 libphobos-4.9-dev_4.9.0-1_amd64.deb
 36d4c7b41b2052705109b3d14a9cc91b5918c2bf 972 gcc-4.9-multilib_4.9.0-1_amd64.deb
 322c5919079318f27c5a4787cf043770a03d3e8c 803094 gcc-4.9-plugin-dev_4.9.0-1_amd64.deb
 9bcd38ac8d40195ae19a901f84eed819812d5c55 5299126 gcc-4.9_4.9.0-1_amd64.deb
Checksums-Sha256: 
 1fa054e62695f6d719f44ade2a94260ca87398e64e456431224d124c69df7776 20492 gcc-4.9_4.9.0-1.dsc
 fdd89d4079512c92dc85ec355d28da719c151d71e3442a7673508db246b45d72 73356311 gcc-4.9_4.9.0.orig.tar.gz
 032d4869403f046c5abd7d52a87b45e92011399f3a4288c16cac78199f6d017b 619882 gcc-4.9_4.9.0-1.diff.gz
 4ed136b670212f3cca99ebe458ad9c19e0be0c0d9dd0e0a7837fdca348340130 73900298 gcc-4.9-source_4.9.0-1_all.deb
 7494f497f5d39d1e0eb516cf0cb284a68b3b801bea8d5ca01d84456f23726090 10349140 gcj-4.9-jre-lib_4.9.0-1_all.deb
 1c746db549b6c59330d284e66c18dbf22eb88e89aca2eb3b7dbe208dbe697f4c 11661638 gcj-4.9-source_4.9.0-1_all.deb
 d4abf3bc3bd3d43d5567997e20ffec8a28dd267d1f93751af19dc5a90c34094d 18864132 libgcj-doc_4.9.0-1_all.deb
 22881371a0c98fd148aeae30cec64dbb512ec6dd7f70cde3633a1235138207c1 9902466 libstdc++-4.9-doc_4.9.0-1_all.deb
 398ac82ad2f9a9310e1bbcaa7d507eb4c79dec07c39c0ddaeaed0e58d380777a 1443526 gcc-4.9-locales_4.9.0-1_all.deb
 386367491c629a80e2d93267d32f79c1515d5b1ba301791c9e9bf5a411596b55 154262 gcc-4.9-base_4.9.0-1_amd64.deb
 180d971a6dfd6ec9931a2fda5a0c6d1c5ba85d8b1130e51ff743d28c3d6715d4 39438 libgcc1_4.9.0-1_amd64.deb
 c729c294a3053d1347b0486a2ceca6214df86d9e1fdd35f720657a125d8929b6 85502 libgcc1-dbg_4.9.0-1_amd64.deb
 36093bc7470dc00df27811820a6ea07a37a6f3d19e3f13250a56bb3da4225c13 2060142 libgcc-4.9-dev_4.9.0-1_amd64.deb
 179b1d1dd8b87f3ef0e7087860601f1035fe8e6b79799bde188a429c3d2aa578 47796 lib32gcc1_4.9.0-1_amd64.deb
 f22b50e477eb338f51985f89f532a670dd77b0c24f46b46ee06a0b00e64dc962 84040 lib32gcc1-dbg_4.9.0-1_amd64.deb
 3c6ae13ae41f25e8bd15ff1525636c82a526e2ecfbc1c5a69dc17da5593d8210 1908344 lib32gcc-4.9-dev_4.9.0-1_amd64.deb
 cc823c1448e52f4d4af5c4068599564dd27db44ceef8d77f2c832abb78f4fe87 38606 libx32gcc1_4.9.0-1_amd64.deb
 09c13bc153a0e23286784c5fc9e5e02759556f0d2718f84eaf9dbf19a56ad4de 83206 libx32gcc1-dbg_4.9.0-1_amd64.deb
 58b6fc237236121e6f45f633aef60b2c63d75c93ec7f1983bc301b7f437ba3a8 1773504 libx32gcc-4.9-dev_4.9.0-1_amd64.deb
 aa89d90ced9353bcb68282bd0bc9e46ab34906c2055203be8010c2cccd4dd48b 129072 libquadmath0_4.9.0-1_amd64.deb
 f4a73aba58b6fbba8aaff56c6959a0b91a7b7e6e0184c8d7fc29c2a9ce4fc3f5 146546 libquadmath0-dbg_4.9.0-1_amd64.deb
 19e180ff4edd19b8a2137e42c842fef4f0c0817ea8a7bc39b19419fe021f8053 193342 lib32quadmath0_4.9.0-1_amd64.deb
 5caab63b5de0ea9d8d81b3759251be0808017be275b995233d676cb76941a465 153750 lib32quadmath0-dbg_4.9.0-1_amd64.deb
 28ba74940665c0af44d8dd61068ef06f20a2657d3da47c03d9a64ac7d4bf8179 131834 libx32quadmath0_4.9.0-1_amd64.deb
 ca2813a4d624ef9f7ef20327ca54050219dff3feeba89385ff103d963f43b83a 149716 libx32quadmath0-dbg_4.9.0-1_amd64.deb
 daa042cd60214ab63f16bba9069c076f04687b3a61d83733db0576eeb94da175 36382 libgomp1_4.9.0-1_amd64.deb
 2d3250bd87eb2483f54a75070c3e4f2b6130794e2676a9ef1ea2b4f5ab61690c 82806 libgomp1-dbg_4.9.0-1_amd64.deb
 30d0480540a28d4509126501dff7c8f538923df3924ad4cb15b88521eab8f995 38960 lib32gomp1_4.9.0-1_amd64.deb
 41a63d22858cd5d748047c7f2d96b5b3e41659c10722007c6543be53d8b384ed 81474 lib32gomp1-dbg_4.9.0-1_amd64.deb
 37b2c5618d0392fa354dd77678d920dec0c7f17c218f5d486d166983db2facbc 35586 libx32gomp1_4.9.0-1_amd64.deb
 08f4419df62e5108ff7ba98961680d922f3f444463e6ca4ee8edfd09d04b09cf 80646 libx32gomp1-dbg_4.9.0-1_amd64.deb
 8ebad24d6ffd2e588c04160280e9f233ddb151edf0472b9518396764519815b3 29196 libitm1_4.9.0-1_amd64.deb
 3c6168756e1ce075901cf0cef06e17e9be2775298d84032886e43ec9f79663a8 192326 libitm1-dbg_4.9.0-1_amd64.deb
 0a039cd65722df15e822135b69c8c5adb5cab16173799f0caa99ea5741023e41 31578 lib32itm1_4.9.0-1_amd64.deb
 f6bf52670b672d9f5f41fc79ae897b22a3cc30af5eb9408f7b82c4766360ca88 183448 lib32itm1-dbg_4.9.0-1_amd64.deb
 9a42e2c19c94ecbbf7efddc6a0816ad3fcc98d525ca5b87ee5a8d553a6f89497 28682 libx32itm1_4.9.0-1_amd64.deb
 e665359dc4b1e9e91d51d13a5cb3c3bafb766a9a82a7a64b3982269e0fb838da 183216 libx32itm1-dbg_4.9.0-1_amd64.deb
 cceaec3e016935a71a1c3508fbabb91b807b33fcfe6b6553d61d4fa96184e44f 9006 libatomic1_4.9.0-1_amd64.deb
 fdf62329e8eb7d239676c5b4293e646430d4ec8d4aeb59689133542b1be93fe8 16078 libatomic1-dbg_4.9.0-1_amd64.deb
 dcc6e29b77b94fb56e348ad68bc8d4c5ffff77e5791196baf5d4dfe6635b7fce 8588 lib32atomic1_4.9.0-1_amd64.deb
 8650611541aa2fe9d036cde1d66616f6803e8617b7fb22634941be54dbff4172 13420 lib32atomic1-dbg_4.9.0-1_amd64.deb
 2a231ab3188e0f706401f0a0300a4b1d3fd25c35f7e42af6c5f45a48a164d0d0 8990 libx32atomic1_4.9.0-1_amd64.deb
 e9aa12befb8d668bc0666606bd0ecb4c800d04c29e3914694d1a671a0e43a821 15592 libx32atomic1-dbg_4.9.0-1_amd64.deb
 e0f75c3c51352151bdce2a9ad8b7edd0d98deec2d2c567d19519e8b92f1d1e4a 5140392 cpp-4.9_4.9.0-1_amd64.deb
 ce335ef63ea3aae1b77e3d75fc1960a6ea1e650b1eac995cf13c6a1b72fb4c3f 58220 fixincludes_4.9.0-1_amd64.deb
 b06e272af7599d24aef49cbbeb849ef9f8df2b6c083cada7836d3cd0eb64a7b6 974 gobjc++-4.9-multilib_4.9.0-1_amd64.deb
 7a7fab2cf067cc0efbae10f70c33c5f8debc327e6ffec72171084ba0b9a49111 5373482 gobjc++-4.9_4.9.0-1_amd64.deb
 9315f9031527c5c7c5d124078280c2e6517493bfa43a51dcf515071d0ba94640 978 gobjc-4.9-multilib_4.9.0-1_amd64.deb
 b26231502f4df955f1e49b039054a3767accb905f213f84b4d3988fff986f022 4965008 gobjc-4.9_4.9.0-1_amd64.deb
 15b4f031b1671cebcbf205a433b63e2bc437e9fc4e5c4d51558094aa834d4d81 111912 libobjc4_4.9.0-1_amd64.deb
 2d1424a808dde6704764bd8c6d9bea74bd8fc1c86a04815135c2506889aa8a27 207578 libobjc4-dbg_4.9.0-1_amd64.deb
 d97266f3575000bcfdfa4bf47493981ec1d9ef68b73b42e95ea80c3a428d43dd 371506 libobjc-4.9-dev_4.9.0-1_amd64.deb
 bbfff557fd8f2009b2f39d57242da071522c8d9fc3ea5606331bcc9b0c771fd0 117382 lib32objc4_4.9.0-1_amd64.deb
 6150bc40deb9cde485cdaeaf6508e17740039068cae3c5091c9bba3cce9b5286 182368 lib32objc4-dbg_4.9.0-1_amd64.deb
 267e58e5b113c59adc07d0cb9c660d4330f0135439dd3fab35b3b7b36e6c45c4 328530 lib32objc-4.9-dev_4.9.0-1_amd64.deb
 ea2676d1980da7a3a4aa51a2b97f62e14bdf488f8583427810882c8bd458419f 105346 libx32objc4_4.9.0-1_amd64.deb
 2ddb7002962c2451731f828b5fb1fdf632e6ecde8a9b7286d4c5342aae3514c6 196722 libx32objc4-dbg_4.9.0-1_amd64.deb
 07e938e3b4d2882a441887cb5a49644123b55a4c57f4660d8e680025278e5fd9 339298 libx32objc-4.9-dev_4.9.0-1_amd64.deb
 c88c07f058e2b2b7800ca3e35740298d85c929056475a0b6a6c18c4c690069e5 2456238 libgo5_4.9.0-1_amd64.deb
 6edb25681e60e68140f7ee01c7a6551211d62ddedce7b519892c26984809d022 2935690 libgo5-dbg_4.9.0-1_amd64.deb
 92347cef7bca0e4b1ced48b4f6d524306703b7c6ac6062500c7a58537fb16d52 2450628 lib32go5_4.9.0-1_amd64.deb
 cc0f854e7e85533e994ced599b0f036ec75ef9dc051cba96f7ed82940553f9b4 1829294 lib32go5-dbg_4.9.0-1_amd64.deb
 5d517432de61255871cc14f24c4df93f4c7aadd6d62a6b670791f4ef6f4d7887 2397864 libx32go5_4.9.0-1_amd64.deb
 925c8c41711a5108e129e21e973a4105e7cf612541302c970a01974c531bdcd9 2848282 libx32go5-dbg_4.9.0-1_amd64.deb
 f4ab22d8965250657cd57d59614ff20c9e427c666a5a11f341eef9f9cdb2de8d 8516608 gccgo-4.9_4.9.0-1_amd64.deb
 dd27cdd9d9fa955dde805591b4279e2688d807f37190975b84f85ca22280ac56 6484240 gccgo-4.9-multilib_4.9.0-1_amd64.deb
 f1888692eb6cbd21023390349c3ac37ad39b6c16e713cbeae0449af04a9c212a 49242 gcj-4.9-jre-headless_4.9.0-1_amd64.deb
 fb00917d0337f456621db0fc274e8c2211475c0d604ace5add1a49540b305fc1 9213364 libgcj15_4.9.0-1_amd64.deb
 6bd4f8c4ac58290b465ef492e864db8e36be254c334d325d2fb475ac69b370ca 62302 libgcj15-awt_4.9.0-1_amd64.deb
 20bed153be80c1eed3ba9f56d1a2bdd78106609b84138b634fb1eceee95e7f72 1258 gcj-4.9-jre_4.9.0-1_amd64.deb
 2cd982e3ef6325a4d76f9d1037de19067855df550e1a6c1eeb6c4aa5b5579ea0 456856 gcj-4.9-jdk_4.9.0-1_amd64.deb
 8531b43de1ed3f75e6b96e4b4a3508fa8c2b93fb955730c0a801175a29206f89 607210 libgcj15-dev_4.9.0-1_amd64.deb
 36be25a9cd874f7e9e64ea407b3aba637a93b87dd0e26dc03e51de2856ff9a76 16477796 libgcj15-dbg_4.9.0-1_amd64.deb
 01eb50692d88f4d4484743c80b489e28b18aef15d00d76281e01ad470065596e 4930380 gcj-4.9_4.9.0-1_amd64.deb
 bbeba44282b6216435b5b3009a4cb0259a86dc2846d094aa196b80fb412bbea4 990 g++-4.9-multilib_4.9.0-1_amd64.deb
 e40f8da912fdf28f0b2d6330f9dd35f89b1c04471925ff293d795bffaa74afc4 9168618 g++-4.9_4.9.0-1_amd64.deb
 a3f43c239f5f92fb825059bc65ae878e69a9aab2e7eaa31c51a47cdd6b024e59 264138 libstdc++6_4.9.0-1_amd64.deb
 80a21fce0314014c198ae38994daae51c971ac6fb1d531a899b38e78a3e54263 278500 lib32stdc++6_4.9.0-1_amd64.deb
 b3c101969b62dcf419988ba7d2ebe083e63c5fe0c5ab28ed011646bf2d24426e 358488 lib32stdc++-4.9-dev_4.9.0-1_amd64.deb
 b347fd7abfdaa6ffd545b53db16616f2e1363c69e4bb0ec7ca10c2a11e501936 3530160 lib32stdc++6-4.9-dbg_4.9.0-1_amd64.deb
 e912c85b68b5dba1b2a6dc3fcdcd27195ea192f35723cfae00e328e3b17ebcc0 242490 libx32stdc++6_4.9.0-1_amd64.deb
 04318f30b9a4ea6ca54ac9da3f02edffb653a2d11d2b6db09a39164126cbb759 346690 libx32stdc++-4.9-dev_4.9.0-1_amd64.deb
 4cc449703a14885975c2142d0d27c42c48f29750a40b03bc52d8b35e9ba5a3b3 3606136 libx32stdc++6-4.9-dbg_4.9.0-1_amd64.deb
 66cf4a97633523f7875382fb8b56ba3f9e60eeddaf3a98224d74de89b790bd6a 1115544 libstdc++-4.9-dev_4.9.0-1_amd64.deb
 ec2f70f5f213184e4e1e7a88a248a003aeea6f7e84093d8498e9fcf59aee1f4a 325892 libstdc++-4.9-pic_4.9.0-1_amd64.deb
 c6484bd8b4bde14e72c18f9e91f5be60d53db61ebd06c2b7997c6cc2294c83ac 2353868 libstdc++6-4.9-dbg_4.9.0-1_amd64.deb
 1f574c7aa047b139591f772b1d279a641bc0f8dc9575e955df89483a40ed94d3 194910 libasan1_4.9.0-1_amd64.deb
 4344edbb2e0acdb49aad707224378d72eefa4264dfd918f44ca5ffc64214bb79 679274 libasan1-dbg_4.9.0-1_amd64.deb
 3f763401953e17ad566673db634994c5759fc9f23e6f12d5de04ea78175b4ba0 184982 lib32asan1_4.9.0-1_amd64.deb
 15004a2885d6031663b86170b2e74360c17e6da8b4898d9a2842bb8c298ef1ad 569980 lib32asan1-dbg_4.9.0-1_amd64.deb
 ce5ed2fffbbd529c30931a59179e4034c74e91aae8daf1132266df03cbbaed67 187120 libx32asan1_4.9.0-1_amd64.deb
 edd4a509a60671f4241c5bd1b30eec2da492f358479fb140e3068e6ca247be34 658480 libx32asan1-dbg_4.9.0-1_amd64.deb
 4b5b4c03049f98d443adf5707745206d5af81eb9100ee03748f705c376ce5ebe 92776 liblsan0_4.9.0-1_amd64.deb
 edfa1ea21d569ad311f49a6ec74cfedd2a8e002f609875fe2517a93a92c1022a 302746 liblsan0-dbg_4.9.0-1_amd64.deb
 1052973a732641f0ba09c0b41934aaba9c9cceba640ba903db0d065db2e7a147 904 lib32lsan0_4.9.0-1_amd64.deb
 fee668ffbbe66625fa6c54764b8f8922cb06710e83c364a0cac684bef5262ef9 894 lib32lsan0-dbg_4.9.0-1_amd64.deb
 53041e6856d8b453bbcbdc732dacd40765511f896b4531e91ec5b42ae6acdb03 884 libx32lsan0_4.9.0-1_amd64.deb
 2ccfa4dc99b74b3dfc567ebc0e0813c9fdb8907e758fd1915968dd7b241ddb7c 894 libx32lsan0-dbg_4.9.0-1_amd64.deb
 2b1343fa7da0d2bf4acea28cf2a5bdb445b1c847f185ed811e89e492220726c1 212534 libtsan0_4.9.0-1_amd64.deb
 2cd0cb9dd09324814609c71e4c0e6faf4114de8e502f68d0d26dce194b11f9fe 752196 libtsan0-dbg_4.9.0-1_amd64.deb
 f93c16a98c54d430eb205c83d59bbbc872393467d828e932e7a16258dbdbe94b 82330 libubsan0_4.9.0-1_amd64.deb
 9b11b3cb5c4013b14ee9fc8b25bbdf52e9cba74f3b809ab98486ae9b6eec3cf4 262818 libubsan0-dbg_4.9.0-1_amd64.deb
 fcf34aaf4ca727374bb8dd072873dc87b69aa577059a8a5a03c06fa7158c7ced 87828 lib32ubsan0_4.9.0-1_amd64.deb
 b476685426f9445d068203abdbe7eaf49f397be17a25916b28c0fbd46d492d32 211898 lib32ubsan0-dbg_4.9.0-1_amd64.deb
 9b6a12938a3c0615962591836f1877258ec6931ef6a044666ad5980c67734f87 82026 libx32ubsan0_4.9.0-1_amd64.deb
 796fd450558ae17d17bb8d6707a71e77be590f9c7ea136f34411bc133f4f817a 255254 libx32ubsan0-dbg_4.9.0-1_amd64.deb
 7804d5c3049f768aa55f5146e95076244aa9a805ed02f99f4dd29bcc5eadc3fb 2520 libvtv0_4.9.0-1_amd64.deb
 a53670fb2c0d189493d6a061043906627e47ea9ea27ae4a201ec3d6a6337724b 2132 libvtv0-dbg_4.9.0-1_amd64.deb
 fecda8c4418663caa19c09a3fa16514548497606d46c6e512434d3b09053d7b1 2422 lib32vtv0_4.9.0-1_amd64.deb
 d2cb5867f0d21f447d0fa53f48327a55d4797ca3732f5992c7c7fa8e83260d6c 2066 lib32vtv0-dbg_4.9.0-1_amd64.deb
 156d5f6f5f5bee9a750a1b1dee7e5ba4e74f651ee70f05e3a37f05dfda495ca4 2394 libx32vtv0_4.9.0-1_amd64.deb
 44fda2923369796d0ef0fde7fd88ec22c50da170d8685c64ec14bb5a88c1324d 2034 libx32vtv0-dbg_4.9.0-1_amd64.deb
 b889cecc153bc2f14db4b10cd8d23cae214075b9c1a8d71b097deaaaab982e22 40110 libcilkrts5_4.9.0-1_amd64.deb
 d43de07137b8e3cb3268d0f8e92ad2c58ae345bd9a7d34067788fe080c6eb1d3 104288 libcilkrts5-dbg_4.9.0-1_amd64.deb
 e838871506a99cfb886bbc411af3ac84fd9cc2fbaed33c7725061207941c0820 42698 lib32cilkrts5_4.9.0-1_amd64.deb
 2bd524f4d7b8e1cca1809c45c5bed4d6d6a8615d322e8ebe4da2460e5716ec8e 91842 lib32cilkrts5-dbg_4.9.0-1_amd64.deb
 36ea67363607c466aa4d588d79f7e79296ced2c3e5509243cbb3fb213d729ea6 39166 libx32cilkrts5_4.9.0-1_amd64.deb
 acfea3f2698680a3bc8514974b0cec6328cd4e1ecd9d9024e5340fc6a7451c7d 103312 libx32cilkrts5-dbg_4.9.0-1_amd64.deb
 9bf6c400e9d30ce8ef445b6f09f263e403f18cebd6eaea8e95c55859790030eb 254246 libgfortran3_4.9.0-1_amd64.deb
 d94fbc136220bfbcce61dc37b9603278ef19ba250a22ef2bde6a3a3844deb556 597582 libgfortran3-dbg_4.9.0-1_amd64.deb
 18cfdaaa4c640640d0203b760732835e2c9ba645bcc342b76b74488dbb2776e0 281802 libgfortran-4.9-dev_4.9.0-1_amd64.deb
 ffce026a9a288a236114a72007adb74eeb99beab870809e0e8b755a9f994c283 235772 lib32gfortran3_4.9.0-1_amd64.deb
 e20924be43e390ede6cbf5b81217dc2a4bb29671abe14c093502dbb072617e85 477346 lib32gfortran3-dbg_4.9.0-1_amd64.deb
 28c1fc7046ecd3fda5fc543606ad1d4d9f948674a9b72c4468badef2396a2a3c 262258 lib32gfortran-4.9-dev_4.9.0-1_amd64.deb
 9aa543b82ef42059978c98d7a6536c1b1e131c1e4ea5322dd274025162c20147 251798 libx32gfortran3_4.9.0-1_amd64.deb
 c13348ad304c468d8a304a2a5e4be05c10dd16991618cb4e87045616bf78ef3a 564474 libx32gfortran3-dbg_4.9.0-1_amd64.deb
 c96d188da7271d7cc1886844df49666f4d2c6caa2d367d899663c0b0e8cc8509 281786 libx32gfortran-4.9-dev_4.9.0-1_amd64.deb
 3f472ab66c988802f561f9f493b0bbbc4cc5ff570432e1bf4c7e8a7e810d84b8 974 gfortran-4.9-multilib_4.9.0-1_amd64.deb
 19b61b264b1f24ca9cc691a3ca77ea5e581e4241e2e2eae3f6adfc53ae3ae44c 5408970 gfortran-4.9_4.9.0-1_amd64.deb
 309c7da7be4286946fcfb08c4160914dbe551f460aed19b5be81ff36d8179386 5625590 gdc-4.9_4.9.0-1_amd64.deb
 3015c1fc9cdbad0de61a969a91bbab355586de474a89a15cbd6d2139a8b812c2 6637576 libphobos-4.9-dev_4.9.0-1_amd64.deb
 8bffa52fd15805f74bc471dc3168d8fd3fe841e7f37b2ce693184235dbfbe473 972 gcc-4.9-multilib_4.9.0-1_amd64.deb
 00c0b29da353cca30e7a72c7d38d5d51bd01cb719a17300cd0592d6af7d934ff 803094 gcc-4.9-plugin-dev_4.9.0-1_amd64.deb
 be7cc430e5e656dc0a294db5c76e8d41d2c27d273cf126f3a2b119113281a11b 5299126 gcc-4.9_4.9.0-1_amd64.deb
Files: 
 a74ee422256e190137dbccd924c28138 73900298 devel optional gcc-4.9-source_4.9.0-1_all.deb
 9a874836816a5f797ff1764879869c1e 10349140 java optional gcj-4.9-jre-lib_4.9.0-1_all.deb
 88b699b9df52132c539d5dc56682317f 11661638 java optional gcj-4.9-source_4.9.0-1_all.deb
 7a9528688df6c8efe10ff1b1c3a30fae 18864132 doc optional libgcj-doc_4.9.0-1_all.deb
 7a4264ff54ccc4dc23d9620e19d4c125 9902466 doc optional libstdc++-4.9-doc_4.9.0-1_all.deb
 e85c3fab5e157f0ec358a56ed003c1a5 1443526 devel optional gcc-4.9-locales_4.9.0-1_all.deb
 9c7518f3f02d633a910be2f633032a3d 154262 libs required gcc-4.9-base_4.9.0-1_amd64.deb
 ad304ee14f5cd6fc9a28c91dbc021588 39438 libs required libgcc1_4.9.0-1_amd64.deb
 6b7e6efc65f25058aeadb91b7f7d1d20 85502 debug extra libgcc1-dbg_4.9.0-1_amd64.deb
 df0cf4d2b7952c1c9272e78ca946b6f3 2060142 libdevel optional libgcc-4.9-dev_4.9.0-1_amd64.deb
 bae6a94dd03d483352eb8d41d398bfce 47796 libs optional lib32gcc1_4.9.0-1_amd64.deb
 98864a90c49e620da6af56a1026d2441 84040 debug extra lib32gcc1-dbg_4.9.0-1_amd64.deb
 ee09dda5e29476559ccfaa56d7d8cce2 1908344 libdevel optional lib32gcc-4.9-dev_4.9.0-1_amd64.deb
 7af1dc2d8b9eba073cf3fdd1863fbdf8 38606 libs optional libx32gcc1_4.9.0-1_amd64.deb
 5973810c334c2cb71ab0536f2f210f1d 83206 debug extra libx32gcc1-dbg_4.9.0-1_amd64.deb
 198e096e229b386cd13dc6fed05bd94a 1773504 libdevel optional libx32gcc-4.9-dev_4.9.0-1_amd64.deb
 231cc142f5393f9ed21b4ac3d16c6d3d 129072 libs optional libquadmath0_4.9.0-1_amd64.deb
 9bdb54170038551d1d003db7dc45e4b5 146546 debug extra libquadmath0-dbg_4.9.0-1_amd64.deb
 18796177d264e2e68c53677079d2fee3 193342 libs optional lib32quadmath0_4.9.0-1_amd64.deb
 eb6fcb4e8f00b2cbe14188fa8dfe7858 153750 debug extra lib32quadmath0-dbg_4.9.0-1_amd64.deb
 306015dc1884ce67b0c985b8f3bf7799 131834 libs optional libx32quadmath0_4.9.0-1_amd64.deb
 692a8e6c200ba75084fd23475113a520 149716 debug extra libx32quadmath0-dbg_4.9.0-1_amd64.deb
 389ce5168e7bc6cf2c15959243e4039c 36382 libs optional libgomp1_4.9.0-1_amd64.deb
 a89210b65e47f200011c8b258df6d6c6 82806 debug extra libgomp1-dbg_4.9.0-1_amd64.deb
 cfd3a7dd3e143c547744f6c35dae7e66 38960 libs optional lib32gomp1_4.9.0-1_amd64.deb
 1f97050b7097a64d78e3b8bf70ad6529 81474 debug extra lib32gomp1-dbg_4.9.0-1_amd64.deb
 9cb46e91369e0b5d12ccf43d9251255b 35586 libs optional libx32gomp1_4.9.0-1_amd64.deb
 d9971dd327a176ebaf05660760d1be34 80646 debug extra libx32gomp1-dbg_4.9.0-1_amd64.deb
 a8e6fbd6c0c9401a3c2827cbe4f812a9 29196 libs optional libitm1_4.9.0-1_amd64.deb
 3691ce94b8602f2187a4ed21730955a1 192326 debug extra libitm1-dbg_4.9.0-1_amd64.deb
 26b3c1260818a143723b4542682212c8 31578 libs optional lib32itm1_4.9.0-1_amd64.deb
 a67aae2ada500e1ea0f1f116c1fee4ee 183448 debug extra lib32itm1-dbg_4.9.0-1_amd64.deb
 8fbd7d98105a329ff74e9038242147fa 28682 libs optional libx32itm1_4.9.0-1_amd64.deb
 1e7d5751feba6ebd9ad10da548d74280 183216 debug extra libx32itm1-dbg_4.9.0-1_amd64.deb
 9273c60c0a7fd6a618458455b14bc8f7 9006 libs optional libatomic1_4.9.0-1_amd64.deb
 409c5691ff297e1ec0fe2047de484375 16078 debug extra libatomic1-dbg_4.9.0-1_amd64.deb
 b370aa30f17c162b6aa8d4c0645aeabd 8588 libs optional lib32atomic1_4.9.0-1_amd64.deb
 81a6f09049ba0fc1c2d16fdfe5f4ac8b 13420 debug extra lib32atomic1-dbg_4.9.0-1_amd64.deb
 c254886349e2c73cb93ce3138208c719 8990 libs optional libx32atomic1_4.9.0-1_amd64.deb
 1096f0a7a651f6073c8934c02344c1cf 15592 debug extra libx32atomic1-dbg_4.9.0-1_amd64.deb
 17fbdbd5d22ca1fcbb986fbaef0c5b73 5140392 interpreters optional cpp-4.9_4.9.0-1_amd64.deb
 df3fe44f7778dc24681aae5a7d2dfbad 58220 devel optional fixincludes_4.9.0-1_amd64.deb
 4bf7b9d429415420db6522b19b4bfb40 974 devel optional gobjc++-4.9-multilib_4.9.0-1_amd64.deb
 0daa7a4cfd37d6b3a2829c016ec436b4 5373482 devel optional gobjc++-4.9_4.9.0-1_amd64.deb
 5803a31cda5d74ea5ca54fa280fbc52c 978 devel optional gobjc-4.9-multilib_4.9.0-1_amd64.deb
 9f2ad0426be6696e552474720c214901 4965008 devel optional gobjc-4.9_4.9.0-1_amd64.deb
 2196271d4c7d62ddca53b81221544b0a 111912 libs optional libobjc4_4.9.0-1_amd64.deb
 5dae1b5201deba3a57a64657819f22a1 207578 debug extra libobjc4-dbg_4.9.0-1_amd64.deb
 4fdc3a2f65c63464dc1865a671501ee0 371506 libdevel optional libobjc-4.9-dev_4.9.0-1_amd64.deb
 c35313d7899a730fc2e85e3f86f96a7f 117382 libs optional lib32objc4_4.9.0-1_amd64.deb
 620e3a37cc9750fbca2544238a7301a5 182368 debug extra lib32objc4-dbg_4.9.0-1_amd64.deb
 e8b5db0c55361cd1f58f96a22d400966 328530 libdevel optional lib32objc-4.9-dev_4.9.0-1_amd64.deb
 b622f5ce00a6e210204eaf1e4675bf06 105346 libs optional libx32objc4_4.9.0-1_amd64.deb
 063eb1d5b5b5e2b8cb002052607f0b20 196722 debug extra libx32objc4-dbg_4.9.0-1_amd64.deb
 556d778e9a585788cfe7a23ee8ede504 339298 libdevel optional libx32objc-4.9-dev_4.9.0-1_amd64.deb
 13a08279433307f936e1742221c886ff 2456238 libs optional libgo5_4.9.0-1_amd64.deb
 74538bb091844841e4dc2a5e35bebe59 2935690 debug extra libgo5-dbg_4.9.0-1_amd64.deb
 0e1b7aff05c26a173f04dbd395c9ce54 2450628 libs optional lib32go5_4.9.0-1_amd64.deb
 921051a80554a9312227fa7c6f3fc9be 1829294 debug extra lib32go5-dbg_4.9.0-1_amd64.deb
 a209498a2d0275437b1740d63cc2a7f7 2397864 libs optional libx32go5_4.9.0-1_amd64.deb
 b90d26dd3d00d4ba3a3a5ac8fb4634d2 2848282 debug extra libx32go5-dbg_4.9.0-1_amd64.deb
 a95137a5d85fde9cec4a560fc7b624eb 8516608 devel optional gccgo-4.9_4.9.0-1_amd64.deb
 462e2d44148b71b6304122e07ce642de 6484240 devel optional gccgo-4.9-multilib_4.9.0-1_amd64.deb
 9b7ef60d5abbf440dece6c64dfc7b756 49242 java optional gcj-4.9-jre-headless_4.9.0-1_amd64.deb
 268c0da7872b2976e88403ee6fe0cf69 9213364 libs optional libgcj15_4.9.0-1_amd64.deb
 1c0d623e58e91d1f96615402d9ae6de8 62302 libs optional libgcj15-awt_4.9.0-1_amd64.deb
 cb448631dcc07e99a0ba324c53860005 1258 java optional gcj-4.9-jre_4.9.0-1_amd64.deb
 0049597272951273a34b53cff5fda998 456856 java optional gcj-4.9-jdk_4.9.0-1_amd64.deb
 9f6c7bb5d42a914a904ab6948da004da 607210 libdevel optional libgcj15-dev_4.9.0-1_amd64.deb
 36037de91ccbb08bd855efbaaae0648c 16477796 debug extra libgcj15-dbg_4.9.0-1_amd64.deb
 f5ea2d2709b44efd1bae87f5eea453a3 4930380 java optional gcj-4.9_4.9.0-1_amd64.deb
 43c06865b24ef9a3cf655eb4b8afdaed 990 devel optional g++-4.9-multilib_4.9.0-1_amd64.deb
 311d21d55841176f6298bcef3ea9030c 9168618 devel optional g++-4.9_4.9.0-1_amd64.deb
 9ea6bfb815a5d27ef3636dbf51d381f5 264138 libs important libstdc++6_4.9.0-1_amd64.deb
 2dcc71b9591e483d8dbb3f84d9ebad46 278500 libs extra lib32stdc++6_4.9.0-1_amd64.deb
 637580c59e343b531bb5fc358b6f40a8 358488 libdevel optional lib32stdc++-4.9-dev_4.9.0-1_amd64.deb
 2876381ea075c360eafd4dfd03e7734b 3530160 debug extra lib32stdc++6-4.9-dbg_4.9.0-1_amd64.deb
 e7a874830747f79ed770df2efa6ff4bb 242490 libs optional libx32stdc++6_4.9.0-1_amd64.deb
 b31d302e08f7cf6342bb7006030bc4d6 346690 libdevel optional libx32stdc++-4.9-dev_4.9.0-1_amd64.deb
 86a0031aff867c75eff4f486da335f61 3606136 debug extra libx32stdc++6-4.9-dbg_4.9.0-1_amd64.deb
 f18747ca6bb0222c080fc5569ffbd7cf 1115544 libdevel optional libstdc++-4.9-dev_4.9.0-1_amd64.deb
 d904ef090936af24cf99ab2f479d8771 325892 libdevel extra libstdc++-4.9-pic_4.9.0-1_amd64.deb
 e9261246cd9a4212bd6910a72438976b 2353868 debug extra libstdc++6-4.9-dbg_4.9.0-1_amd64.deb
 febbfff3be4a49b05a78111b5363b768 194910 libs optional libasan1_4.9.0-1_amd64.deb
 9c5694d226851f81a44891d777db0a67 679274 debug extra libasan1-dbg_4.9.0-1_amd64.deb
 a66c6c164928f7dc9fcdb0e0eec9c784 184982 libs optional lib32asan1_4.9.0-1_amd64.deb
 07781ae57a453dd7f9ab15147977c3e3 569980 debug extra lib32asan1-dbg_4.9.0-1_amd64.deb
 f33f4cab68de85b4fb5e405973df5ebb 187120 libs optional libx32asan1_4.9.0-1_amd64.deb
 39ed98a55296f46bdd838acf04f73116 658480 debug extra libx32asan1-dbg_4.9.0-1_amd64.deb
 619175fe7ecd33e392c02e6fe0009fd8 92776 libs optional liblsan0_4.9.0-1_amd64.deb
 366abd2cdba6061db9e2ee253c0a4ad6 302746 debug extra liblsan0-dbg_4.9.0-1_amd64.deb
 80ffe0297d1c99bf8ca8ff6b7927eaee 904 libs optional lib32lsan0_4.9.0-1_amd64.deb
 e38c40b31cbfcb9788092447a7674b88 894 debug extra lib32lsan0-dbg_4.9.0-1_amd64.deb
 94fe9c069fe7585570472200907e9446 884 libs optional libx32lsan0_4.9.0-1_amd64.deb
 6ba2059a7cf7e2508f28a85350fa04c6 894 debug extra libx32lsan0-dbg_4.9.0-1_amd64.deb
 d8b19795dd79928f2136716fc1cc023f 212534 libs optional libtsan0_4.9.0-1_amd64.deb
 051bb843da18d236cfe0da8f4d4a4472 752196 debug extra libtsan0-dbg_4.9.0-1_amd64.deb
 57e2eec518cb668b1055e49663ac867a 82330 libs optional libubsan0_4.9.0-1_amd64.deb
 4fbac0928c94ba151289287eff0398a6 262818 debug extra libubsan0-dbg_4.9.0-1_amd64.deb
 ee0b79c406fff0e17e09eadc7c596a7c 87828 libs optional lib32ubsan0_4.9.0-1_amd64.deb
 f309633e3e215ec66c276ad124cbf964 211898 debug extra lib32ubsan0-dbg_4.9.0-1_amd64.deb
 6dac0fd92ff18e05384782854f93888e 82026 libs optional libx32ubsan0_4.9.0-1_amd64.deb
 f9635bd16f27e68e0a6a98d861127470 255254 debug extra libx32ubsan0-dbg_4.9.0-1_amd64.deb
 5090c2f4014dc2947b5bbc1d44b3fd3f 2520 libs optional libvtv0_4.9.0-1_amd64.deb
 04720a5443ee2e0052ea7dbfe9c78bf4 2132 debug extra libvtv0-dbg_4.9.0-1_amd64.deb
 5cd79a5b9b0066d238f0e4e433c877ff 2422 libs optional lib32vtv0_4.9.0-1_amd64.deb
 c005db688b3b1d67603dbeae898f6360 2066 debug extra lib32vtv0-dbg_4.9.0-1_amd64.deb
 5febf332471757e1446d3f371e5d6ce1 2394 libs optional libx32vtv0_4.9.0-1_amd64.deb
 7d5d5eb8159556b5fb776eeec16e7619 2034 debug extra libx32vtv0-dbg_4.9.0-1_amd64.deb
 11189569eefb1ea41bf3b6f6666428bf 40110 libs optional libcilkrts5_4.9.0-1_amd64.deb
 74d5e4055d1ec9bf9139cf2184962cb5 104288 debug extra libcilkrts5-dbg_4.9.0-1_amd64.deb
 5f86151014fabd1ee5e3177d160baa11 42698 libs optional lib32cilkrts5_4.9.0-1_amd64.deb
 9fcf46ba40847b7d3d95908c2e862ace 91842 debug extra lib32cilkrts5-dbg_4.9.0-1_amd64.deb
 a668802f39d122efb629635bc9241c18 39166 libs optional libx32cilkrts5_4.9.0-1_amd64.deb
 cdbb89cc1a7ed88725d14f265e3133e5 103312 debug extra libx32cilkrts5-dbg_4.9.0-1_amd64.deb
 ae362cf016f6b9aa3b288aa044104d10 254246 libs optional libgfortran3_4.9.0-1_amd64.deb
 6bdb7bbc8e0e1eb4818032356bbdeb24 597582 debug extra libgfortran3-dbg_4.9.0-1_amd64.deb
 a7128fbbac5f71296f92ecaefa720e3e 281802 libdevel optional libgfortran-4.9-dev_4.9.0-1_amd64.deb
 6c06883deb4736aec1d97244a7153ca8 235772 libs optional lib32gfortran3_4.9.0-1_amd64.deb
 5229836ae7fc77a84025800d7156d116 477346 debug extra lib32gfortran3-dbg_4.9.0-1_amd64.deb
 e72eafd51267119d40d6cdd101510c75 262258 libdevel optional lib32gfortran-4.9-dev_4.9.0-1_amd64.deb
 094d474afa246ecc8fb5b1b93338434b 251798 libs optional libx32gfortran3_4.9.0-1_amd64.deb
 4189000f391e13da0076c2550701ab01 564474 debug extra libx32gfortran3-dbg_4.9.0-1_amd64.deb
 d0a409bd56f017fe58a7852dbe30179e 281786 libdevel optional libx32gfortran-4.9-dev_4.9.0-1_amd64.deb
 02811b905cb97585bcd9ae87fc87ed4b 974 devel optional gfortran-4.9-multilib_4.9.0-1_amd64.deb
 7414d8cee62c9b51273a17c89f4637eb 5408970 devel optional gfortran-4.9_4.9.0-1_amd64.deb
 7f66610306e94d0065ab7517645fc497 5625590 devel optional gdc-4.9_4.9.0-1_amd64.deb
 2f4b6ba1d138c67a8864549c9aa83a90 6637576 libdevel optional libphobos-4.9-dev_4.9.0-1_amd64.deb
 3afca4900f3a18a6216e2ef1f13f476f 972 devel optional gcc-4.9-multilib_4.9.0-1_amd64.deb
 5e6e1813cc9e58abcb13e46098fd9d4e 803094 devel optional gcc-4.9-plugin-dev_4.9.0-1_amd64.deb
 7629bc5e23ae5c3fada27a7bdb4093ba 5299126 devel optional gcc-4.9_4.9.0-1_amd64.deb
 0878e83800947b875cbb58814eae801e 20492 devel optional gcc-4.9_4.9.0-1.dsc
 0f9c45b232ab6e672ee0b8696e9761af 73356311 devel optional gcc-4.9_4.9.0.orig.tar.gz
 e900619dfcb709beb48faec3aeb92efc 619882 devel optional gcc-4.9_4.9.0-1.diff.gz

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

iEYEARECAAYFAlNX3lgACgkQStlRaw+TLJzC4ACaA+EcgfLEzp3Ixn0C991x5HcZ
QpkAn3zPNIr9/OabfiWHgMAmlU108V1/
=Id2I
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: