Re: questions about packaging a kde app

2004-02-16 Thread Alejandro Exojo
El Sábado, 14 de Febrero de 2004 12:57, Tommaso Moroni escribió: > Hi! > > While packaging my first kde application I had some problems/doubts: > Is there any way to convert the upstream docbook in a man page? > I tried with docbook-to-man and docbook-utils but they both didn't work. Have a look a

Re: questions about packaging a kde app

2004-02-16 Thread Alejandro Exojo
El Sábado, 14 de Febrero de 2004 12:57, Tommaso Moroni escribió: > Hi! > > While packaging my first kde application I had some problems/doubts: > Is there any way to convert the upstream docbook in a man page? > I tried with docbook-to-man and docbook-utils but they both didn't work. Have a look a

Re: questions about packaging a kde app

2004-02-15 Thread Eike \"zyro\" Sauer
Paul Cupis schrieb: > Have I missed something? Can you try removing the referenced code from > debian/rules and seeing if the resulting package is "correct"? I'm sure I had a compelling reason to do this some day - but I can't remember it. And the package seems to be fine with all those lines rem

Re: questions about packaging a kde app

2004-02-15 Thread Paul Cupis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sunday 15 February 2004 20:17, "Eike \"zyro\" Sauer" <[EMAIL PROTECTED]> wrote: > Is there a similiar solution for icons? There is kde_icondir, but... > ATM I do: > > dh_install src/hi16-app-kdiff3.png > usr/share/icons/hicolor/16x16/apps/ dh_in

Re: questions about packaging a kde app

2004-02-15 Thread Eike \"zyro\" Sauer
Paul Cupis schrieb: > $(MAKE) install DESTDIR=$(CURDIR)/debian/knights \ > kde_htmldir=$(CURDIR)/debian/knights/usr/share/doc/kde/HTML Thanks, this made my rules file much more transparent. But it worked "better" to use kde_htmldir=/usr/share/doc/kde/HTML. Is there a similiar solution for

Re: questions about packaging a kde app

2004-02-15 Thread Eike \"zyro\" Sauer
Paul Cupis schrieb: > Have I missed something? Can you try removing the referenced code from > debian/rules and seeing if the resulting package is "correct"? I'm sure I had a compelling reason to do this some day - but I can't remember it. And the package seems to be fine with all those lines rem

Re: questions about packaging a kde app

2004-02-15 Thread Paul Cupis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Saturday 14 February 2004 11:57, Tommaso Moroni <[EMAIL PROTECTED]> wrote: > Also, is it normal that the program doesn't install the manual in > KHelpCenter? This is because your package install the KHelp files in /usr/share/doc/HTML (per KDE spe

Re: questions about packaging a kde app

2004-02-15 Thread Paul Cupis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sunday 15 February 2004 20:17, "Eike \"zyro\" Sauer" <[EMAIL PROTECTED]> wrote: > Is there a similiar solution for icons? There is kde_icondir, but... > ATM I do: > > dh_install src/hi16-app-kdiff3.png > usr/share/icons/hicolor/16x16/apps/ dh_in

Re: questions about packaging a kde app

2004-02-15 Thread Eike \"zyro\" Sauer
Paul Cupis schrieb: > $(MAKE) install DESTDIR=$(CURDIR)/debian/knights \ > kde_htmldir=$(CURDIR)/debian/knights/usr/share/doc/kde/HTML Thanks, this made my rules file much more transparent. But it worked "better" to use kde_htmldir=/usr/share/doc/kde/HTML. Is there a similiar solution for

Re: questions about packaging a kde app

2004-02-15 Thread Paul Cupis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Saturday 14 February 2004 11:57, Tommaso Moroni <[EMAIL PROTECTED]> wrote: > Also, is it normal that the program doesn't install the manual in > KHelpCenter? This is because your package install the KHelp files in /usr/share/doc/HTML (per KDE spe

Re: questions about packaging a kde app

2004-02-14 Thread Eike \"zyro\" Sauer
Tommaso Moroni schrieb: > Is there any way to convert the upstream docbook in a man page? > I tried with docbook-to-man and docbook-utils but they both didn't work. I think it has to be a docbook document explicitly meant to be converted to a man page. Otherwise, you'll have to write a short one y

Re: questions about packaging a kde app

2004-02-14 Thread Eike \"zyro\" Sauer
Tommaso Moroni schrieb: > Is there any way to convert the upstream docbook in a man page? > I tried with docbook-to-man and docbook-utils but they both didn't work. I think it has to be a docbook document explicitly meant to be converted to a man page. Otherwise, you'll have to write a short one y

questions about packaging a kde app

2004-02-14 Thread Tommaso Moroni
Hi! While packaging my first kde application I had some problems/doubts: Is there any way to convert the upstream docbook in a man page? I tried with docbook-to-man and docbook-utils but they both didn't work. Also, is it normal that the program doesn't install the manual in KHelpCenter? The pac

questions about packaging a kde app

2004-02-14 Thread Tommaso Moroni
Hi! While packaging my first kde application I had some problems/doubts: Is there any way to convert the upstream docbook in a man page? I tried with docbook-to-man and docbook-utils but they both didn't work. Also, is it normal that the program doesn't install the manual in KHelpCenter? The pac