Re: Making debian package...

2008-02-28 Thread Ryan Pavlik
What you have to do is actually create the information required for a Debian package - this script will only build the packaging material already there. Google for the Debian New Maintainer's Guide to find out how to "Debianize" your package, then this script will work. (Hence the suggestions

Re: where is libcomerr2-dev

2008-02-28 Thread Matthew Exon
OK, I needed ss-dev for my own package, so I've just built e2fsprogs from sarge. For some reason I had to patch the rules file like so: --- e2fsprogs-1.37.orig/debian/rules2005-03-17 07:16:34.0 +0100 +++ e2fsprogs-1.37/debian/rules 2008-02-29 07:40:04.0 +0100 @@ -306,10 +306,1

Re: where is libcomerr2-dev

2008-02-28 Thread Matthew Exon
Jason Edgecombe wrote: > Hi, > > I found libcomerr2 in the mamoe repository, but where can I find > libcomerr2-dev? I can't find it on gronmeyer's site. Is it available for > download? If not, where can I get the debian source to build it? > > I need libcomerr2-dev in order to build openafs for

Re: GPG encryption question

2008-02-28 Thread Mike Klein
dsa is for signing only. Pasi Patama wrote: > DSA keys does not work for encryption? It seems to me like that. Here > is outcome of keygeneration on N810: > > ---CUT--- > Possible actions for a DSA key: Sign Authenticate > Current allowed actions: Sign > >(S) Toggle the sign capability >(

Re: GPG encryption question

2008-02-28 Thread Pasi Patama
DSA keys does not work for encryption? It seems to me like that. Here is outcome of keygeneration on N810: ---CUT--- Possible actions for a DSA key: Sign Authenticate Current allowed actions: Sign (S) Toggle the sign capability (A) Toggle the authenticate capability (Q) Finished --CUT---

where is libcomerr2-dev

2008-02-28 Thread Jason Edgecombe
Hi, I found libcomerr2 in the mamoe repository, but where can I find libcomerr2-dev? I can't find it on gronmeyer's site. Is it available for download? If not, where can I get the debian source to build it? I need libcomerr2-dev in order to build openafs for maemo. Thanks, Jason __

Re: Making debian package...

2008-02-28 Thread nisha jain
Hi, The dpkg-build.sh is a script file i found to build the debian package. Is there some other way to create it? I have gone through tutorial and whatever procedure written there, is not working for me. I got some advices as to put my code in already exisiting application package and build it. I

RE: Some (easy?) problems with GTK+/Hildon

2008-02-28 Thread Dirk-Jan.Binnema
Hi Christian, Eveything works fine and I get my window... but.. when i try to create another window, with the last two lines repeated, something goes wrong. Actually I get a window and eveything seems to work fine in GUI, but in the console it says: main[4419]: GLIB WARNING ** Gdk - gdkdrawable-

Install-Dialogs

2008-02-28 Thread Till Harbaum / Lists
Hi, i am still working on my game installation routine. I have modified the postinst script to ask the user whether he wants the game data to be moved to the internal memory card (and of course everything is cleaned up in prerm). The only way to display a message to the user i've found so far is

Some (easy?) problems with GTK+/Hildon

2008-02-28 Thread Christian Antila
Hello everyone! I'm developing an application for a N800/N810 for one of my customers. As this is a commercial project with a limited budget there is no time for developing a new GUI and instead I'm trying to use GTK+/Hildon. But I have some problems that I really can't figure out how to solve. 1

Re: GPG encryption question

2008-02-28 Thread =?UTF-8?Q?Beno=C3=AEt=20HERVIER=20
gnupg seem's to support only DSA keys on maemo. DSA & Elegam and RSA algo isn't available. On Thu, 28 Feb 2008 06:13:00 +0200, "Pasi Patama" <[EMAIL PROTECTED]> wrote: > Hi, > > I've been stepped into wonderful world of maemo just recently, but > already facing some questions. > > How do I use

handling custom channels

2008-02-28 Thread harini satyanarayanan
hi, I am working on maemo+telepathy+missoin control to create an application that can exchange pictorial information.I am trying to create a custom channel in telepathy but not sure how it is done, cause all references only speak about already exsisting channels. In the mission-control wiki I re