Bug#435303: DEB_HOST_GNU_TYPE did change

2008-07-15 Thread Frederik Schueler
Hi,

fixed with last upload.

Best regards 
Frederik Schüler


On Tue, Jul 31, 2007 at 12:20:15AM +0200, Matthias Klose wrote:
 Package: strace
 Version: 4.5.15-1
 Severity: serious
 
 ifeq ($(DEB_HOST_GNU_TYPE),sparc-linux)
   build64 = yes
   HOST64 = sparc64-linux
   CC64 = gcc -m64
 endif
 
 ifeq ($(DEB_HOST_GNU_TYPE),s390-linux)
   build64 = yes
   HOST64 = s390x-linux
   CC64 = gcc -m64
 endif   
 
 but: dpkg-architecture -qDEB_HOST_GNU_TYPE prints:
 
   DEB_HOST_GNU_TYPE=sparc-linux-gnu
 
 plus, i386 and powerpc have 64bit stuff as well.
 

-- 
ENOSIG


signature.asc
Description: Digital signature


Bug#435303: DEB_HOST_GNU_TYPE did change

2007-08-08 Thread Frederik Schueler
tags 435303 +pending
thanks

Hello,

The change is in upstream cvs, pending release.

Thanks
Frederik Schüler

On Thu, Aug 02, 2007 at 09:46:15AM +0200, Matthias Klose wrote:
Content-Description: message body text
 Roland McGrath writes:
  Please send the patch you want for debian/rules.
 
 attached.
 



-- 
ENOSIG


signature.asc
Description: Digital signature


Processed: Re: Bug#435303: DEB_HOST_GNU_TYPE did change

2007-08-08 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 435303 +pending
Bug#435303: DEB_HOST_GNU_TYPE did change
There were no tags set.
Tags added: pending

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#435303: DEB_HOST_GNU_TYPE did change

2007-08-02 Thread Matthias Klose
Roland McGrath writes:
 Please send the patch you want for debian/rules.

attached.



strace.diff
Description: Binary data


Bug#435303: DEB_HOST_GNU_TYPE did change

2007-08-01 Thread Roland McGrath
Please send the patch you want for debian/rules.


Thanks,
Roland


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#435303: DEB_HOST_GNU_TYPE did change

2007-07-30 Thread Matthias Klose
Package: strace
Version: 4.5.15-1
Severity: serious

ifeq ($(DEB_HOST_GNU_TYPE),sparc-linux)
  build64 = yes
  HOST64 = sparc64-linux
  CC64 = gcc -m64
endif

ifeq ($(DEB_HOST_GNU_TYPE),s390-linux)
  build64 = yes
  HOST64 = s390x-linux
  CC64 = gcc -m64
endif   

but: dpkg-architecture -qDEB_HOST_GNU_TYPE prints:

  DEB_HOST_GNU_TYPE=sparc-linux-gnu

plus, i386 and powerpc have 64bit stuff as well.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]