UFO:Alien Invasion

Technical support => FAQ => Topic started by: uthersde on May 09, 2007, 04:19:45 pm

Title: make deb problems
Post by: uthersde on May 09, 2007, 04:19:45 pm
i get ufoai with

Code: [Select]
svn co https://ufoai.svn.sourceforge.net/svnroot/ufoai/ufoai/tags/ufoai_2.1.1

i make the game

Code: [Select]

./configure
make
make lang
make maps


and now
Code: [Select]
make deb don't work ....

Code: [Select]

cd src; debuild binary
debuild: found debian/changelog for package ufoai in the directory
  /home/robert/svn/ufoai_2.1.1/ufoai_2.1.1
but this directory name does not match the package name according to the
regex  PACKAGE(-.*)?.

To run debuild on this package, see the --check-dirname-level and
--check-dirname-regex options; run debuild --help for more info.
make: *** [debbinary] Fehler 9


whats wrong?
Title: make deb problems
Post by: XaverXN on May 09, 2007, 05:18:41 pm
Hm, I never used make deb.. so I can't tell you what this is about. Does this create a .deb package?
You could try checkinstall for making a package, otherwise I would just install it with make install or even leave it where it is and not install it at all.
Title: make deb problems
Post by: Mattn on May 09, 2007, 05:34:31 pm
this is broken in 2.1.1 - but fixed in current trunk - sorry for that