Re: [Bacula-devel] Remove files from bacula-doc

2013-01-18 Thread W. van den Akker
Thanks! On Fri, 2013-01-18 at 20:35 +0100, Kern Sibbald wrote: > Hello Willem, > > After looking at the Makefiles, it does look like a make clean > will do a reasonable job of cleaning up files. Hopefully > I will be making a new release in a few weeks and when I do > so, I will try the "make cl

Re: [Bacula-devel] Remove files from bacula-doc

2013-01-18 Thread Kern Sibbald
Hello Willem, After looking at the Makefiles, it does look like a make clean will do a reasonable job of cleaning up files. Hopefully I will be making a new release in a few weeks and when I do so, I will try the "make clean", if that does not work, I will remove the config.log and config.status

Re: [Bacula-devel] Remove files from bacula-doc

2013-01-18 Thread W. van den Akker
Hi, I download the bacula-doc tarball from sourceforge. https://sourceforge.net/projects/bacula/files/bacula/5.2.6/ This I import whit 'git-import-origin' into the debian git. After this import both config.log and config.status files are in the repository. The only way to remove it is to untar b

Re: [Bacula-devel] Remove files from bacula-doc

2013-01-18 Thread Kern Sibbald
Hello, Hmm. That is an interesting question that is not so easy to answer. The process we use for releasing the bacula-doc tar file is: - git archive --format=tar ... - detar the document directory - configure the manual (must run ./configure ...) - build the documents - re-tar the document dire

[Bacula-devel] Remove files from bacula-doc

2013-01-18 Thread W. van den Akker
Hi, We are currently migrating the bacula-doc 5.2.6 into debian. The upstream tarball contains the files config.log and config.status. This breaks the default build process and we have to remove it. Is it possible to remove these files from the barcula-doc tarball, starting from 5.2.13 or so? G