Re: packaging kde-apps

2002-03-11 Thread Chris Cheney
Typically you have: configure --prefix=/usr and make install DESTDIR=$(CURDIR)/debian/tmp You may need more than just the --prefix option on configure. You can look in KDE cvs HEAD to see what I have done with arts and kdelibs for examples. It is really nice if you use builddir != srcdir, see

Re: packaging kde-apps

2002-03-11 Thread Olaf Stetzer
Am Samstag, 9. März 2002 20:00 schrieb Hendrik Naumann: > Hi > > Now I fetched the latest kdenetwork package to figure our how Chris > Cheney did them. If found that make install is called with a > different setting, that would be in my case: > make DESTDIR=`pwd`/debian/tmp/usr install > > but now

packaging kde-apps

2002-03-09 Thread Hendrik Naumann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi I am trying to package "kaspaliste" (0.43-beta2) a literature database for kde. I while ago someone posted here that dh_make --custom /usr/share/doc/kdelibs-dev/dh-make would be good way to go. Using this I had problems with the executables. T