hi!
“The hazards and gains of a changing community” Rural-urban community in Transitional condition The cause and effects of modernization The conflicting values in changing society The social pollutants in the Philippine society
Re: fw: jackd/ audio apps mini policy
Hi, Jack O'Quin wrote: > So far, no one is sure why CAP_SYS_RESOURCE is needed, but we find > that mlockall() fails without it. For good reason. The resource in question is physical memory. You could lock all the free memory with this program (thereby condemning it to swap death) if you're not VERY careful. -- Matthias Urlichs | {M:U} IT Design @ m-u-it.de | [EMAIL PROTECTED] Disclaimer: The quote was selected randomly. Really. | http://smurf.noris.de - - FIVE DAYS IS NOT TOO LONG TO WAIT FOR A GUN -- Bart Simpson on chalkboard in episode 1F20
Re: RFS: avrdude - Programmer for Atmel AVR microcontrollers
Hi, michael-mayer wrote: > Should I choose the unmodified official > sources with this known limitation (as I did for now) or is it acceptable to > include my patch? If you can use the unmodified official sources, then you should do so. -- Matthias Urlichs | {M:U} IT Design @ m-u-it.de | [EMAIL PROTECTED] Disclaimer: The quote was selected randomly. Really. | http://smurf.noris.de - - Without death...there is no dark for the diamond to shine from. -- Clarissa Pinkola Estes, Women Who Run With the Wolves
Re: config.sub and config.guess | .diff.gz bloat
On Thu, 06 Nov 2003, Zenaan Harkness wrote: > Should I email this to the debhelper script maintainer? No. But you could send a wishlist bug to the dh_make (or debmake, whichever one you used) pakcages to update it. I have changed this thing in autotools-dev' README for quite a while. The old cp way was there to satisfy some weird notion people (and even I, I admit :-) ) had that it was somewhat better to put the dang thing in the sources, since that's what upstream should have been doing anyway. > Even if the program I'm packaging doesn't use autotools If it needs config.sub or config.guess, then you need them in. Otherwise you obviously don't. I suggest you grep for them in your source tree. > (I have a vague understanding that perhaps they're needed > for cross-platform autobuilds and have to stay, but haven't > got a clear answer yet...)? config.sub is needed everywhere autoconf was used (it is called by the configure script). config.guess is often needed as well, either because you don't want users asking why calling ./configure doesn't work, or because you don't call configure properly in your debian/rules file in the first place (HINT: You are to tell it the build and target platforms using info from the proper env. variables). -- "One disk to rule them all, One disk to find them. One disk to bring them all and in the darkness grind them. In the Land of Redmond where the shadows lie." -- The Silicon Valley Tarot Henrique Holschuh
RFS: kdiff3 - compares and merges 2 or 3 files or directories
Hello! While trying to do something useful for Debian by fixing an RC bug, I needed a graphical diff and merge tool. I found kdiff3 for KDE. I wondered why it is not yet packaged, so it became my first public package. If there's a better graphical diff already in Debian, I'd really like to know (and have kdiff3 sponsored nevertheless). Package name: kdiff3 Version : 0.9.71 URL : http://kdiff3.sourceforge.net License : GPL Description: compares and merges 2 or 3 files or directories KDiff3 compares two or three input files and shows the differences line by line and character by character. It provides an automatic merge facility and an integrated editor for comfortable solving of merge conflicts. KDiff3 allows recursive directory comparison and merging as well. The package lintian and linda clean. Some of the entries in Build-Depends were neccessary to build it with pbuilder. I wonder why. (Just have a look at them and consider sponsoring meanwhile. ;o) ) The package as I'd like to have it uploaded can be found here: http://user.cs.tu-berlin.de/~eikes/debian/kdiff3/ Another package - as pdebuild built it - is not installable on my system due to dependency problems. dpkg says: "kdiff3 depends on libc6 (>= 2.3.2.ds1-4)", but I could not satisfy this with the most recent unstable libc. Ciao, Eike
Error on dpkg-buildpackage
Hi all! Somebody can say me what is happening? I'm trying to build a .deb and it's generating this error when I run dpkg-buildpackage: # Add here commands to configure the package. CFLAGS=-Wall -g -O2 ./configure --host=i386-linux --build=i386-linux --prefix=/usr --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info /bin/sh: line 1: -g: command not found make: ** [config.status] Erro 127 This is second package that I try to build and generates this exactly error. what it must be made? Tnxs! -- José Oliveira <[EMAIL PROTECTED]>
Re: Error on dpkg-buildpackage
On Fri, Nov 07, 2003 at 12:52:48PM -0300, José Oliveira wrote: > Hi all! Somebody can say me what is happening? I'm trying to build a > .deb and it's generating this error when I run dpkg-buildpackage: > > # Add here commands to configure the package. > CFLAGS=-Wall -g -O2 ./configure --host=i386-linux --build=i386-linux > --prefix=/usr --mandir=\${prefix}/share/man > --infodir=\${prefix}/share/info > /bin/sh: line 1: -g: command not found > make: ** [config.status] Erro 127 > > This is second package that I try to build and generates this exactly > error. what it must be made? http://bugs.debian.org/213118 cu andreas
Re: Error on dpkg-buildpackage
On Fri, Nov 07, 2003 at 12:52:48PM -0300, José Oliveira wrote: > This is second package that I try to build and generates this exactly > error. what it must be made? It is a known error in dh-make (Bug #213118), simply quote the "$(CFLAGS)" part in the line containing the ./configure command to start like this: CFLAGS="$(CFLAGS)" ./configure --host=. Michael
Re: RFS: kdiff3 - compares and merges 2 or 3 files or directories
On Fri, Nov 07, 2003 at 04:11:51PM +0100, Eike Sauer wrote: > Another package - as pdebuild built it - is not installable > on my system due to dependency problems. > dpkg says: "kdiff3 depends on libc6 (>= 2.3.2.ds1-4)", but > I could not satisfy this with the most recent unstable libc. That's been in unstable for a while; try updating. Cheers, -- Colin Watson [EMAIL PROTECTED]
New-Boy: GPG Trouble + some more [long]
Hi everybody, I've just come here and wish to join soon the Debian Project. After reading some documentation, I've generated a PGP key and reached the nearest Debian Developer in my country to get the key signed. I got it, but he warned me that the key should better NOT expire, whilst I generated a key with an expire date of 1 year from that day. Is that a problem ? I mean, should I generate a new key and get back to him with that to be signed again? Isn't there any way to avoid going back and meet him _physically_ ? Currently, I am looking for a ``mentor'', while the developer I met could be my ``sponsor''. Maybe I misunderstood something, and he could be them both. In advance, I would show you my creature; I packaged a pre-preview here: http://www.lulli.net/paolo/hack/plml/plml_0.1-1_i386.deb It is a SGML DTD and tools; some documentations about : http://www.lulli.net/paolo/hack.html --> PLML I know I should write some more man pages, but `lintian' says something more I cannot understand: E: plml: FSSTND-dir-in-usr usr/man/ W: plml: unknown-section unknown Regards, Paolo Lulli --
Re: Error on dpkg-buildpackage
José Oliveira schrieb: > This is second package that I try to build and generates this exactly > error. what it must be made? AFAIR, you have to change CFLAGS=$(CFLAGS) ./configure [...] to CFLAGS="$(CFLAGS)" ./configure [...] in debian/rules. Ciao, Eike
Re: New-Boy: GPG Trouble + some more [long]
On Fri, Nov 07, 2003 at 18:43:28 +0100, blacksheep wrote: > I know I should write some more man pages, but `lintian' says > something more I cannot understand: Try lintin plml*deb | lintian-info > E: plml: FSSTND-dir-in-usr usr/man/ You install man pages in /usr/man/, they should go to /usr/share/man Michael
Re: New-Boy: GPG Trouble + some more [long]
On Fri, Nov 07, 2003 at 06:43:28PM +0100, blacksheep wrote: > I know I should write some more man pages, but `lintian' says > something more I cannot understand: > > E: plml: FSSTND-dir-in-usr usr/man/ Try rerun lintian with a -i option. It should tell you more. It seems that your postinst script makes symlink to /usr/doc. > W: plml: unknown-section unknown You should set section. For this package probably the best choice will be "text". regards fEnIo -- _ Bartosz Feński aka fEnIo | mailto:[EMAIL PROTECTED] | pgp:0x13fefc40 _|_|_32-050 Skawina - Głowackiego 3/15 - w. małopolskie - Polska (0 0) phone:+48501608340 | ICQ:46704720 | GG:726362 | IRC:fEnIo ooO--(_)--Ooo http://skawina.eu.org | JID:[EMAIL PROTECTED] | RLU:172001 signature.asc Description: Digital signature
Re: Error on dpkg-buildpackage
On Fri, Nov 07, 2003 at 05:12:29PM +0100, Eike Sauer wrote: > José Oliveira schrieb: > > This is second package that I try to build and generates this exactly > > error. what it must be made? > > AFAIR, you have to change > CFLAGS=$(CFLAGS) ./configure [...] > to > CFLAGS="$(CFLAGS)" ./configure [...] > in debian/rules. Wouldn't CFLAGS += .configure [...] be a lot easier in most cases? Regards: David -- /) David Weinehall <[EMAIL PROTECTED]> /) Northern lights wander (\ // Maintainer of the v2.0 kernel // Dance across the winter sky // \) http://www.acc.umu.se/~tao/(/ Full colour fire (/
Re: New-Boy: GPG Trouble + some more [long]
Hello! blacksheep schrieb: > I mean, should I generate a new key and get back to him > with that to be signed again? Isn't there any way to avoid > going back and meet him _physically_ ? I think if you sign the new key with the old one, you should be able to convince him (by mail) that the new one is valid as well. :o) > Currently, I am looking for a ``mentor'', while the developer I > met could be my ``sponsor''. Maybe I misunderstood something, > and he could be them both. It's possible (and reasonable) when he becomes both. > E: plml: FSSTND-dir-in-usr usr/man/ You should use /usr/share/man instead. > W: plml: unknown-section unknown You obviously didn't change the section of your package (found in debian/control). Ciao, Eike
Re: New-Boy: GPG Trouble + some more [long]
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 blacksheep wrote: | Hi everybody, I've just come here and wish to join soon the Debian | Project. After reading some documentation, I've generated a PGP key | and reached the nearest Debian Developer in my country to get the | key signed. I got it, but he warned me that the key should better | NOT expire, whilst I generated a key with an expire date of 1 year | from that day. | It will be a problem one year from now :-) The easiest option is to edit the key and remove or change the expiration date with --edit-key and the "expire" command. $ gpg --edit-key gpg (GnuPG) 1.2.3-nr1; Copyright (C) 2003 Free Software Foundation, Inc. This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. See the file COPYING for details. Secret key is available. pub 1024D/DEADBEEF created: 2003-10-08 expires: never trust: -/- sub 1024g/D00DF00D created: 2003-10-08 expires: never (1). Black Sheep <[EMAIL PROTECTED]> Command> expire Changing expiration time for the primary key. Please specify how long the key should be valid. ~ 0 = key does not expire ~= key expires in n days ~ w = key expires in n weeks ~ m = key expires in n months ~ y = key expires in n years Key is valid for? (0) ... C -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.3-nr1 (Windows XP) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQE/q+r83A5SrXAiHQcRAo81AJ42gbWr+wTyDftuvDT1Z7Z+jWpKeACeNlwL b9v5R64PQJjr0ADAIHrdbXQ= =dDIl -END PGP SIGNATURE-
Re: RFS: kdiff3 - compares and merges 2 or 3 files or directories
On Fri, Nov 07, 2003 at 04:11:51PM +0100, Eike Sauer wrote: > Hello! > > While trying to do something useful for Debian by fixing > an RC bug, I needed a graphical diff and merge tool. > I found kdiff3 for KDE. I wondered why it is not yet > packaged, so it became my first public package. If there's > a better graphical diff already in Debian, I'd really like > to know (and have kdiff3 sponsored nevertheless). > there is gtkdiff but I don't know how good it is ;) -- Ayman Negm [EMAIL PROTECTED] -- Don't send me any attachment in Micro$oft (.DOC, .PPT) format please Read http://www.fsf.org/philosophy/no-word-attachments.html Preferable attachments: .PDF, .HTML, .TXT Thanx for adding this text to Your signature
hi!
“The hazards and gains of a changing community” Rural-urban community in Transitional condition The cause and effects of modernization The conflicting values in changing society The social pollutants in the Philippine society
Re: fw: jackd/ audio apps mini policy
Hi, Jack O'Quin wrote: > So far, no one is sure why CAP_SYS_RESOURCE is needed, but we find > that mlockall() fails without it. For good reason. The resource in question is physical memory. You could lock all the free memory with this program (thereby condemning it to swap death) if you're not VERY careful. -- Matthias Urlichs | {M:U} IT Design @ m-u-it.de | [EMAIL PROTECTED] Disclaimer: The quote was selected randomly. Really. | http://smurf.noris.de - - FIVE DAYS IS NOT TOO LONG TO WAIT FOR A GUN -- Bart Simpson on chalkboard in episode 1F20 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: RFS: avrdude - Programmer for Atmel AVR microcontrollers
Hi, michael-mayer wrote: > Should I choose the unmodified official > sources with this known limitation (as I did for now) or is it acceptable to > include my patch? If you can use the unmodified official sources, then you should do so. -- Matthias Urlichs | {M:U} IT Design @ m-u-it.de | [EMAIL PROTECTED] Disclaimer: The quote was selected randomly. Really. | http://smurf.noris.de - - Without death...there is no dark for the diamond to shine from. -- Clarissa Pinkola Estes, Women Who Run With the Wolves -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: config.sub and config.guess | .diff.gz bloat
On Thu, 06 Nov 2003, Zenaan Harkness wrote: > Should I email this to the debhelper script maintainer? No. But you could send a wishlist bug to the dh_make (or debmake, whichever one you used) pakcages to update it. I have changed this thing in autotools-dev' README for quite a while. The old cp way was there to satisfy some weird notion people (and even I, I admit :-) ) had that it was somewhat better to put the dang thing in the sources, since that's what upstream should have been doing anyway. > Even if the program I'm packaging doesn't use autotools If it needs config.sub or config.guess, then you need them in. Otherwise you obviously don't. I suggest you grep for them in your source tree. > (I have a vague understanding that perhaps they're needed > for cross-platform autobuilds and have to stay, but haven't > got a clear answer yet...)? config.sub is needed everywhere autoconf was used (it is called by the configure script). config.guess is often needed as well, either because you don't want users asking why calling ./configure doesn't work, or because you don't call configure properly in your debian/rules file in the first place (HINT: You are to tell it the build and target platforms using info from the proper env. variables). -- "One disk to rule them all, One disk to find them. One disk to bring them all and in the darkness grind them. In the Land of Redmond where the shadows lie." -- The Silicon Valley Tarot Henrique Holschuh -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
RFS: kdiff3 - compares and merges 2 or 3 files or directories
Hello! While trying to do something useful for Debian by fixing an RC bug, I needed a graphical diff and merge tool. I found kdiff3 for KDE. I wondered why it is not yet packaged, so it became my first public package. If there's a better graphical diff already in Debian, I'd really like to know (and have kdiff3 sponsored nevertheless). Package name: kdiff3 Version : 0.9.71 URL : http://kdiff3.sourceforge.net License : GPL Description: compares and merges 2 or 3 files or directories KDiff3 compares two or three input files and shows the differences line by line and character by character. It provides an automatic merge facility and an integrated editor for comfortable solving of merge conflicts. KDiff3 allows recursive directory comparison and merging as well. The package lintian and linda clean. Some of the entries in Build-Depends were neccessary to build it with pbuilder. I wonder why. (Just have a look at them and consider sponsoring meanwhile. ;o) ) The package as I'd like to have it uploaded can be found here: http://user.cs.tu-berlin.de/~eikes/debian/kdiff3/ Another package - as pdebuild built it - is not installable on my system due to dependency problems. dpkg says: "kdiff3 depends on libc6 (>= 2.3.2.ds1-4)", but I could not satisfy this with the most recent unstable libc. Ciao, Eike -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Error on dpkg-buildpackage
Hi all! Somebody can say me what is happening? I'm trying to build a .deb and it's generating this error when I run dpkg-buildpackage: # Add here commands to configure the package. CFLAGS=-Wall -g -O2 ./configure --host=i386-linux --build=i386-linux --prefix=/usr --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info /bin/sh: line 1: -g: command not found make: ** [config.status] Erro 127 This is second package that I try to build and generates this exactly error. what it must be made? Tnxs! -- José Oliveira <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Error on dpkg-buildpackage
On Fri, Nov 07, 2003 at 12:52:48PM -0300, José Oliveira wrote: > Hi all! Somebody can say me what is happening? I'm trying to build a > .deb and it's generating this error when I run dpkg-buildpackage: > > # Add here commands to configure the package. > CFLAGS=-Wall -g -O2 ./configure --host=i386-linux --build=i386-linux > --prefix=/usr --mandir=\${prefix}/share/man > --infodir=\${prefix}/share/info > /bin/sh: line 1: -g: command not found > make: ** [config.status] Erro 127 > > This is second package that I try to build and generates this exactly > error. what it must be made? http://bugs.debian.org/213118 cu andreas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Error on dpkg-buildpackage
On Fri, Nov 07, 2003 at 12:52:48PM -0300, José Oliveira wrote: > This is second package that I try to build and generates this exactly > error. what it must be made? It is a known error in dh-make (Bug #213118), simply quote the "$(CFLAGS)" part in the line containing the ./configure command to start like this: CFLAGS="$(CFLAGS)" ./configure --host=. Michael -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: RFS: kdiff3 - compares and merges 2 or 3 files or directories
On Fri, Nov 07, 2003 at 04:11:51PM +0100, Eike Sauer wrote: > Another package - as pdebuild built it - is not installable > on my system due to dependency problems. > dpkg says: "kdiff3 depends on libc6 (>= 2.3.2.ds1-4)", but > I could not satisfy this with the most recent unstable libc. That's been in unstable for a while; try updating. Cheers, -- Colin Watson [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
New-Boy: GPG Trouble + some more [long]
Hi everybody, I've just come here and wish to join soon the Debian Project. After reading some documentation, I've generated a PGP key and reached the nearest Debian Developer in my country to get the key signed. I got it, but he warned me that the key should better NOT expire, whilst I generated a key with an expire date of 1 year from that day. Is that a problem ? I mean, should I generate a new key and get back to him with that to be signed again? Isn't there any way to avoid going back and meet him _physically_ ? Currently, I am looking for a ``mentor'', while the developer I met could be my ``sponsor''. Maybe I misunderstood something, and he could be them both. In advance, I would show you my creature; I packaged a pre-preview here: http://www.lulli.net/paolo/hack/plml/plml_0.1-1_i386.deb It is a SGML DTD and tools; some documentations about : http://www.lulli.net/paolo/hack.html --> PLML I know I should write some more man pages, but `lintian' says something more I cannot understand: E: plml: FSSTND-dir-in-usr usr/man/ W: plml: unknown-section unknown Regards, Paolo Lulli -- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Error on dpkg-buildpackage
José Oliveira schrieb: > This is second package that I try to build and generates this exactly > error. what it must be made? AFAIR, you have to change CFLAGS=$(CFLAGS) ./configure [...] to CFLAGS="$(CFLAGS)" ./configure [...] in debian/rules. Ciao, Eike -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: New-Boy: GPG Trouble + some more [long]
On Fri, Nov 07, 2003 at 18:43:28 +0100, blacksheep wrote: > I know I should write some more man pages, but `lintian' says > something more I cannot understand: Try lintin plml*deb | lintian-info > E: plml: FSSTND-dir-in-usr usr/man/ You install man pages in /usr/man/, they should go to /usr/share/man Michael -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: New-Boy: GPG Trouble + some more [long]
On Fri, Nov 07, 2003 at 06:43:28PM +0100, blacksheep wrote: > I know I should write some more man pages, but `lintian' says > something more I cannot understand: > > E: plml: FSSTND-dir-in-usr usr/man/ Try rerun lintian with a -i option. It should tell you more. It seems that your postinst script makes symlink to /usr/doc. > W: plml: unknown-section unknown You should set section. For this package probably the best choice will be "text". regards fEnIo -- _ Bartosz Feński aka fEnIo | mailto:[EMAIL PROTECTED] | pgp:0x13fefc40 _|_|_32-050 Skawina - Głowackiego 3/15 - w. małopolskie - Polska (0 0) phone:+48501608340 | ICQ:46704720 | GG:726362 | IRC:fEnIo ooO--(_)--Ooo http://skawina.eu.org | JID:[EMAIL PROTECTED] | RLU:172001 signature.asc Description: Digital signature
Re: Error on dpkg-buildpackage
On Fri, Nov 07, 2003 at 05:12:29PM +0100, Eike Sauer wrote: > José Oliveira schrieb: > > This is second package that I try to build and generates this exactly > > error. what it must be made? > > AFAIR, you have to change > CFLAGS=$(CFLAGS) ./configure [...] > to > CFLAGS="$(CFLAGS)" ./configure [...] > in debian/rules. Wouldn't CFLAGS += .configure [...] be a lot easier in most cases? Regards: David -- /) David Weinehall <[EMAIL PROTECTED]> /) Northern lights wander (\ // Maintainer of the v2.0 kernel // Dance across the winter sky // \) http://www.acc.umu.se/~tao/(/ Full colour fire (/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: New-Boy: GPG Trouble + some more [long]
Hello! blacksheep schrieb: > I mean, should I generate a new key and get back to him > with that to be signed again? Isn't there any way to avoid > going back and meet him _physically_ ? I think if you sign the new key with the old one, you should be able to convince him (by mail) that the new one is valid as well. :o) > Currently, I am looking for a ``mentor'', while the developer I > met could be my ``sponsor''. Maybe I misunderstood something, > and he could be them both. It's possible (and reasonable) when he becomes both. > E: plml: FSSTND-dir-in-usr usr/man/ You should use /usr/share/man instead. > W: plml: unknown-section unknown You obviously didn't change the section of your package (found in debian/control). Ciao, Eike -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: New-Boy: GPG Trouble + some more [long]
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 blacksheep wrote: | Hi everybody, I've just come here and wish to join soon the Debian | Project. After reading some documentation, I've generated a PGP key | and reached the nearest Debian Developer in my country to get the | key signed. I got it, but he warned me that the key should better | NOT expire, whilst I generated a key with an expire date of 1 year | from that day. | It will be a problem one year from now :-) The easiest option is to edit the key and remove or change the expiration date with --edit-key and the "expire" command. $ gpg --edit-key gpg (GnuPG) 1.2.3-nr1; Copyright (C) 2003 Free Software Foundation, Inc. This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. See the file COPYING for details. Secret key is available. pub 1024D/DEADBEEF created: 2003-10-08 expires: never trust: -/- sub 1024g/D00DF00D created: 2003-10-08 expires: never (1). Black Sheep <[EMAIL PROTECTED]> Command> expire Changing expiration time for the primary key. Please specify how long the key should be valid. ~ 0 = key does not expire ~= key expires in n days ~ w = key expires in n weeks ~ m = key expires in n months ~ y = key expires in n years Key is valid for? (0) ... C -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.3-nr1 (Windows XP) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQE/q+r83A5SrXAiHQcRAo81AJ42gbWr+wTyDftuvDT1Z7Z+jWpKeACeNlwL b9v5R64PQJjr0ADAIHrdbXQ= =dDIl -END PGP SIGNATURE- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: RFS: kdiff3 - compares and merges 2 or 3 files or directories
On Fri, Nov 07, 2003 at 04:11:51PM +0100, Eike Sauer wrote: > Hello! > > While trying to do something useful for Debian by fixing > an RC bug, I needed a graphical diff and merge tool. > I found kdiff3 for KDE. I wondered why it is not yet > packaged, so it became my first public package. If there's > a better graphical diff already in Debian, I'd really like > to know (and have kdiff3 sponsored nevertheless). > there is gtkdiff but I don't know how good it is ;) -- Ayman Negm [EMAIL PROTECTED] -- Don't send me any attachment in Micro$oft (.DOC, .PPT) format please Read http://www.fsf.org/philosophy/no-word-attachments.html Preferable attachments: .PDF, .HTML, .TXT Thanx for adding this text to Your signature -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]