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

Bug#638712: binNMUs for packages exporting (rest|save)(32|64\|)(fpr|gpr) symbols



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: binnmu

It was noticed in bug #638271 that some powerpc binaries would lead to
unusable compilation results. The reason for that was that they export symbols
that match the expression .*(rest|save)(32|64\|)(fpr|gpr).* and therefore
would force the dynamic linker to make wrong decisions and crash before the
actual program was started. This was fixed a long time ago in the gcc
libraries http://gcc.gnu.org/ml/gcc-patches/2008-10/msg00264.html , but some
packages weren't recompiled since that time.

I mirrored the powerpc archive

# debmirror /home/gnos/mirror --progress --nosource --root=/debian/ \
  --dist=sid --section=main,contrib,non-free --method=ftp --arch=powerpc \
  --passive  --getcontents

And then did a fast grep search for strings containing the malicious names

# mkdir -p /home/gnos/powerpc/torebuild
# for i in `find /home/gnos/mirror -name "*.deb"`; do
#  dpkg -x "$i" /home/gnos/powerpc/tmp/
#  tar c /home/gnos/powerpc/tmp \
#  |grep -c '\(rest\|save\)\(32\|64\|\)\(fpr\|gpr\)' \
#  && mv "$i" /home/gnos/powerpc/torebuild
#  rm  -rf /home/gnos/powerpc/tmp/
#  rm -f "$i"
# done

This reduced the search space from ~41GB to 1,7GB. The list of files is
attached.

Then I used objdump on each file in an archive to test if there is really a
symbol exported with that name.

# mkdir -p /home/gnos/powerpc/tobinmu
# for i in `find /home/gnos/powerpc/torebuild -name "*.deb"`; do
# dpkg -x "$i" /home/gnos/powerpc/tmp/
#  for f in `find /home/gnos/powerpc/tmp/ -type f`; do
#   objdump  -tT "$f" |grep -v '\*UND\*' \
#   |grep -c '\(rest\|save\)\(32\|64\|\)\(fpr\|gpr\)' \
#   && mv "$i" /home/gnos/powerpc/tobinmu && break
#  done 
#  rm  -rf /home/gnos/powerpc/tmp/
# done

*-dbg_* were manually removed. The "binmu_filtered" packages are attached.
They are also an extreme big list... but it is also a quite ugly problem.

So I created the nmu list with a small script:

# rm -f /home/gnos/powerpc/tobinmu/*-dbg_*.deb
# for i in `find /home/gnos/powerpc/tobinmu -name "*.deb"`; do
#  source="$(dpkg -I "$i" |grep '^ Source: '|awk '{ print $2}')"
#  if [ -z "${source}" ]; then
#   source="$(dpkg -I "$i" |grep '^ Package: '|awk '{ print $2}')"
#  fi
#  version="$(dpkg -I "$i" |grep '^ Version: '|awk '{ print $2}')"
#  echo "   nmu ${source}_${version} . ALL . "\
#       "-m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'"
# done

I am not sure about the "Package" hack to get the "source" package. Maybe
there is a better way to do it. Nevertheless, here is the result:

   nmu fapg_0.41-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu iselect_1.3.1-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu slpvm_0.1.5-12 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu turqstat_3.0-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu ruli_0.33-1.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu nstreams_1.0.3-2+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu tclreadline_2.1.0-10 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gpx2shp_0.69-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libbind_6.0-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu ucl_1.03-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu wmcoincoin_2.5.1e-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu sane-frontends_1.0.14-9 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu matrixssl_1.8.8-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gmemusage_0.2-11 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu pspresent_1.3-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu slxfig_0.2.0~.35-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu ibp_0.21-7 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu wine-unstable_1.1.29-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu wmressel_0.8-5 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu aee_2.2.15b-3.2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libss7_1.0.2-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu tuxpaint-config_0.0.12-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu sniffit_0.3.7.beta-15 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu sdlpango_0.1.2-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xbattle_5.4.1-15 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu mpich_1.2.7-9.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu mpich_1.2.7-9.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu rbootd_2.0-10 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu multisync0.90_0.92.0~svn355-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libonig_5.9.1-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu hildon-theme-tools_0.5.2.debian.1-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu hfsplus_1.0.4-12 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu aprsd_1:2.2.5-13-5.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu pms_0.41-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libvisca_1.0.1-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libticonv_1.1.0-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xblast-tnt_2.10.4-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu meschach_1.2b-13 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu zipios++_0.1.5.9+cvs.2007.04.28-5 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu lua40_4.0-13 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu box2d_2.0.1+dfsg1-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gpe-watch_0.11-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu cvstrac_2.0.1-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu extace_1.9.9-6 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu atlas-cpp_0.6.1-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xteddy_2.2-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libsrs2_1.0.18-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu mini18n_0.1-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu wmdate_0.7-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu slgsl_0.7.0-5 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu wmbattery_2.40 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gsoko_0.4.2-gpe6-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu fgarch_2110.80-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libm4ri_0.0.20080521-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu koules_1.4-18 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu ussp-push_0.11-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu mpich_1.2.7-9.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu tre_0.8.0-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu realtimebattle_1.0.8-10 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu pclock_0.13.1-6 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu ipfm_0.11.5-4.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu log4cpp_1.0-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xpuzzles_7.5-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu wmcalclock_1.25-15 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu dvbtune_0.5-12 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu sdl-ttf2.0_2.0.9-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu socks4-server_4.3.beta2-16 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libintl-gettext-ruby_0.11-11 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu ggz-sdl-games_0.0.14.1-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libxalan2-java_2.7.1-5 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu fnonlinear_2100.76-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libpqxx_2.6.9-9 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu ipvsadm_1:1.25.clean-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu symmetrica_2.0-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu tse3_0.3.1-4.2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libpcapnav_0.8-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu glame_2.0.1-5 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gngb_20060309-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu playmidi_2.4debian-9.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu aylet_0.5-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu p0f_2.0.8-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu grun_0.9.3-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libserialport-ruby_0.7.0-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu netkit-telnet_0.17-36 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu poster_1:20050907-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu ncurses-hexedit_0.9.7-14 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu wmclockmon_0.8.1-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu sidplay-libs_2.1.1-8 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu openexr_1.6.1-4.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu dime_0.20030921-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu zsafe_2.1.3-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gkrellshoot_0.4.4-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu ladr_0.0.200902a-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gnomeradio_1.8-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu pornview_0.2pre1-11 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xdelta_1.1.3-9 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu francine_0.99.8orig-6 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gniall_0.7.1-7 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gav_0.9.0-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu greed_3.4-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu blockade_20041028-9 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu amiga-fdisk_0.04-14 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu spacearyarya_1.0.2-7 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libgnomeuimm2.6_2.28.0-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xdb_1.2.0-7.2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xfreecd_0.9.0.1-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu engauge-digitizer_4.1-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu design_2.3-0-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xoids_1.5-18 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu webxml_1.12-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu proj_4.7.0-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu dictconv_0.2-7 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu librpcsecgss_0.19-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu readseq_1-8 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libsdl-console_1.3-5 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gkrellm-volume_2.1.13-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu screentest_2.0-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gpe-tetris_0.6.4-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gnuradio_3.2.2.dfsg-1+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu qscintilla_1.7.1-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu mercator_0.2.7-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu madbomber_0.2.5-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu kanjipad_2.0.0-6 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu mgt_2.31-6 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu aewm_1.3.12-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu cbflib_0.7.9.1-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libosso_2.16.debian.1-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu osdclock_0.5-23 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libqt-perl_3.008-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu fuse-umfuse-iso9660_0.2b-1+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gkrellweather_2.0.8-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xchat-xsys_2.2.0-2+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu linamc_2.0rc5-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu t1lib_5.1.2-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libavc1394_0.5.3-1+b2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu aconnectgui_0.9.0rc2-1-9 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gtktrain_0.9b-13 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu udns_0.0.9-3+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu fusesmb_0.8.7-1.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu jvim_3.0-2.1b-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gnuradio_3.2.2.dfsg-1+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu postal_0.70 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu attal_1.0~rc2-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu yersinia_0.7.1-1.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu aylet_0.5-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu simpledb_1.5-1.4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libcgic_2.05-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xbindkeys-config_0.1.3-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu tdfsb_0.0.10-1.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu pfstmo_1.4-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu tkpng_0.9-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu fyre_1.0.1-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu vala-terminal_1.2-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu jzip_210r20001005d-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xclip_0.12-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu away_0.9.5-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu penguin-command_1.6.11-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu euler_1.61.0-8 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu g3dviewer_0.2.99.5~svn130-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libcdio_0.81-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu quick-lounge-applet_2.13.2-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu tuxcmd-modules_0.6.70+ds-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libmcal_0.6-17 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libdumb_1:0.9.3-5.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libapache2-mod-auth-pam_1.1.1-8 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu wine-unstable_1.1.29-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gsmlib_1.10-13 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu lesstif2_1:0.95.2-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu kinput2_3.1-10.2+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu coldfire_0.2.2-2.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu kphone_1:4.2-6 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu yorick-ml4_0.6.0-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu nec_2-16 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu umview_0.6-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu kmflcomp_0.9.8-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gpmudmon-applet_0.4.4-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu dsyslog_0.6.0+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libnbio_0.30-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gkremldk_0.9.7-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu supertransball2_1.5-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu cunit_2.1-0.dfsg-9 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gnushogi_1.3.2-7 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu silgraphite2.0_1:2.3.1-0.2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libcli_1.9.1~20080302-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu bulletml_0.0.6-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu ri-li_2.0.1-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gexec_0.4-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu ax25spyd_0.23-8 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu slsqlite_0.4.0-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu frotz_2.43-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libgconf-bridge_0.1-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu proj_4.7.0-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu bugsx_1.08-12 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu posixlock_0.0.1-1.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu fso-gsm0710muxd_0.9.3.1-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu abinit_5.3.4.dfsg-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu procinfo_1:2.0.304-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libapache2-mod-encoding_20040616-5 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu ledcontrol_0.5.2-11.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu debian-installer-netboot-images_20110106.squeeze1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu softgun_0.18-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu osptoolkit_3.4.2-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libopensync-plugin-python_0.22-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu srcinst_0.8.10 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gnome-vfsmm2.6_2.26.0-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu stereograph_0.30a-6 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu kcheckers_0.8.1-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu pppstatus_0.4.2-10 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libglademm2.4_2.6.7-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu tktreectrl_2.2.8-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libnet_1.1.4-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xfs_1:1.0.8-6 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xinv3d_1.3.6-6 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu mikmod_3.2.1-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gnuradio_3.2.2.dfsg-1+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xtux_0.2.030306-12 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu adns_1.4-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu clips_6.24-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu array-info_0.15-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu hfsplus_1.0.4-12 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu meritous_1.2+dfsg-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu bvi_1.3.2-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gnudoq_0.94-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu wine-unstable_1.1.29-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu g15mpd_1.2svn.0.svn319-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu powerman_2.3.5-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libhildonmime_2.1.2.debian.1-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu r-cran-haplo.stats_1.4.4-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu mah-jong_1.10-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu asmix_1.5-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu hwinfo_16.0-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu ample_0.5.7-6 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu ttt_1.7-3.2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu wmforkplop_0.9.3-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu dmapi_2.2.10-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu wmmatrix_0.2-12 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu robotfindskitten_1.7320508.406-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu basilisk2_0.9.20070407-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libmusicbrainz3_3.0.2-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu openvas-client_2.0.5-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu vorbisgain_0.36-3.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu rxvt_1:2.6.4-14 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu osdsh_0.7.0-10 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gtans_1.99.0-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libopensync-plugin-palm_0.22-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu ax25-tools_0.0.8-13.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu tdom_0.8.3~20080525-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gnushogi_1.3.2-7 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gpe-timesheet_0.32-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu simplelist_0.3.4-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libid3tag_0.15.1b-10 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu nxcl_0.9-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gmotionlive_1.0-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gcpegg_5.1-10 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu wmdrawer_0.10.5-1.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu fookb_3.0-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu suphp_0.7.1-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu wmbiff_0.4.27-2.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu g15composer_3.2-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu blt_2.4z-4.2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu tuxpaint_1:0.9.21-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu tcl8.4_8.4.19-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu snacc_1.3bbn-10 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gnuchess_5.07-7 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu sanduhr_1.93-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu stax_1.0-13 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu dsyslog_0.6.0+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu polymer_0.3.2-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu pidgin-festival_2.4-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu stalonetray_0.8.0-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libapache-mod-layout_5.1-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu irssi-plugin-otr_0.3-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libcdio_0.81-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu wmaloader_0.1-5 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu slmon_0.5.13-2.2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu ttfm_0.1-1.2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libopensync-plugin-gnokii_0.22-1+b2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu wayv_0.3-5 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu pacman4console_1.2-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gringotts_1.2.10~pre3-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu speex_1.2~rc1-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu labrea_2.5-stable-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu linux-2.6_3.0.0-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu lasi_1.1.0-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu ubuntulooks_0.9.12-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu bc_1.06.95-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu unalz_0.65-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libmoe_1.5.8-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu colrconv_0.99.3-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu wmifs_1.3b1-20 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gnomekiss_2.0-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu qgfe_1.0-1.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu ggz-txt-client_0.0.14.1-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu uclmmbase_1.2.16.0-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu nmzmail_1.1-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu cdde_0.3.1-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu nitpic_0.1-11.2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libident_0.22-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu lmarbles_1.0.7-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu wmail_2.0-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gfccore_2.3.1-7 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu e2ps_4.34-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libxalan2-java_2.7.1-5 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu tree-puzzle_5.2-6 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu ygl_4.2e-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu sigx_2.0.2-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu zaz_0.2.9+dfsg1-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu sdl-net1.2_1.2.7-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu duma_2.5.15-1.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu biblememorizer_0.6.4-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu lwatch_0.5-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu umview_0.6-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gamazons_0.83-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu fstrcmp_0.3.D001-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu r-cran-nnet_7.3-1-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu mdm_0.1.3-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu netkit-ntalk_0.17-14+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu transcalc_0.14-5 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu sntop_1.4.3-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu tome_2.3.5-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu pegsolitaire_0.0.4-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libiksemel_1.2-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu mined_2000.15.4-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu quelcom_0.4.0-12 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu lgeneral_1.1.1-5 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gtkterm_0.99.5-1+b2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu linux-2.6_3.0.0-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xmille_2.0-13 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libspf_0.999-1.0.0-p3.dfsg-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gtrayicon_1.1-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xpenguins_2.2-7 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu root-tail_1.2-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu grabc_1.1-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu tatan_1.0.dfsg1-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libfusefs-ruby_0.6.0-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libgii_1:1.0.2-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu openexr_1.6.1-4.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu achilles_2-8 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu paprefs_0.9.9-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu tamil-gtk2im_2.2-4.4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu notebook_0.2rel-2.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu grpn_1.1.2-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu udftools_1.0.0b3-14 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu juman_5.1-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libhildonmime_2.1.2.debian.1-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu 9wm_1.2-9 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libevent_1.4.13-stable-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu btnx_0.4.11-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gmysqlcc_0.3.0-2+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu hwinfo_16.0-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu sispmctl_2.7-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu mpeg2dec_0.4.1-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu geg_1.0.2-6+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libapache-mod-random_2.1-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu smpeg_0.4.5+cvs20030824-2.2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gl-117_1.3.2-2.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu scilab-scimax_2.1.1-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libapache-mod-evasive_1.10.1-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gfm_1.03-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu lensfun_0.2.4-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu wmnet_1.05-17 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu lua40_4.0-13 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gpe-confd_0.16-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu pfqueue_0.5.6-8 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gclcvs_2.7.0-101 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu mod-mime-xattr_0.4-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu madwimax_0.1.1-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu lnpd_0.9.0-7 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu utalk_1.0.1.beta-7 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu smbc_1.2.2-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu nzb_0.1.9-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libkmfl_0.9.8-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu irssi-plugin-otr_0.3-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu autofs_4.1.4+debian-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libopensync-plugin-google-calendar_0.22-7 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu seccure_0.3-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu openwince-jtag_0.5.1-6 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu kinput2_3.1-10.2+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu ldapdns_2.06-3.4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu omega-rpg_1:0.90-pa9-15 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libshadow-ruby_1.4.1-8 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu muddleftpd_1.3.13.1-4.2+b2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu magicrescue_1.1.8-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gnuradio_3.2.2.dfsg-1+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu tex-guy_1.3.2-6.1+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu dxpc_3.9.2-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu black-box_1.4.8-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libdockapp_1:0.5.0-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu tclvfs_1.3-20080503-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu evilwm_1.0.0-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu projectl_1.001.dfsg1-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu edbrowse_3.4.1-1+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libibtk_0.0.14-12 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libwrap-ruby_0.6-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gsmc_1.1-1.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu galib_2.4.7-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu coolmail_1.3-11 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu nget_0.27.1-11 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu vectoroids_1.1.0-10 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libapache2-mod-macro_1.1.4-3.2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libshout_2.2.2-5+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu polyml_5.2.1-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xkbset_0.5-5.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu bibcursed_2.0.0-6 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu esvn_0.6.12+1-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu flint_1.011-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu teem_1.10.0.dfsg1-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gtk-nodoka-engine_0.7.0-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu r-noncran-lindsey_1.0.20071024-1.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu pacman_10-17 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xzip_1:1.8.2-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu tclgeoip_0.2-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu yardradius_1.1.2-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu rxvt_1:2.6.4-14 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu fsvs_1.1.17-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu bwm-ng_0.6-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xpenguins-applet_2.1.1-8 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu mpage_2.5.6-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu mcrypt_2.6.8-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gpe-othello_0.2-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gbemol_0.3.2-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gnuradio_3.2.2.dfsg-1+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu googlizer_0.3-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu bbmail_0.8.3-6 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu fuse-umfuse-ext2_0.3-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu kwstyle_1.0.0+cvs20090716-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu mp3c_0.29-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu torus-trooper_0.22.dfsg1-6 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu mod-ruby_1.2.6-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu langdrill_0.3-7 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu groundhog_1.4-9 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libdjconsole_0.1.3-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu ax25-tools_0.0.8-13.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu easyspice_0.6.8-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libcdio_0.81-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu rlog_1.4-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu zerofree_1.0.1-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu wine-unstable_1.1.29-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu clips_6.24-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libpam-radius-auth_1.3.16-4.4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu pixelize_1.0.0-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu uqm_0.6.2.dfsg-9 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libnora-ruby_1:0.0.20041021-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xgalaga_2.1.1.0-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu rlplot_1.4-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libcdio_0.81-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xplot-xplot.org_0.90.7.1-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu iec16022_0.2.4-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gconjugue_0.7.2-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xmlrpc-epi_0.54-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu wv2_0.4.2.dfsg.1-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu ssh-askpass-fullscreen_0.3-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu fish_1.23.1-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu nrss_0.3.9-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu wmcdplay_1.0beta1-10 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libreplaygain_1.0~r447-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu pouetchess_0.2.0-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gpe-todo_0.58-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu icon-slicer_0.3-5 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu uudeview_0.5.20-3.2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu ggz-utils_0.0.14.1-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libstroke_0.5.1-6 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gimp-dcraw_1.31-1.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gnuradio_3.2.2.dfsg-1+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xskat_4.0-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu eris_1.3.14-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gtkballs_3.1.5-9 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu tex-guy_1.3.2-6.1+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu mrwtoppm_0.1.1-2.2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libggi_1:2.2.2-5 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libgetopt++_0.0.2-p22-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu nwall_1.32+debian-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu sffview_0.4-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu ustr_1.0.4-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu mod-spamhaus_0.7-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu nethogs_0.7.0-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu qbrew_0.4.1-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu statserial_1.1-22 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu pvrg-jpeg_1.2.1+dfsg1-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu aewm++_1.1.2-5 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu vdkbuilder2_2.4.0-4.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu vco-plugins_0.3.0-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libiec61883_1.2.0-0.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu opencore-amr_0.1.2-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xcalib_0.8.dfsg1-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu yeahconsole_0.3.4-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu hoz_1.65-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu pinfo_0.6.9-5 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xcal_4.1-19 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu mp3splt_2.2.5-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu glotski_0.2-7 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu evolvotron_0.6.1-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu dvdbackup_0.4.1-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu socks4-server_4.3.beta2-16 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu tre_0.8.0-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gkrellkam_2.0.0-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libnsbmp_0.0.1-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu e2tools_0.0.16-6 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gpe-julia_0.0.6-6 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu bluemon_1.4-6 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu tcd-utils_20061127-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xzoom_0.3-23 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu siproxd_1:0.7.2-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libapache2-mod-rpaf_0.5-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libopensync-plugin-sunbird_0.22-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libax25_0.0.11-6.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu linux-2.6_3.0.0-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu mensis_0.0.080507-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gunroar_0.15.dfsg1-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu ghemical_2.99.2-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu btscanner_2.1-5 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gpcl_2.32-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu vtwm_5.4.7-2.2+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu tex-guy_1.3.2-6.1+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu wmlongrun_0.3.0-pre1-4.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gtweakui_0.4.0-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gnome-inm-forecast_0.6.1-1.2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu firedns_0.9.12+dfsg-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gpiv_0.6.1-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gluas_0.1.20-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libavl_0.3.5-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu rep-gtk_1:0.90.0-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu wfmath_0.3.9-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu regexxer_0.9-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu socks4-server_4.3.beta2-16 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gpesyncd_2.0-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu sdl-ball_1.01-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu arb_0.0.20071207.1-7 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xcdroast_0.98+0alpha16-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu scim-hangul_0.3.2-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu fftw3_3.2.2-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu docker_1.4-5 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu ulogd_1.24-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xpuzzles_7.5-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu wmrack_1.4-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu ifstat_1.1-8 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu zeroc-icee_1.2.0-6 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gpe-question_0.04-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xwelltris_1.0.1-14 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu smpeg_0.4.5+cvs20030824-2.2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu glui_2.36-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu openvpn-auth-ldap_2.0.3-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu trackballs_1.1.4-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu docbook-xsl-saxon_1.00.dfsg.1-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu titanion_0.3.dfsg1-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu larswm_7.5.3-6 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu ethstatus_0.4.3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu ladr_0.0.200902a-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xfingerd_0.6-5.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gsmlib_1.10-13 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu lostirc_0.4.6-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu obconf_2.0.3-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu extcalc_0.9.2-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu ucblogo_5.5-2.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu firedns_0.9.12+dfsg-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu getstream_20081204-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu yudit_2.8.1-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xsok_1.02-17 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gdpc_2.2.5-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu kobodeluxe_0.5.1-5 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu eglibc_2.13-16 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu stroq_0.2-7 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gnuradio_3.2.2.dfsg-1+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xml2_0.4-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu poc-streamer_0.4.2-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu pgtcl_1:1.5-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu ketm_0.0.6-22 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu hfsutils_3.2.6-11 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu zh-autoconvert_0.3.16-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gnuradio_3.2.2.dfsg-1+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu wmcpu_1.4-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu bloboats_1.0.1.dsfg-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libopensync-plugin-irmc_0.22-3.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libcorelinux_0.4.32-7.3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu doscan_0.3.1-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu tinyirc_1:1.1.dfsg.1-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu mpeg2dec_0.4.1-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu clex_3.15-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu anypaper_1.4-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xeji_1.2-14 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libghemical_2.99.1-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gambc_4.2.8-1.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu varconf_0.6.6-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu slrnface_2.1.1-6 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gtkperf_0.40+ds-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu langscan_1.2+cvs20070125-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu bbpager_0.4.7-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gnuradio_3.2.2.dfsg-1+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu farma_2100.76-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu tclex_1.2a1-15 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu ssh-askpass_1:1.2.4.1-9 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libspe2_2.2.80-95-3.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu vobcopy_1.1.0-1+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu inspircd_1.1.22+dfsg-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libquantum_1.1.0-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu sigma-align_1.1.3-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu lightspeed_1.2a-7 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu sjeng_11.2-8 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu chemtool_1.6.12-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu qucs_0.0.15-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libtrain_0.9b-11 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu cam_1.05-8 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu pidgin-nateon_0.0.0.svn143-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu rubrica_2.0-1.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu dv4l_1.0-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libwfut_0.2.1-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu eboard_1.1.1-4.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libgnomecups_0.2.3-3+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu lv_4.51-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu wing_0.7-27.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu plotdrop_0.5.2-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu ratpoison_1.4.5-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu lttoolbox_3.1.0-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libtcd_2.2.2-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gsm0710muxd_1.13-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu sidplay-base_1.0.9-6 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libircclient_1.3+dfsg1-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu dime_0.20030921-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu val-and-rick_0.1a.dfsg1-2+b2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xdelta_1.1.3-9 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu convlit_1.8-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu iripdb_0.1.3b-1.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gcolor2_0.4-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gjiten_2.6-2.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libgpepimc_0.9-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libsigc++-1.2_1.2.7-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libvorbisfile-ruby_0.2-8.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu osspsa_1.2.6-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu fair_0.5.1-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu qtnx_0.9-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu linux-2.6_3.0.0-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu packit_1.0-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu nxproxy_3.2.0-1-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu argus-client_2.0.6.fixes.1-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu trickle_1.07-9 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gimp-texturize_2.0-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu units_1.87-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu fstrcmp_0.3.D001-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gnuradio_3.2.2.dfsg-1+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu moon-lander_1:1.0-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu wmfrog_0.2.0-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu liblip_2.0.0-1.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gnome-color-chooser_0.2.5-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gkrellm-thinkbat_0.2.2-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gconfmm2.6_2.28.0-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gnuradio_3.2.2.dfsg-1+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu cryptkeeper_0.9.4-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu skinedit_1.27-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu crack-attack_1.1.14-9 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu stormbaancoureur_2.1.6-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu qtemu_1.0.5-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libapache2-mod-auth-plain_2.0.50 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu dotconf_1.0.13-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu wmppp.app_1.3.0-8 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu lesstif2_1:0.95.2-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu asmail_2.1-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu jpilot-backup_0.60-3+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu wine-unstable_1.1.29-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libstatgrab_0.16-0.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu vifm_0.4-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu s51dude_0.2.0-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu rzip_2.1-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gnuradio_3.2.2.dfsg-1+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu pixmap_2.6pl4-18 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu vcdimager_0.7.23-4+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu bsdgames-nonfree_2.17-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libmmap-ruby_0.2.6-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gpe-go_0.05-5 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu colrdx_1.02-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu vcdimager_0.7.23-4+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu sidplay-libs_2.1.1-8 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xsel_1.2.0-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu amtterm_1.2-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu bmon_2.0.1-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu cdecl_2.5-11 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu g3data_1:1.5.3-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu brutalchess_0.5.2+dfsg-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu wmcpuload_1.0.1-3.2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu devilspie_0.22-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu netpanzer_0.8.2-2+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu autofs_4.1.4+debian-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu simulavr_0.1.2.2-6.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gftp_2.0.19-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gkrellm-radio_2.0.4-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu tableau-parm_0.2.0-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu shhmsg_1.4.1-4.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu overgod_1.0-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu liborigin_20080225-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu devtodo_0.1.20-5 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu siggen_2.3.10-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu scottfree_1.14-9 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu varmon_1.2.1-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu wmifinfo_0.09-5 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu dancer-xml_0.8.2.1-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xoo_0.8-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libbtparse_0.34-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gtypist_2.8.3-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu liblastfm_0.4.0~git20090710-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libprinterconf_0.5-11 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gwaterfall_0.1-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu cal3d_0.11.0-4+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu vodovod_1.10-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu quicksynergy_0.9-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu asylum_0.3.2-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gemdropx_0.9-5 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu wine-unstable_1.1.29-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu sortmail_1:2.4-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu linux-2.6_3.0.0-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu vrb_0.5.1-5 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gimp-dimage-color_1.1.0-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu latencytop_0.5 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu laby_0.5.5-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xkeycaps_2.47-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu transfermii_1:0.6.1-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu dancer-xml_0.8.2.1-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu acfax_981011-14.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libbitmask_2.0-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu dhcpdump_1.8-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu ghdl_0.29+gcc4.3.4+dfsg-1+b2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu multimon_1.0-5 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu fftw_2.1.3-22 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xmacro_0.3pre-20000911-4.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu wmtime_1.0b2-10 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu vlock_2.2.2-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libmemcache_1.4.0.rc2-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu yiyantang_0.7.0-3.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu pmidi_1.6.0-5 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gpe-edit_0.41-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu peg-e_1.1.0-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xfrisk_1.2-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu flpsed_0.5.2-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu wmdiskmon_0.0.2-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu cbflib_0.7.9.1-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu hama-slide-mouse-control_1.0-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libosip2_3.3.0-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu tzc_2.6.15-5.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu tcm_2.20+TSQD-4.2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu polyml_5.2.1-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu wmweather+_2.11-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu grdesktop_0.23+d040330-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu treil_1.8-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu cmph_0.9-1+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu stymulator_0.21a~dfsg-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libevocosm_3.1.0-3.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xvkbd_3.0-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gnuradio_3.2.2.dfsg-1+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu fweb_1.62-11 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu lsdvd_0.16-3+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libpcl1_1.6-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu cbmplugs_1.2.2-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu pcaputils_0.8-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu thoggen_0.7.1-1+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu screen_4.0.3-14 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu ladr_0.0.200902a-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libranlip_1.0-4.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu zh-autoconvert_0.3.16-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu splay_0.9.5.2-11 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libopensync-plugin-kdepim_0.22-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu tapecalc_20070214-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libmpeg3_1.5.4-5 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu wmhdplop_0.9.9-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu metalink_0.3.6-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu mrwtoppm_0.1.1-2.2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu psicode_3.4.0-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu slexpat_0.5.0-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xdg-user-dirs-gtk_0.8-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu scrotwm_0.9.20-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu snacc_1.3bbn-10 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu ng_1.5~beta1-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xbattbar_1.4.3-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu bb_1.3rc1-8 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu boolstuff_0.1.12-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu uudeview_0.5.20-3.2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu mozzemberek_0.1.5-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu shapelib_1.2.10-5 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu dd2_0.2.2-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu glam2_1064-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu funguloids_1.06-8+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu latrine_0.10.2-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libvc_003.dfsg.1-12 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu brandy_1.20~pre5-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gnuradio_3.2.2.dfsg-1+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu fookb_3.0-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu binutils_2.21.53.20110805-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu wine-unstable_1.1.29-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu pgagent_3.0.1-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu treil_1.8-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu efte_1.1-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu mp3info_0.8.5a-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xchat-systray_2.4.5-7 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu lp-solve_5.5.0.13-7 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gpe-soundserver_0.4-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libcoyotl_3.1.0-4.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu wyrd_1.4.4-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xrestop_0.4-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu kinput2_3.1-10.2+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu pavumeter_0.9.3-1+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu ibod_1.5.0-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu geki3_1.0.3-7 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xicc_0.2-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xtron_1.1a-14 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libprinterconf_0.5-11 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu tex-guy_1.3.2-6.1+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu qca_1.0-9 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gpivtools_0.6.0-1+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libapache2-mod-auth-pgsql_2.0.3-5 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu zziplib_0.13.56-1+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu sidplay-libs_2.1.1-8 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu multiget_1.2.0-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu komi_1.04-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu pkcs11-dump_0.3.2-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gtkpool_0.5.0-9 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu ascd_0.13.2-5 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gtodo_0.16.0~rc2-1.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu fasianoptions_2100.76-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libexosip2_3.3.0-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu wmtv_0.6.5-16 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu ggz-gtk-games_0.0.14.1-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu cellwriter_1.3.4-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu wmpinboard_1.0-11 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu cramfs_1.1-6 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libcdio_0.81-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu osptoolkit_3.4.2-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu faketime_0.8-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libmpeg3_1.5.4-5 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu pam-tmpdir_0.08-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu wine-unstable_1.1.29-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu mimelib1_5:1.1.4-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gspot_0.1.5-1.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu sl_3.03-16 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu grub2_1.99-11 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu dfu-programmer_0.5.1-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libydpdict_1.0.2-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gpa_0.9.0-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu defendguin_0.0.12-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libmimedir_0.5.1-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu briquolo_0.5.7-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu nxcl_0.9-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu eruby_1.0.5-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gkrellmoon_0.6-5 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu djtools_1.2.6 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu teatime_2.8.0-6 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu wmtictactoe_1.1-7 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu fuse-umfuse-ext2_0.3-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu eruby_1.0.5-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gnushogi_1.3.2-7 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu ots_0.5.0-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu aewm++-goodies_1.0-9 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu petris_1.0.1-8 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu icon_9.4.3-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu aprsdigi_2.4.4-3.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libapache2-mod-auth-pam_1.1.1-8 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu wmix_3.1-5 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu uudeview_0.5.20-3.2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gnuradio_3.2.2.dfsg-1+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu apmd_3.2.2-14+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu qfreefax_0.1-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu wine-unstable_1.1.29-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu mixer.app_1.8.0-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gravitywars_1.102-32 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu preload_0.6.4-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu qca-tls_1.0-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu trend_1.2-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu dirdiff_2.1-5 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu lletters_0.1.95+gtk2-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu cmph_0.9-1+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libcroco_0.6.2-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu dvbackup_0.0.4rj1-6.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libbz2-ruby_0.2.2-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu wine-unstable_1.1.29-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gozer_0.7.nofont.1-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libapache-mod-removeip_1.0b-5 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu rat_4.2.22-2.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu granule_1.3.0-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu rxvt-beta_2.7.10-6 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu qmk-groundstation_1.0.1-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu sage_0.2.0-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu pavucontrol_0.9.9-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu knockd_0.5-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libsdl-sge_030809dfsg-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu edac-utils_0.16-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu parsec47_0.2.dfsg1-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xmotd_1.17.3b-5 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu mboxgrep_0.7.9-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu elvis-tiny_1.4-22 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xdu_3.0-17 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu ldap2dns_0.3.1-3+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gxmessage_2.12.4-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu bcron_0.09-11 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu tumiki-fighters_0.2.dfsg1-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libapache2-mod-authz-unixgroup_1.0.2-1+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu esdl_1.0.1-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu remake_3.81+dbg0.2~dfsg.1-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu pam-shield_0.9.2-3.2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libiksemel_1.2-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu radiusclient_0.3.2-13 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu vamps_0.99.2-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu berusky_1.1-6 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu tex-guy_1.3.2-6.1+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu fbpager_0.1.5~git20090221.1.8e0927e6-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gnuit_4.9.5-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu battleball_2.0-17 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu netdiscover_0.3beta6+20080409-5 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu grandr_0.1+git20080326-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libspf_0.999-1.0.0-p3.dfsg-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu apmd_3.2.2-14+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu wmctrl_1.07-6 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu shhopt_1.1.7-2.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gnuradio_3.2.2.dfsg-1+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu lomoco_1.0beta1+1.0-5 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gnuradio_3.2.2.dfsg-1+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu debsig-verify_0.7 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gopher_3.0.13 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu qwo_0.5-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu plan_1.10.1-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu node_0.3.2-7.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu tcptraceroute_1.5beta7+debian-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xalan_1.10-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu slhist_0.3.2a-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gringotts_1.2.10~pre3-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xjump_2.7.5-6 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gnuradio_3.2.2.dfsg-1+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu netmaze_0.81+jpg0.82-14 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu wmmemload_0.1.6-6 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu enemylines7_0.6-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libopenobex_1.5-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gman_0.9.3-5.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu eglibc_2.13-16 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gkrellmwireless_2.0.3-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libkakasi-ruby_2002.09.28-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu wine-unstable_1.1.29-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu doxymacs_1.8.0-6 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu slcfitsio_0.3.8+nosvn-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu mp3info_0.8.5a-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libxmltok_1.2-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gpsmanshp_1.2-5 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xcb_2.4-4.1+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu pidgin-extprefs_0.7-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gnome-breakout_0.5.3-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xdesktopwaves_1.3-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu boolstuff_0.1.12-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gbsplay_0.0.91-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu qsf_1.2.7-1+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu fuse-umfuse-iso9660_0.2b-1+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu jester_1.0-8 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu ogmtools_1:1.5-3+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libticalcs_1.1.3+dfsg1-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu hping3_3.a2.ds2-6 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libopensync-plugin-opie_0.22-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu apmd_3.2.2-14+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu freebirth_0.3.2-8 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu clucene-core_0.9.21b-2+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu umview_0.6-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu tree-puzzle_5.2-6 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu rifiuti2_0.5.1-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu mcstrans_0.2.11-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu paman_0.9.4-1+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu tmispell-voikko_0.7.1-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu zpspell_0.4.3-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu sigit_0.3.2-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu radiusclient_0.3.2-13 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gpe-su_0.20-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu multimail_0.49-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu kraptor_0.0.20040403-6 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu tucnak2_2.11-3.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu ipset_2.5.0-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu heroes_0.21-8.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu abe_1.1-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libcompface_1:1.5.2-5 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu mod-vhost-hash-alias_1.0-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu njam_1.25-5 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu tetrinetx_1.13.16-13 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gimp-resynthesizer_0.16-1.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu tetrinet_0.11+CVS20070911-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu wise_2.4.1-8 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gnuradio_3.2.2.dfsg-1+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu tile_0.8.2-2.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xmem_1.20-27 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu ghex_2.24.0-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libsoil_1.07~20080707.dfsg-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu sitecopy_1:0.16.6-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu iec16022_0.2.4-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu obexfs_0.11-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libg15_1.2.7-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libinklevel_0.8.0-1.1+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gtkatlantic_0.4.2-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu splat_1.3.0-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu tenmado_0.8-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu freesweep_0.90-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu wine-unstable_1.1.29-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gftp_2.0.19-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu cmatrix_1.2a-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu tilp2_1.12-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu ilmbase_1.0.1-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu tcpick_0.2.1-6 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libiec61883_1.2.0-0.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu wbar_1.3.3+dfsg2-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xzgv_0.9+svn40-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libevent_1.4.13-stable-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libstatgrab_0.16-0.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu 4g8_1.0-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xmorph_1:20090926 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu htcheck_1:2.0.0~rc1-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu maildir-filter_1.20-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libldap-ruby_0.9.7-1.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu abby_0.4.7-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xfishtank_2.2-25.1+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu spfmilter_1.99+0.97-3+b2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu mu-cade_0.11.dfsg1-5 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu ifmail_2.14tx8.10-20 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu biniax2_1.30-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xmorph_1:20090926 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xarchiver_1:0.5.2+20090319+dfsg-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu dsyslog_0.6.0+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xalan_1.10-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu openjpeg_1.3+dfsg-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu ax25mail-utils_0.11-6.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu autofs_4.1.4+debian-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu powerman_2.3.5-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu openjpeg_1.3+dfsg-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu sudoku_1.0.1-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libsexy_0.1.11-2+b2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu dnstop_20080321-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu freehdl_0.0.7-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu liboglappth_0.98-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu poldi_0.4.1-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xflip_1.01-25 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu mumudvb_1.6-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu vbindiff_3.0-beta3-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xqf_1.0.5-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gnome-mastermind_0.3.1-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu st_1.9-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gpe-lights_0.13-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu thewidgetfactory_0.2.1-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu ng_1.5~beta1-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu asmixer_0.5-14 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu exempi_2.1.1-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu picviz_0.5-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu scanssh_2.0-4+b2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libcompface_1:1.5.2-5 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu juman_5.1-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu wine-unstable_1.1.29-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu synaesthesia_2.4-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu exonerate_2.2.0-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gtetrinet_0.7.11-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu loadmeter_1.20-6 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu easyh10_1.5-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu ledcontrol_0.5.2-11.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu t1lib_5.1.2-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu mod-proxy-html_3.0.1-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libtifiles_1.1.1-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu torus-trooper_0.22.dfsg1-6 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu mailtextbody_0.1.2-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu oss-preserve_1.1-6 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libgsm_1.0.13-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu sapphire_0.15.8-9 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu ucspi-proxy_0.98-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu canlock_2b-6 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu empire_1.7-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu debreaper_0.2.1+nmu1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu ttt_1.7-3.2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu vrb_0.5.1-5 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu irda-utils_0.9.18-10 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libxsettings-client_0.17-5 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libgtksourceviewmm_2.2.0-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gnome-photo-printer_0.7.0-1.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xautomation_1.03-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu mongrel_1.1.5-5 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu tuxeyes_0.0.3-8 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu ttt_1.7-3.2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu otter_3.3f-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu rafkill_1.2.2-3.2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libapache2-mod-defensible_1.4-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu ascdc_0.3-14 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu mirrormagic_2.0.2.0deb1-9 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu bglibs_1.106-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu datapacker_1.0.1+nmu1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu genesis_2.2.1-12+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu autocutsel_0.9.0-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu phaseshift_0.40-13.2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu isns_2.1-01+dfsg-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu fortune-mod_1:1.99.1-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xmix_2.1-6 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu udns_0.0.9-3+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu transfermii_1:0.6.1-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu dk-milter_1.0.0.dfsg-1+b2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu heroes_0.21-8.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu rutilt_0.16-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu lua40_4.0-13 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu cvector_1.0.3-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu speex_1.2~rc1-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu x2x_1.27.svn.20060501-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu ng_1.5~beta1-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu kmflcomp_0.9.8-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libvisual-plugins_0.4.0.dfsg.1-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu yorick-soy_1.2.01-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu brightside_1.4.0-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libjconv_2.8-6+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libspe2_2.2.80-95-3.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu dsyslog_0.6.0+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu dbf2mysql_1.14a-3.1+b3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu shermans-aquarium_3.0.1-2+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu netrik_1.16.1-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu scheme48_1.8+dfsg-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu darksnow_0.6.1-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu ghex_2.24.0-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu chase_0.5.2-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libdumb_1:0.9.3-5.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu rats_2.3-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu spout_1.3-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gplcver_2.12a-1.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu alsamixergui_0.9.0rc2-1-9 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu umview_0.6-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gnuradio_3.2.2.dfsg-1+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu tuxpaint_1:0.9.21-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu wmnut_0.62-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xmahjongg_3.7-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu tfdocgen_1.0-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu agave_0.4.7-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu portmidi_1:184-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu metar_20061030.1-2+b3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu wmxres_1.2-10 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libspiro_20071029-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu dangen_0.4-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu speedcrunch_0.10.1-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu tf_1:4.0s1-17 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu ctn_3.0.6-13+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libstatgrab_0.16-0.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu digitemp_3.5.0ds1-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu advancecomp_1.15-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu pathogen_1.1.1-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu portaudio_18.1-7.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu freehdl_0.0.7-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gpe-mininet_0.7-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu cvsgraph_1.6.1-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu ezstream_0.5.6~dfsg-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu ii-esu_1.0a.dfsg1-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libopensync-plugin-gpe_0.22-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libwfut_0.2.1-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu lpe_1.2.6.13-0.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gnome-mud_0.11.2-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu latd_1.30 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu ruby-prof_0.7.3-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu galculator_1.3.4-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gnuradio_3.2.2.dfsg-1+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu netmrg_0.20-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu colorblind_0.0.1-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu fftw3_3.2.2-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu grcm_0.1.6-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu ipsvd_1.0.0-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu teem_1.10.0.dfsg1-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu pidgin-otr_3.2.0-5 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu scim-tables_0.5.9-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gpivtools_0.6.0-1+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu bitops_1.0-4.1-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libopenobex_1.5-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu pxlib_0.6.4-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu scsh-0.6_0.6.7-7 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu bugsquish_0.0.6-6 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu speex_1.2~rc1-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gpiv_0.6.1-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu matrixssl_1.8.8-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libmusicbrainz-ruby_0.3.0-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libpanelappletmm2.6_2.26.0-1+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xboing_2.4-31 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu k3dsurf_0.6.2.4-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libmimedir-gnome_0.4.2-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu cmt_1.16-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu streamripper_1.64.6-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu tse3_0.3.1-4.2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu easychem_0.6-6 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu fileschanged_0.6.5-1.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu pipenightdreams_0.10.0-13 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gperiodic_2.0.10-5 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libsigc++_1.0.4-9.4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xvt_2.1-20 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu cxxtools_1.4.8-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gutenbrowser_3:0.9.0-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libbinio_1.4-14 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu weplab_0.1.5-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libconfig_1.3.2-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu tweak_3.01-7 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu noiz2sa_0.51a-8 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu awffull_3.8.2-1.3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gstm_1.2-7 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libeventdb_0.90-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu icomlib_1.0.1-8.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu aewan_1.0.01-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xxdiff_1:3.2-10 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu scim-qtimm_0.9.4-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu qca2-plugin-gnupg_2.0.0~beta3-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu hsetroot_1.0.2-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu volpack_1.0b3-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu fcopulae_2110.78-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu rexima_1.4-6 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu byacc-j_1.15-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu atp_1.2-11 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu vdkbuilder2_2.4.0-4.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu sdate_0.3.1+nmu1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu r-cran-colorspace_1.0.1-1+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu multisync0.90_0.92.0~svn355-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu nedit_1:5.6~cvs20081118-7 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu liborigin_20080225-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu sshfs-fuse_2.2-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libapache2-mod-lisp_1.3.1-1.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libcdio_0.81-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu estic_1.61-20 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu juke_0.7-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu leaktracer_2.4-5 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu cunit_2.1-0.dfsg-9 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gnuradio_3.2.2.dfsg-1+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gnome-nds-thumbnailer_1.2.1-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu fuse-umfuse-fat_0.1a-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gkrellm-reminder_2.0.0-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu zangband_1:2.7.5pre1-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu telepathy-inspector_0.5.3-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gbatnav_1.0.4cvs20051004-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu bist_0.5.1-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu cairo-5c_1.4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gmfsk_0.6+0.7pre1-2.2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gnome-ppp_0.3.23-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gnome-u2ps_0.0.4-4.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xletters_1.1.1-4.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu date_1.2.29-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu tilda_0.09.6-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu slwildcard_0.5.0-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gnome-alsamixer_0.9.7~cvs.20060916.ds.1-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu umview_0.6-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu wnn6-sdk_1.0.0-14.2+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gtk2-engines-wonderland_1.0-8 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu usbip_0.1.7-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu capi4hylafax_1:01.03.00.99.svn.300-16 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu tdl_1.5.2-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xmlroff_0.6.2-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libgtkstylus_0.3-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu glhack_1.2-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gkrelltop_2.2.13-1+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu wmhdplop_0.9.9-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libgnomecanvasmm2.6_2.26.0-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu fftw_2.1.3-22 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu desktop-file-utils_0.15-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gkrelltop_2.2.13-1+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu reiserfsprogs_1:3.6.21-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu judy_1.0.5-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu a7xpg_0.11.dfsg1-6 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu klibc_1.5.24-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu lttoolbox_3.1.0-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xinetd_1:2.3.14-7 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu rrootage_0.23a-9 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu pdfchain_0.123-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu unicon_3.0.4-13 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libevent_1.4.13-stable-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gkrellmitime_1.0.1-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu liblastfm_0.4.0~git20090710-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libsidplay_1.36.59-5 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu bbtime_0.1.5-12 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu linux-2.6_3.0.0-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu ccze_0.2.1-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu rev-plugins_0.3.1-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu firestring_0.9.12-8 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu usbip_0.1.7-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libgtfb_0.1.0-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xarclock_1.0-12 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu ifmail_2.14tx8.10-20 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gpe-soundbite_1.0.6-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu png2html_1.1-5 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gbase_0.5-2.2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gnuradio_3.2.2.dfsg-1+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu opencore-amr_0.1.2-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu redir_2.2.1-9 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu icomlib_1.0.1-8.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libmodelfile_0.1.92-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu powermanga_0.90-dfsg-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gerstensaft_0.3-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xcolorsel_1.1a-17 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gle_3.1.0-7 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu mgdiff_1.0-29 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xsmc-calc_1.0.0-6.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu pong2_0.1.3-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu tinywm_1.3-6 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu babl_0.0.22-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu valkyrie_1.4.0-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libf2c2_20090411-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu ytalk_3.3.0-5 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu esteidutil_0.9.18-1.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libtrain_0.9b-11 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu zziplib_0.13.56-1+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libparserutils_0.0.1-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu icomlib_1.0.1-8.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu tk8.4_8.4.19-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu apt-spy_3.1-19 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu ggz-gnome-client_0.0.14.1-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu mppenc_1.16-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu bandwidthcalc_0.2-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu skstream_0.3.6-5 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu pidgin-hotkeys_0.2.4-1.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libconfig_1.3.2-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu conglomerate_0.9.1-3.2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu mrwtoppm_0.1.1-2.2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu snmpkit_0.9-15 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gnuradio_3.2.2.dfsg-1+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu coinor-vol_1.1.7-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libjconv_2.8-6+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu vdetelweb_1.1b-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu garlic_1.6-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu vtgrab_0.1.8-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu scmxx_0.9.0-2.2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu usbview_1.1-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu wine-unstable_1.1.29-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu dav-text_0.8.5-5 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu arb_0.0.20071207.1-7 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu tkdesk_2.0-9.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu asmon_0.71-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu whowatch_1.6.0a-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu pidgin-mpris_0.2.3-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu slgdbm_1.7.1-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu crimson_0.5.2-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gkrellm-xkb_1.05-5 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu tomatoes_1.55-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu mp_3.7.1-11 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu atris_1.0.7.dfsg.1-7.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libapache-mod-fastcgi_2.4.6-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu hexcurse_1.55-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xgammon_0.99.1128-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu quiteinsanegimpplugin_0.3-9 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gambc_4.2.8-1.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu zatacka_0.1.8-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu adns_1.4-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xdb_1.2.0-7.2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu wine-unstable_1.1.29-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu wmweather_2.4.5-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu mutextrace_0.1-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gnuradio_3.2.2.dfsg-1+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xprobe_0.3-1.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu lua-iconv_6-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu ruby-libvirt_0.0.7-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu rcalc_0.5.0-1.3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu pfqueue_0.5.6-8 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu hannah_1.0-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu kscope_1.9.4-1+b2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu beav_1:1.40-18 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu clustalw-mpi_0.15-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libavc1394_0.5.3-1+b2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu netkit-ntalk_0.17-14+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu fbxkb_0.6-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu apwal_0.4.5-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu mlview_0.9.0-2.2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libnova_0.12.1-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu qps_1.9.18.6-2.3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu madplay_0.15.2b-7 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu l2tpns_2.1.21-1.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libnova_0.12.1-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu ap-utils_1.5-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu baycomusb_0.10-12.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu tkgate_1.8.7-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu alogg_1.3.7-1.1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu geki2_2.0.3-8 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu newmat_1.10.4-5 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gnuradio_3.2.2.dfsg-1+b1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu xmorph_1:20090926 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu superlu_3.0+20070106-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu icebreaker_1.21-11 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gramofile_1.6-8 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gkrellm-mailwatch_2.4.3-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu gwhere_0.2.3.dfsg.1-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu smpeg_0.4.5+cvs20030824-2.2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu lock-keys-applet_1.0-8.3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu starvoyager_0.4.4-5 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libgsm_1.0.13-3 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu kterm_6.2.0-46 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu cairo-clock_0.3.4-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu libapache-mod-encoding_0.0.20021209-10 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu hannah-foo2zjs_1:1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu shed_1.15-2 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu fuse-umfuse-fat_0.1a-1 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'
   nmu dynamips_0.2.7-0.2.8RC2-4 . ALL .  -m 'Rebuild to remove (rest|save)(32|64\|)(fpr|gpr) symbols.'

Attachment: prefiltered_packages.gz
Description: GNU Zip compressed data

Attachment: binmu_filtered.gz
Description: GNU Zip compressed data


Reply to: