Had to make some changes to the debian/ files from the armagetronad_build module...
Missing build dependency:
Code: Select all
$ diff armagetronad_build/debian/control armagetronad/debian/control
8c8
< libsdl1.2-dev (>= 1.2.2), autotools-dev
---
> libsdl1.2-dev (>= 1.2.2), autotools-dev, libxml2-dev
Code: Select all
$ diff armagetronad_build/debian/rules armagetronad/debian/rules
98a99,100
> $(INSTALL) ../armagetronad/config/master.srv $(common)/etc/armagetronad
> $(INSTALL) ../armagetronad/client/config/*.cfg $(common)/etc/armagetronad
Now in scr/tools/tDirectories.cpp, line 1139Warning in void FindConfigurationPath(const char*) in ../../../armagetronad/src/tools/tDirectories.cpp:1141 :
Could not determine path to configuration files. Using defaults or command line arguments.
Code: Select all
// if ( TestConfigurationPath1( "/etc/" PROGNAME) ) return;
What is the reason for that?
