The unified diff between revisions [d167fed5..] and [93028168..] is displayed below. It can also be downloaded as a raw diff.

#
#
# patch "debian/changelog"
#  from [6920ccb478ff8aa236aab77e658aa3e3bd43a9ab]
#    to [58608a82e439f6c99038b4afa115fd52c0be21da]
#
# patch "debian/rules.conf"
#  from [18e2f187fbdbb1607e2a9f8a9227b5b0809d27f4]
#    to [756dd2bf66c8796aa111e21693649be30a0d427b]
#
============================================================
--- debian/changelog	6920ccb478ff8aa236aab77e658aa3e3bd43a9ab
+++ debian/changelog	58608a82e439f6c99038b4afa115fd52c0be21da
@@ -1,3 +1,10 @@
+gcc-4.5 (4.5.1-5) experimental; urgency=low
+
+  * Always add dependencies on multilib library packages in *-multilib
+    packages.
+
+ -- Matthias Klose <doko@debian.org>  Sat, 04 Sep 2010 12:41:40 +0200
+
 gcc-4.5 (4.5.1-4) experimental; urgency=low

   * Update to SVN 20100903 (r163833) from the gcc-4_5-branch.
============================================================
--- debian/rules.conf	18e2f187fbdbb1607e2a9f8a9227b5b0809d27f4
+++ debian/rules.conf	756dd2bf66c8796aa111e21693649be30a0d427b
@@ -751,23 +751,15 @@ endif
 	echo 'dep:libgomp=libgomp$(GOMP_SONAME)$(LS) (>= $${gcc:Version})' \
 		>> debian/substvars.local.tmp
 endif
-ifneq (,$(findstring yes,$(with_lib32gfortran) $(with_lib64gfortran) $(with_libn32gfortran)))
+ifeq ($(multilib),yes)
 	echo 'dep:libgfortranbiarch=$(libgfortranbiarch)' \
 		>> debian/substvars.local.tmp
-endif
-ifneq (,$(findstring yes,$(with_lib32objc) $(with_lib64objc) $(with_libn32objc)))
 	echo 'dep:libobjcbiarch=$(libobjcbiarch)' \
 		>> debian/substvars.local.tmp
-endif
-ifneq (,$(findstring yes,$(with_lib32mudflap) $(with_lib64mudflap) $(with_libn32mudflap)))
 	echo 'dep:libmudflapbiarch=$(libmudflapbiarch)' \
 		>> debian/substvars.local.tmp
-endif
-ifneq (,$(findstring yes,$(with_lib32ssp) $(with_lib64ssp) $(with_libn32ssp)))
 	echo 'dep:libsspbiarch=$(libsspbiarch)' \
 		>> debian/substvars.local.tmp
-endif
-ifneq (,$(findstring yes,$(with_lib32gomp) $(with_lib64gomp) $(with_libn32gomp)))
 	echo 'dep:libgompbiarch=$(libgompbiarch)' \
 		>> debian/substvars.local.tmp
 endif