Package: boinc Severity: wishlist Tags: patch Here's a pair of compat hacks to aid in sarge backport.
It is not complete, as all changes weren't clean/desirable, though. -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing'), (500, 'stable') Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.8-12-amd64-k8 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8)
diff -ur boinc-5.4.9.old/debian/control boinc-5.4.9/debian/control --- boinc-5.4.9.old/debian/control 2006-06-12 17:09:54.710127000 +0000 +++ boinc-5.4.9/debian/control 2006-06-12 18:01:42.185719416 +0000 @@ -4,7 +4,7 @@ Maintainer: Debian BOINC Maintainers <[EMAIL PROTECTED]> Uploaders: Steffen Moeller <[EMAIL PROTECTED]>, Frank S. Thomas <[EMAIL PROTECTED]>, Christoph Martin <[EMAIL PROTECTED]>, Greg Norris <[EMAIL PROTECTED]> Standards-Version: 3.7.0 -Build-Depends: debhelper (>= 5), dpatch, python, zlib1g-dev, libssl-dev, libcurl3-openssl-dev (>= 7.13.2), freeglut3-dev, libsm-dev, libice-dev, libxmu-dev, libxi-dev, libx11-dev, libjpeg62-dev, libwxgtk2.6-dev, automake1.9 (>= 1.9.3), autoconf (>= 2.59), autotools-dev, docbook2x, docbook-xml, dh-buildinfo +Build-Depends: debhelper (>= 5), dpatch, python, zlib1g-dev, libssl-dev, libcurl3-openssl-dev (>= 7.13.2) | libcurl-ssl-dev, freeglut3-dev, libsm-dev, libice-dev, libxmu-dev, libxi-dev, libx11-dev, libjpeg62-dev, libwxgtk2.6-dev, automake1.9 (>= 1.9.3), autoconf (>= 2.59), autotools-dev, docbook2x, docbook-xml, dh-buildinfo Package: boinc-client Section: net diff -ur boinc-5.4.9.old/debian/rules boinc-5.4.9/debian/rules --- boinc-5.4.9.old/debian/rules 2006-06-12 17:09:54.716126000 +0000 +++ boinc-5.4.9/debian/rules 2006-06-12 18:17:35.912730872 +0000 @@ -25,6 +25,14 @@ DEB_BUILD_GNU_TYPE = i686-linux-gnu endif +# For sarge compat +ifeq ($(DEB_HOST_GNU_TYPE), i386-linux) + DEB_HOST_GNU_TYPE = i686-linux-gnu +endif +ifeq ($(DEB_BUILD_GNU_TYPE), i386-linux) + DEB_BUILD_GNU_TYPE = i686-linux-gnu +endif + CFLAGS += -g -Wall CXXFLAGS += -g -Wall