Package: bzip2
Version: 1.0.5-1
Severity: minor
Tags: patch

Hi,

When this package uses dpkg-cross and built, this doesn't use cross
compiler. This uses the compiler of the host.

I made a patch to revise this problem and attach.
Please apply this patch.

Best regards,
 Nobuhiro


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.29-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages bzip2 depends on:
ii  libbz2-1.0                    1.0.5-1    high-quality block-sorting file co
ii  libc6                         2.9-6      GNU C Library: Shared libraries

bzip2 recommends no packages.

Versions of packages bzip2 suggests:
pn  bzip2-doc                     <none>     (no description available)

-- no debconf information
--- ./debian/rules.orig	2009-05-19 17:02:38.000000000 +0900
+++ debian/rules	2009-05-19 17:03:16.000000000 +0900
@@ -52,7 +52,7 @@
 build-stamp:
 	$(testdir)
 	# Add here commands to compile the package.
-	$(MAKE) DEBCFLAGS="$(DEBCFLAGS)"
+	$(MAKE) $(CROSS) DEBCFLAGS="$(DEBCFLAGS)"
 ifeq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE))
 	$(MAKE) DEBCFLAGS="$(DEBCFLAGS)" test
 endif

Reply via email to