project-navigation
Personal tools

Author Topic: make deb problems  (Read 3457 times)

uthersde

  • Guest
make deb problems
« 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?

Offline XaverXN

  • Squad Leader
  • ****
  • Posts: 110
    • View Profile
make deb problems
« Reply #1 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.

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
make deb problems
« Reply #2 on: May 09, 2007, 05:34:31 pm »
this is broken in 2.1.1 - but fixed in current trunk - sorry for that