[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Svn-buildpakcage ignoring some directories.



On Wednesday 18 July 2007, Charles Plessy wrote:
> Dear mentors,
>
> I am using svn-buildpacakge to manage the debian directory of the emboss
> pacakge, but at build time it ignores subdirectories - that is,
> debian/manpages and debian/patches are not included in the .diff.gz.
>
> http://svn.debian.org/wsvn/pkg-emboss/emboss/trunk/debian/?rev=0&sc=0
>
> Does anyone has an idea of what could be broken ?

Hi,
	It is not svn-buildpackage which is in charge here, but dpkg-source. 
You can ask it for explanation as follows:
/* from your `build-area' directory issue */

~build-area$ dpkg-source -b emboss-5.0.0
dpkg-source: building emboss using existing emboss_5.0.0.orig.tar.gz
dpkg-source: building emboss in emboss_5.0.0-1.diff.gz
dpkg-source: warning: newly created empty file 'debian/patches/series' will 
not be represented in diff
dpkg-source: warning: executable mode 0755 of 'debian/manpages/acd2docbook.pl' 
will not be represented in diff
dpkg-source: building emboss in emboss_5.0.0-1.dsc

To summarize: debian/patches/series shold not be empty to be represented in 
the diff, and debian/manpages/acd2docbook.pl should not be executable... just 
call it as: perl script.pl.

-- 
pub 4096R/0E4BD0AB 2003-03-18 <people.fccf.net/danchev/key pgp.mit.edu>
fingerprint 1AE7 7C66 0A26 5BFF DF22 5D55 1C57 0C89 0E4B D0AB 



Reply to: