Bug#698344: libffi: missing autotools support and symbols file for arm64

2013-01-17 Thread Colin Watson
Package: libffi
Version: 3.0.11-2
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu ubuntu-patch raring

libffi fails to cross-build to arm64 because it's lacking some bits of
autotools support from upstream.  The following patch backports these
from git.

I also added a symbols file at the same time, generated by observing
what dpkg-gensymbols complained about and setting all the versions to
3.0.4, which seems to match what's been done for other architectures.

  * Add missing autotools support for arm64.
  * Add symbols file for arm64.

diff -Nru libffi-3.0.11/debian/libffi6.symbols.arm64 
libffi-3.0.11/debian/libffi6.symbols.arm64
--- libffi-3.0.11/debian/libffi6.symbols.arm64  1970-01-01 01:00:00.0 
+0100
+++ libffi-3.0.11/debian/libffi6.symbols.arm64  2013-01-17 10:38:50.0 
+
@@ -0,0 +1,37 @@
+libffi.so.6 libffi6 #MINVER#
+ ffi_call@Base 3.0.4
+ ffi_call_SYSV@Base 3.0.4
+ ffi_closure_SYSV@Base 3.0.4
+ ffi_closure_SYSV_inner@Base 3.0.4
+ ffi_closure_alloc@Base 3.0.4
+ ffi_closure_free@Base 3.0.4
+ ffi_java_ptrarray_to_raw@Base 3.0.4
+ ffi_java_raw_call@Base 3.0.4
+ ffi_java_raw_size@Base 3.0.4
+ ffi_java_raw_to_ptrarray@Base 3.0.4
+ ffi_prep_cif@Base 3.0.4
+ ffi_prep_cif_machdep@Base 3.0.4
+ ffi_prep_cif_var@Base 3.0.4
+ ffi_prep_closure@Base 3.0.4
+ ffi_prep_closure_loc@Base 3.0.4
+ ffi_prep_java_raw_closure@Base 3.0.4
+ ffi_prep_java_raw_closure_loc@Base 3.0.4
+ ffi_prep_raw_closure@Base 3.0.4
+ ffi_prep_raw_closure_loc@Base 3.0.4
+ ffi_ptrarray_to_raw@Base 3.0.4
+ ffi_raw_call@Base 3.0.4
+ ffi_raw_size@Base 3.0.4
+ ffi_raw_to_ptrarray@Base 3.0.4
+ ffi_type_double@Base 3.0.4
+ ffi_type_float@Base 3.0.4
+ ffi_type_longdouble@Base 3.0.4
+ ffi_type_pointer@Base 3.0.4
+ ffi_type_sint16@Base 3.0.4
+ ffi_type_sint32@Base 3.0.4
+ ffi_type_sint64@Base 3.0.4
+ ffi_type_sint8@Base 3.0.4
+ ffi_type_uint16@Base 3.0.4
+ ffi_type_uint32@Base 3.0.4
+ ffi_type_uint64@Base 3.0.4
+ ffi_type_uint8@Base 3.0.4
+ ffi_type_void@Base 3.0.4
diff -Nru libffi-3.0.11/debian/patches/aarch64-build.diff 
libffi-3.0.11/debian/patches/aarch64-build.diff
--- libffi-3.0.11/debian/patches/aarch64-build.diff 1970-01-01 
01:00:00.0 +0100
+++ libffi-3.0.11/debian/patches/aarch64-build.diff 2013-01-17 
10:33:08.0 +
@@ -0,0 +1,294 @@
+Index: b/Makefile.am
+===
+--- a/Makefile.am
 b/Makefile.am
+@@ -5,6 +5,7 @@
+ SUBDIRS = include testsuite man
+ 
+ EXTRA_DIST = LICENSE ChangeLog.v1 ChangeLog.libgcj configure.host \
++  src/aarch64/ffi.c src/aarch64/ffitarget.h \
+   src/alpha/ffi.c src/alpha/osf.S src/alpha/ffitarget.h \
+   src/arm/ffi.c src/arm/sysv.S src/arm/ffitarget.h \
+   src/avr32/ffi.c src/avr32/sysv.S src/avr32/ffitarget.h \
+@@ -147,6 +148,9 @@
+ if POWERPC_FREEBSD
+ nodist_libffi_la_SOURCES += src/powerpc/ffi.c src/powerpc/sysv.S 
src/powerpc/ppc_closure.S
+ endif
++if AARCH64
++nodist_libffi_la_SOURCES += src/aarch64/sysv.S src/aarch64/ffi.c
++endif
+ if ARM
+ nodist_libffi_la_SOURCES += src/arm/sysv.S src/arm/ffi.c
+ if FFI_EXEC_TRAMPOLINE_TABLE
+Index: b/Makefile.in
+===
+--- a/Makefile.in
 b/Makefile.in
+@@ -52,21 +52,22 @@
+ @POWERPC_AIX_TRUE@am__append_14 = src/powerpc/ffi_darwin.c src/powerpc/aix.S 
src/powerpc/aix_closure.S
+ @POWERPC_DARWIN_TRUE@am__append_15 = src/powerpc/ffi_darwin.c 
src/powerpc/darwin.S src/powerpc/darwin_closure.S
+ @POWERPC_FREEBSD_TRUE@am__append_16 = src/powerpc/ffi.c src/powerpc/sysv.S 
src/powerpc/ppc_closure.S
+-@ARM_TRUE@am__append_17 = src/arm/sysv.S src/arm/ffi.c
+-@ARM_TRUE@@FFI_EXEC_TRAMPOLINE_TABLE_TRUE@am__append_18 = src/arm/trampoline.S
+-@AVR32_TRUE@am__append_19 = src/avr32/sysv.S src/avr32/ffi.c
+-@LIBFFI_CRIS_TRUE@am__append_20 = src/cris/sysv.S src/cris/ffi.c
+-@FRV_TRUE@am__append_21 = src/frv/eabi.S src/frv/ffi.c
+-@MOXIE_TRUE@am__append_22 = src/moxie/eabi.S src/moxie/ffi.c
+-@S390_TRUE@am__append_23 = src/s390/sysv.S src/s390/ffi.c
+-@X86_64_TRUE@am__append_24 = src/x86/ffi64.c src/x86/unix64.S src/x86/ffi.c 
src/x86/sysv.S
+-@SH_TRUE@am__append_25 = src/sh/sysv.S src/sh/ffi.c
+-@SH64_TRUE@am__append_26 = src/sh64/sysv.S src/sh64/ffi.c
+-@PA_LINUX_TRUE@am__append_27 = src/pa/linux.S src/pa/ffi.c
+-@PA_HPUX_TRUE@am__append_28 = src/pa/hpux32.S src/pa/ffi.c
++@AARCH64_TRUE@am__append_17 = src/aarch64/sysv.S src/aarch64/ffi.c
++@ARM_TRUE@am__append_18 = src/arm/sysv.S src/arm/ffi.c
++@ARM_TRUE@@FFI_EXEC_TRAMPOLINE_TABLE_TRUE@am__append_19 = src/arm/trampoline.S
++@AVR32_TRUE@am__append_20 = src/avr32/sysv.S src/avr32/ffi.c
++@LIBFFI_CRIS_TRUE@am__append_21 = src/cris/sysv.S src/cris/ffi.c
++@FRV_TRUE@am__append_22 = src/frv/eabi.S src/frv/ffi.c
++@MOXIE_TRUE@am__append_23 = src/moxie/eabi.S src/moxie/ffi.c
++@S390_TRUE@am__append_24 = src/s390/sysv.S src/s390/ffi.c
++@X86_64_TRUE@am__append_25 = src/x86/ffi64.c src/x86/unix64.S src/x86/ffi.c 

Bug#698316: gdc missing core.simd

2013-01-17 Thread Iain Buclaw
On 16 January 2013 22:10, Andrew Klaassen claws...@yahoo.com wrote:

 --- On Wed, 1/16/13, Iain Buclaw ibuc...@ubuntu.com wrote:

  The module core.simd - and __vector's for that matter - did not appear
  until a later release.

 Hi Iain,

 Thanks for the info.  I'm compiling the gdc-4.7 branch now.  Any chance
 it'll appear in Debian at a later date, since gcc is already at 4.7, or are
 you concentrating your efforts on 4.8?

 Thanks again.

 Andrew



I just need to allocate a weekend to rebuild the gdc package, and send it
to be uploaded.

-- 
Iain Buclaw

*(p  e ? p++ : p) = (c  0x0f) + '0';


Bug#698316: gdc missing core.simd

2013-01-17 Thread Andrew Klaassen
--- On Thu, 1/17/13, Iain Buclaw ibuc...@ubuntu.com wrote:

 I just need to allocate a weekend to rebuild the gdc package, and send
 it to be uploaded.

Fair enough.  I'll wait for that, I think; my attempted compile blew up after a 
couple of hours in the middle of what appears to be linking of some D bits.

Andrew


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/1358435185.28075.yahoomailclas...@web121905.mail.ne1.yahoo.com



Bug#690172: gcc-4.7-base: adding Breaks: gcc-4.4-base ( 4.4.7) ?

2013-01-17 Thread Andreas Beckmann
Hi,

how are the chances of getting this fix in sid and wheezy?

I just verified that this really fixes the upgrade paths involving
gnustep-back0.18 and friends.

Andreas


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/50f8145a@abeckmann.de



Processing of gcc-4.7_4.7.2-19_amd64.changes

2013-01-17 Thread Debian FTP Masters
gcc-4.7_4.7.2-19_amd64.changes uploaded successfully to localhost
along with the files:
  gcc-4.7_4.7.2-19.dsc
  gcc-4.7_4.7.2-19.diff.gz
  gcc-4.7-source_4.7.2-19_all.deb
  libstdc++6-4.7-doc_4.7.2-19_all.deb
  gcc-4.7-locales_4.7.2-19_all.deb
  gcc-4.7-base_4.7.2-19_amd64.deb
  libgcc-4.7-dev_4.7.2-19_amd64.deb
  lib32gcc-4.7-dev_4.7.2-19_amd64.deb
  libx32gcc-4.7-dev_4.7.2-19_amd64.deb
  cpp-4.7_4.7.2-19_amd64.deb
  libmudflap0-4.7-dev_4.7.2-19_amd64.deb
  gobjc++-4.7-multilib_4.7.2-19_amd64.deb
  gobjc++-4.7_4.7.2-19_amd64.deb
  gobjc-4.7-multilib_4.7.2-19_amd64.deb
  gobjc-4.7_4.7.2-19_amd64.deb
  libobjc-4.7-dev_4.7.2-19_amd64.deb
  lib32objc-4.7-dev_4.7.2-19_amd64.deb
  libx32objc-4.7-dev_4.7.2-19_amd64.deb
  libgo0_4.7.2-19_amd64.deb
  libgo0-dbg_4.7.2-19_amd64.deb
  lib32go0_4.7.2-19_amd64.deb
  lib32go0-dbg_4.7.2-19_amd64.deb
  libx32go0_4.7.2-19_amd64.deb
  libx32go0-dbg_4.7.2-19_amd64.deb
  gccgo-4.7_4.7.2-19_amd64.deb
  gccgo-4.7-multilib_4.7.2-19_amd64.deb
  g++-4.7-multilib_4.7.2-19_amd64.deb
  g++-4.7_4.7.2-19_amd64.deb
  lib32stdc++6-4.7-dev_4.7.2-19_amd64.deb
  lib32stdc++6-4.7-dbg_4.7.2-19_amd64.deb
  libx32stdc++6-4.7-dev_4.7.2-19_amd64.deb
  libx32stdc++6-4.7-dbg_4.7.2-19_amd64.deb
  libstdc++6-4.7-dev_4.7.2-19_amd64.deb
  libstdc++6-4.7-pic_4.7.2-19_amd64.deb
  libstdc++6-4.7-dbg_4.7.2-19_amd64.deb
  libgfortran-4.7-dev_4.7.2-19_amd64.deb
  lib32gfortran-4.7-dev_4.7.2-19_amd64.deb
  libx32gfortran-4.7-dev_4.7.2-19_amd64.deb
  gfortran-4.7-multilib_4.7.2-19_amd64.deb
  gfortran-4.7_4.7.2-19_amd64.deb
  gcc-4.7-multilib_4.7.2-19_amd64.deb
  gcc-4.7-plugin-dev_4.7.2-19_amd64.deb
  gcc-4.7_4.7.2-19_amd64.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1tvywe-0007pd...@franck.debian.org



Bug#659556: marked as done (gcc-4.6-hppa64: error trying to overwrite '/usr/lib/libiberty.a', which is also in package binutils-dev 2.22.5)

2013-01-17 Thread Debian Bug Tracking System
 and C compiler)
 gccgo-4.7  - GNU Go compiler
 gccgo-4.7-multilib - GNU Go compiler (multilib files)
 gfortran-4.7 - GNU Fortran compiler
 gfortran-4.7-multilib - GNU Fortran compiler (multilib files)
 gfortran-4.7-spu - SPU cross-compiler (Fortran compiler)
 gobjc++-4.7 - GNU Objective-C++ compiler
 gobjc++-4.7-multilib - GNU Objective-C++ compiler (multilib files)
 gobjc-4.7  - GNU Objective-C compiler
 gobjc-4.7-multilib - GNU Objective-C compiler (multilib files)
 lib32gcc-4.7-dev - GCC support library (32 bit development files)
 lib32gfortran-4.7-dev - Runtime library for GNU Fortran applications (32bit 
development f
 lib32go0   - Runtime library for GNU Go applications (32bit)
 lib32go0-dbg - Runtime library for GNU Go applications (32 bit debug symbols)
 lib32objc-4.7-dev - Runtime library for GNU Objective-C applications (32bit 
developme
 lib32stdc++6-4.7-dbg - GNU Standard C++ Library v3 (debugging files)
 lib32stdc++6-4.7-dev - GNU Standard C++ Library v3 (development files)
 lib64gcc-4.7-dev - GCC support library (64bit development files)
 lib64gfortran-4.7-dev - Runtime library for GNU Fortran applications (64bit 
development f
 lib64go0   - Runtime library for GNU Go applications (64bit)
 lib64go0-dbg - Runtime library for GNU Go applications (64bit debug symbols)
 lib64objc-4.7-dev - Runtime library for GNU Objective-C applications (64bit 
developme
 lib64stdc++6-4.7-dbg - GNU Standard C++ Library v3 (debugging files)
 lib64stdc++6-4.7-dev - GNU Standard C++ Library v3 (development files)
 libgcc-4.7-dev - GCC support library (development files)
 libgfortran-4.7-dev - Runtime library for GNU Fortran applications 
(development files)
 libgo0 - Runtime library for GNU Go applications
 libgo0-dbg - Runtime library for GNU Go applications (debug symbols)
 libmudflap0-4.7-dev - GCC mudflap support libraries (development files)
 libn32gcc-4.7-dev - GCC support library (n32 development files)
 libn32gfortran-4.7-dev - Runtime library for GNU Fortran applications (n32 
development fil
 libn32go0  - Runtime library for GNU Go applications (n32)
 libn32go0-dbg - Runtime library for GNU Go applications (n32 debug symbols)
 libn32objc-4.7-dev - Runtime library for GNU Objective-C applications (n32 
development
 libn32stdc++6-4.7-dbg - GNU Standard C++ Library v3 (debugging files)
 libn32stdc++6-4.7-dev - GNU Standard C++ Library v3 (development files)
 libobjc-4.7-dev - Runtime library for GNU Objective-C applications 
(development fil
 libstdc++6-4.7-dbg - GNU Standard C++ Library v3 (debugging files)
 libstdc++6-4.7-dev - GNU Standard C++ Library v3 (development files)
 libstdc++6-4.7-doc - GNU Standard C++ Library v3 (documentation files)
 libstdc++6-4.7-pic - GNU Standard C++ Library v3 (shared library subset kit)
 libx32gcc-4.7-dev - GCC support library (x32 development files)
 libx32gfortran-4.7-dev - Runtime library for GNU Fortran applications (x32 
development fil
 libx32go0  - Runtime library for GNU Go applications (x32)
 libx32go0-dbg - Runtime library for GNU Go applications (x32 debug symbols)
 libx32objc-4.7-dev - Runtime library for GNU Objective-C applications (x32 
development
 libx32stdc++6-4.7-dbg - GNU Standard C++ Library v3 (debugging files)
 libx32stdc++6-4.7-dev - GNU Standard C++ Library v3 (development files)
Closes: 659556
Changes: 
 gcc-4.7 (4.7.2-19) experimental; urgency=low
 .
   * Update to SVN 20130117 (r195280) from the gcc-4_7-branch.
 - Fix PR target/55974 (AVR), PR fortran/55072, PR fortran/55618,
   PR libstdc++/52887, PR fortran/55983.
 - Backport multiarch patches.
   * Update the Linaro support to the 4.7-2013.01 release.
 .
   * Don't call dh_shlibdeps for staged cross builds. These packages
 are never shipped, and the information is irrelevant.
   * Don't ship libiberty.a in gcc-4.7-hppa64. Closes: #659556.
   * Fix dependency on the non-default multilib libc-dev. LP: #1100894.
Checksums-Sha1: 
 8d780199915c1654b59e63947d628dffe4b88603 5853 gcc-4.7_4.7.2-19.dsc
 9a80f392a420bdb5d439212775eb41f1aa628a03 5055916 gcc-4.7_4.7.2-19.diff.gz
 a60efbb48a853ee4106459d65fff0fa8b2e8967c 68427040 
gcc-4.7-source_4.7.2-19_all.deb
 28eb8c075e780eb12ba878366f27e711ded3e10e 26449298 
libstdc++6-4.7-doc_4.7.2-19_all.deb
 657fee2bb039d58eed46d4663c8cb16199812bf6 2712204 
gcc-4.7-locales_4.7.2-19_all.deb
 6add370aad0bb85a866332722e15e27fdaac7aa2 147588 gcc-4.7-base_4.7.2-19_amd64.deb
 9d296903ba9f35798026d733cef3e34e73685e19 2464664 
libgcc-4.7-dev_4.7.2-19_amd64.deb
 bdbb70c094f9ce26f3da6a9739152e757108f367 2576086 
lib32gcc-4.7-dev_4.7.2-19_amd64.deb
 ef77e054fba61d677d3f1068270fbc717672bf6e 2392502 
libx32gcc-4.7-dev_4.7.2-19_amd64.deb
 29b5b1af51cf1a65c1352259592b2453de2601d4 5415974 cpp-4.7_4.7.2-19_amd64.deb
 3e47f7625dd5f9ea1f8bde0981377c0d31276e19 128206 
libmudflap0-4.7-dev_4.7.2-19_amd64.deb
 1d722ea8e6e2afff22c7f6cc0f16babe57ab13bd 870 
gobjc++-4.7-multilib_4.7.2-19_amd64.deb
 d303347a3f2d562fee16304719694da4748f0fc9 5727320 gobjc++-4.7_4.7.2

gcc-4.7_4.7.2-19_amd64.changes ACCEPTED into experimental

2013-01-17 Thread Debian FTP Masters
 for GNU Go applications (x32)
 libx32go0-dbg - Runtime library for GNU Go applications (x32 debug symbols)
 libx32objc-4.7-dev - Runtime library for GNU Objective-C applications (x32 
development
 libx32stdc++6-4.7-dbg - GNU Standard C++ Library v3 (debugging files)
 libx32stdc++6-4.7-dev - GNU Standard C++ Library v3 (development files)
Closes: 659556
Changes: 
 gcc-4.7 (4.7.2-19) experimental; urgency=low
 .
   * Update to SVN 20130117 (r195280) from the gcc-4_7-branch.
 - Fix PR target/55974 (AVR), PR fortran/55072, PR fortran/55618,
   PR libstdc++/52887, PR fortran/55983.
 - Backport multiarch patches.
   * Update the Linaro support to the 4.7-2013.01 release.
 .
   * Don't call dh_shlibdeps for staged cross builds. These packages
 are never shipped, and the information is irrelevant.
   * Don't ship libiberty.a in gcc-4.7-hppa64. Closes: #659556.
   * Fix dependency on the non-default multilib libc-dev. LP: #1100894.
Checksums-Sha1: 
 8d780199915c1654b59e63947d628dffe4b88603 5853 gcc-4.7_4.7.2-19.dsc
 9a80f392a420bdb5d439212775eb41f1aa628a03 5055916 gcc-4.7_4.7.2-19.diff.gz
 a60efbb48a853ee4106459d65fff0fa8b2e8967c 68427040 
gcc-4.7-source_4.7.2-19_all.deb
 28eb8c075e780eb12ba878366f27e711ded3e10e 26449298 
libstdc++6-4.7-doc_4.7.2-19_all.deb
 657fee2bb039d58eed46d4663c8cb16199812bf6 2712204 
gcc-4.7-locales_4.7.2-19_all.deb
 6add370aad0bb85a866332722e15e27fdaac7aa2 147588 gcc-4.7-base_4.7.2-19_amd64.deb
 9d296903ba9f35798026d733cef3e34e73685e19 2464664 
libgcc-4.7-dev_4.7.2-19_amd64.deb
 bdbb70c094f9ce26f3da6a9739152e757108f367 2576086 
lib32gcc-4.7-dev_4.7.2-19_amd64.deb
 ef77e054fba61d677d3f1068270fbc717672bf6e 2392502 
libx32gcc-4.7-dev_4.7.2-19_amd64.deb
 29b5b1af51cf1a65c1352259592b2453de2601d4 5415974 cpp-4.7_4.7.2-19_amd64.deb
 3e47f7625dd5f9ea1f8bde0981377c0d31276e19 128206 
libmudflap0-4.7-dev_4.7.2-19_amd64.deb
 1d722ea8e6e2afff22c7f6cc0f16babe57ab13bd 870 
gobjc++-4.7-multilib_4.7.2-19_amd64.deb
 d303347a3f2d562fee16304719694da4748f0fc9 5727320 gobjc++-4.7_4.7.2-19_amd64.deb
 88d6cc91bf48fcfecde7797706576c1cce42ae78 874 
gobjc-4.7-multilib_4.7.2-19_amd64.deb
 f8819b9361df33a2e7e54688660ff2d246b94e81 5269270 gobjc-4.7_4.7.2-19_amd64.deb
 b07a794374b2304546d7ca0ec2e37aaeef6df19e 717014 
libobjc-4.7-dev_4.7.2-19_amd64.deb
 98bff3fcbd269d2e640a895c43816f0bcba1e6c7 625874 
lib32objc-4.7-dev_4.7.2-19_amd64.deb
 db8bef20484427a1d0df35a2deba97a5db7a26e4 648364 
libx32objc-4.7-dev_4.7.2-19_amd64.deb
 9bb8e830a624446a41f909e25591a808d0caed4e 3268572 libgo0_4.7.2-19_amd64.deb
 2afa0b91e91d8fdd52bd89359d39d587ca3f8fcf 3643716 libgo0-dbg_4.7.2-19_amd64.deb
 1f17bcfafb0730f237c4ca434cbaf732f7cf9e37 3063040 lib32go0_4.7.2-19_amd64.deb
 3ed95fddfb365bd8c03bf1ea20ba1cce652dba48 2342336 
lib32go0-dbg_4.7.2-19_amd64.deb
 41119d1159857d08787c144392edfa22cadef9a6 3141564 libx32go0_4.7.2-19_amd64.deb
 ff8777da4fa00f283ba701bbdb72583c334e5049 3565496 
libx32go0-dbg_4.7.2-19_amd64.deb
 2ab8475046d4621fd14642203f6e5f41aa2d22eb 9946938 gccgo-4.7_4.7.2-19_amd64.deb
 d0fd5680fae3770a41732e0cede25c2e6bd79b52 8030194 
gccgo-4.7-multilib_4.7.2-19_amd64.deb
 cfe324ed60493abb53e089585fc51a3bd2206e7d 888 
g++-4.7-multilib_4.7.2-19_amd64.deb
 239c01cc9f273aabfa862b0d98fc9f751b0fa5e2 5877138 g++-4.7_4.7.2-19_amd64.deb
 8c0be34c92d9683f1cd9b1a7e5e65c92622679a7 1071526 
lib32stdc++6-4.7-dev_4.7.2-19_amd64.deb
 e376855d66788fb89a7bff131363076e7c767bbd 5352918 
lib32stdc++6-4.7-dbg_4.7.2-19_amd64.deb
 5b665e1bb0c15e503ae7b9184985f958f1180b51 1055074 
libx32stdc++6-4.7-dev_4.7.2-19_amd64.deb
 25ebbff1270f6a47a036268664bd15ca6ff776c1 5613464 
libx32stdc++6-4.7-dbg_4.7.2-19_amd64.deb
 1ebfc7101be38e9dc1be6761818a1503e7c004a0 1678104 
libstdc++6-4.7-dev_4.7.2-19_amd64.deb
 e47061b64ec7d30d5bc3b7fb0df56ce82c82c028 500670 
libstdc++6-4.7-pic_4.7.2-19_amd64.deb
 39236befd68098f13af4a31d23274e5dedcc09a0 5785468 
libstdc++6-4.7-dbg_4.7.2-19_amd64.deb
 fbdeba953bb1f0ad29ba31794b8d41aba29c7d33 438612 
libgfortran-4.7-dev_4.7.2-19_amd64.deb
 69bef824c9a7ca2ed2b8f4053ab17225a22b483a 399918 
lib32gfortran-4.7-dev_4.7.2-19_amd64.deb
 7d0e2e9052a3e6695d9bf569e97d76ea0df33191 426498 
libx32gfortran-4.7-dev_4.7.2-19_amd64.deb
 eedfef8fbec7cb8c5e9e6a5e5a58af44d0385136 874 
gfortran-4.7-multilib_4.7.2-19_amd64.deb
 a18f46dc44d799849cda71990d961ea1551eafdc 5737022 
gfortran-4.7_4.7.2-19_amd64.deb
 04a757fe4f3eeea6e40f6532300f0cbb70586aa0 894 
gcc-4.7-multilib_4.7.2-19_amd64.deb
 fb449e861317518c4dd3f479f1ee3043e48a2fbe 1046436 
gcc-4.7-plugin-dev_4.7.2-19_amd64.deb
 b370d24ed3e8d474b60b3445d563c25abb8d3120 5831314 gcc-4.7_4.7.2-19_amd64.deb
Checksums-Sha256: 
 68079ee2577752d9835d14b0d6385b40ed8e8240a3488e16b56beeefa3b20d1e 5853 
gcc-4.7_4.7.2-19.dsc
 e685f0455666f8b098208d7a4c9d4858e5fac31fa1f6e7e54ce838fcbc39ea29 5055916 
gcc-4.7_4.7.2-19.diff.gz
 2ceda451712bd5d7fd54b05db857611d3a2a290683496d2ea2d832f70cf427f4 68427040 
gcc-4.7-source_4.7.2-19_all.deb
 993c32bdb15584f929a58292c426254e522d3d43d7e77114c2ac5601076a2f64 26449298 
libstdc