tags 420046 + patch thanks On Thu, Jan 31, 2008 at 09:13:57PM +0100, Peter 'p2' De Schrijver wrote: > > > Subject: works fine > > > See buildlog (on amd64) > > > > [...] > > dpkg-source: warning: ignoring deletion of file ifdhandler.h > > [...] > > > > Looking at your build log, it's also obvious that you deleted it. But > > the .diff generated does not reflect that. You can't delete files in > > the .diff. You will need to do that in the rules file. > > > > My .diff deletes the file fine. So there must be something wrong with > your build process.
The libgcr410_2.4.0-8.diff.gz does not agree with that. It's also a well know feature that it doesn't do that. Your own log even shows the warning. The attached simple patch fixes it. Please apply it. Kurt
diff -u libgcr410-2.4.0/debian/rules libgcr410-2.4.0/debian/rules --- libgcr410-2.4.0/debian/rules +++ libgcr410-2.4.0/debian/rules @@ -13,6 +13,7 @@ dh_testroot rm -f build-stamp -$(MAKE) clean + -rm ifdhandler.h debconf-updatepo dh_clean

