Re: Build questions

2015-11-02 Thread kix
Hi John, I am using the published tarball and copying the debian folder from the git to build the package. Regards kix El 2 de noviembre de 2015 18:59:40 CET, "John H. Robinson, IV" escribió: >Rodolfo, > >Are you making from git repository, or the published tarball? The

Re: Build questions

2015-11-02 Thread Carlos R. Mafra
> I am creating the wmaker package for Debian. I have some questions: > 2. The build scripts modififies the INSTALL-WMAKER and the > README.i18n files. The modification is "Published by The Window > Maker team on ", but the date is the compilation date. IMO, > this is not right. The Published

Re: Build questions

2015-11-02 Thread John H. Robinson, IV
Aha! Found the culprit: debian/rules from next branch, line 42, override_dh_auto_configure target. ./autogen.sh autogen.sh recreates the text files. Try replacing it with “autoreconf -vfi -I m4” My testing shows that README.i18n is left alone. -john > On Nov 2, 2015, at 10:49,

Build questions

2015-11-02 Thread Rodolfo García Peñas (kix)
Hi, I am creating the wmaker package for Debian. I have some questions: 1. The build process fails because th script Makefile.am calls configure-documentation, but the --ignore-prg 'runstatedir' is not included. 2. The build scripts modififies the INSTALL-WMAKER and the README.i18n