(Sorry for the dup, I've forgotten to include the list on the first reply) Le mardi 27 juillet 2004 à 19:02 +0200, Nico Golde a écrit : > hi, > i change my package gtksee to cdbs and have the problem, that the > makefile doesn't uses the $(DESTDIR) variable. > Then it tries in make install to install .mo-files in /usr/ instead of > $(DESTDIR)/usr > > without cdbs this is no problem and it installs it correctly. > i put two logs of the build process with and without cdbs in the > attachment, it would be nice, if someone can have a look on it. > you find the package without cdbs on: > > http://nico.f-451.net/debian/gtksee/no_cdbs/ > > and the package with cdbs: > > http://nico.f-451.net/debian/gtksee/cdbs/
Hi, Your orig.tar.gz has wrong permissions. BTW it's not a problem. CDBS do its job fine, that's the upstream system that is faulty: $ make install DESTDIR=/tmp .. /usr/bin/install: cannot remove `/usr/share/locale/fr/LC_MESSAGES/gtksee.mo': Permission denied installing fr.gmo as /usr/share/locale/fr/LC_MESSAGES/gtksee.mo /usr/bin/install: cannot remove `/usr/share/locale/es/LC_MESSAGES/gtksee.mo': Permission denied installing es.gmo as /usr/share/locale/es/LC_MESSAGES/gtksee.mo ... etc Cheers, Sebastien Bacher