Bug#289682: kernel-source-2.4.27: ./debian/rules prune is broken

2005-01-10 Thread Joshua Kwan
tags 289682 + pending thanks Horms wrote: Sounds fine, can you sumbit a patch? Also, why are you running this target at all? I already committed a fix to svn. -- Joshua Kwan signature.asc Description: OpenPGP digital signature

Bug#289682: kernel-source-2.4.27: ./debian/rules prune is broken

2005-01-10 Thread Horms
On Mon, Jan 10, 2005 at 03:48:41PM +0100, Marcin Owsiany wrote: > Package: kernel-source-2.4.27 > Version: 2.4.27-7 > Severity: normal > > Or rather - made unusable by the following check, earlier in the file: > > ifneq (,$(wildcard ../kernel-source-$(upstream)_$(upstream).orig.tar.gz)) > [...] >

Bug#289682: kernel-source-2.4.27: ./debian/rules prune is broken

2005-01-10 Thread Marcin Owsiany
Package: kernel-source-2.4.27 Version: 2.4.27-7 Severity: normal Or rather - made unusable by the following check, earlier in the file: ifneq (,$(wildcard ../kernel-source-$(upstream)_$(upstream).orig.tar.gz)) [...] else $(error "Can't find orig tarball.") endif This results in: $ debian/rules