adding artwork | app conf

2009-05-26 Thread schoappied
Hi, I'm wondering howto make an package which installs artwork in the right place and sets the wanted desktop settings like themes, panel etc. Also I like to know how to edit configuration of applications before building an custom iso. Thanks in advance, ~D -- To UNSUBSCRIBE, email to

Renaming a library.

2009-05-26 Thread Charles Plessy
Dear all, Together with Upstream and the Fedora packager, we decided some time ago that a library in a package I am preparing will be renamed in Debian and Fedora, from ‘libread’ to ‘libstaden-read’. In Fedora, this is done by using sed on some ‘.in’ files:

Re: how to check for binary compability?

2009-05-26 Thread Jonas Meurer
Hey, First thanks for your very valuable answers, they helped me a lot. On 25/05/2009 Russ Allbery wrote: Jonas Meurer jo...@freesources.org writes: At packaging mimelib1 from standalone-source I patched the sources to use strncpy/strncat instead of strlcpy/strlcpy along with several

Re: Renaming a library.

2009-05-26 Thread Daniel Leidert
Charles Plessy wrote: Together with Upstream and the Fedora packager, we decided some time ago that a library in a package I am preparing will be renamed in Debian and Fedora, from ‘libread’ to ‘libstaden-read’. In Fedora, this is done by using sed on some ‘.in’ files:

Re: Renaming a library.

2009-05-26 Thread Charles Plessy
Le Tue, May 26, 2009 at 01:53:22PM +0200, Daniel Leidert a écrit : You can modify the Makefile.in. So you don't need to run the autotools chain. --- a/io_lib/Makefile.am +++ b/io_lib/Makefile.am @@ -1,6 +1,6 @@ -lib_LIBRARIES = libread.a +lib_LIBRARIES = libstaden-read.a

Re: how to check for binary compability?

2009-05-26 Thread Boyd Stephen Smith Jr.
In 20090526113058.ga5...@resivo.wgnet.de, Jonas Meurer wrote: On 25/05/2009 Russ Allbery wrote: Jonas Meurer jo...@freesources.org writes: -_ZN8DwStringixEm i don't understand that one at all. I cannot find anything with the string 'ZN8DwStringixEm' in either kdepim or kdelibs sources. It

Re: Not RFS: febootstrap (ITP #530425)

2009-05-26 Thread Stéphane Glondu
Richard W.M. Jones a écrit : filelight is useful to find out which parts of the filesystem are consuming too much space. [...] However filelight is a very large dependency (pulls in large parts of KDE + X11) so it's only a suggestion. What about suggesting filelight | gnome-utils, then?

Re: Not RFS: febootstrap (ITP #530425)

2009-05-26 Thread Richard W.M. Jones
On Tue, May 26, 2009 at 03:47:19PM +0200, Stéphane Glondu wrote: Richard W.M. Jones a écrit : filelight is useful to find out which parts of the filesystem are consuming too much space. [...] However filelight is a very large dependency (pulls in large parts of KDE + X11) so it's only a

Not RFS: libguestfs (ITP #530427)

2009-05-26 Thread Richard W.M. Jones
http://www.annexia.org/tmp/debian/ I've also uploaded libguestfs to the URL above. Now this is a much more tricky package than febootstrap. libguestfs home page: http://et.redhat.com/~rjones/libguestfs/ It's a C library, but the source contains bindings to many different programming

Re: RFS: sphinxsearch

2009-05-26 Thread Tom Simnett
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dmitrijs Ledkovs wrote: 1) rules - have you though of using dh7 style? (just %: dh @ with overrides) Or is there a _specific_ reason for debhelper 5 compatability? (lenny has debhelper 7 so it should be easy to backport) With debhelper 7 your

Re: RFS: sphinxsearch

2009-05-26 Thread Dmitrijs Ledkovs
Again I'm not a DD. Dmitrijs Ledkovs wrote: 1) rules - have you though of using dh7 style? (just %: dh @ with This is because I need a package for etch too and the one package works across the board without problems using dh5. Is this the wrong way to do it? That's fine. As long as you

Re: how to check for binary compability?

2009-05-26 Thread Jonas Meurer
Hello, On 26/05/2009 Boyd Stephen Smith Jr. wrote: In 20090526113058.ga5...@resivo.wgnet.de, Jonas Meurer wrote: On 25/05/2009 Russ Allbery wrote: More concerning is the last symbol removal, which indicates that the library has removed: DwString::operator[](unsigned long)

Re: RFS: sphinxsearch

2009-05-26 Thread Tom Simnett
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dmitrijs Ledkovs wrote: 2) rules - please consider running the test suite here (*hint* needs a variable in rules) I've been looking around for this but can't find any documentation for it. (sorry I've been referring to CDBS / dh(1)) basicly

First steps

2009-05-26 Thread Federico Gimenez Nieto
Dear mentors, This is my first message to the list so hi to all :) I would like to begin collaborating in package maintaining. I've followed the guide at [1] and, after looking at [2] for Os and RFAs (specially those related with php, ruby or xml in general), i've found at [3] an RFP for openx,

Re: RFS: subtitlecomposer (new package, second try)

2009-05-26 Thread José Manuel Santamaría Lema
On Martes, 19 de Mayo de 2009 16:51:05 Charles Plessy escribió: Le Tue, May 19, 2009 at 02:02:54AM +0200, José Manuel Santamaría Lema a écrit : http://mentors.debian.net/debian/pool/main/s/subtitlecomposer/subtitlecom poser_0.5.2-1.dsc Dear José, Thank you for bringing Subtitle

Re: RFS: kplayer

2009-05-26 Thread Patrick Matthäi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David Palacio schrieb: On Sábado 16 Mayo 2009 04:40:17 Patrick Matthäi escribió: David Palacio schrieb: - URL: http://mentors.debian.net/debian/pool/main/k/kplayer * debian/control: - The bugs field is useless here Now format is useless -

Re: how to check for binary compability?

2009-05-26 Thread Jan C. Nordholz
Hi Jonas, [_ZN8DwStringixEj] that symbol is defined in mimelib/mimelib/string.h as ] inline char DwString::operator [] (size_t aPos) It is pulled in by mimelib/param.cpp because of ] void DwParameter::Parse() ] { ] [...] ] if (len 2 mValue[0] == '\'' mValue[len-1] == '\'') { ]

Re: First steps

2009-05-26 Thread Daniel Moerner
Welcome! On Tue, May 26, 2009 at 10:38 AM, Federico Gimenez Nieto fgime...@coit.es wrote: I would like to begin collaborating in package maintaining. I've followed the guide at [1] and, after looking at [2] for Os and RFAs (specially those related with php, ruby or xml in general), i've found

Re: RFS: poco (updated package)

2009-05-26 Thread George Danchev
On Sunday 24 May 2009 21:14:10 krzysz...@burghardt.pl wrote: Dear mentors, Hi, http://mentors.debian.net/debian/pool/main/p/poco/poco_1.3.5-1.dsc Looks good. I also checked buildability of clamfs with poco 1.3.5-1 (the only package in the archive which build-depends on libpobo-dev). The

Re: Not RFS: libguestfs (ITP #530427)

2009-05-26 Thread Paul Wise
On Tue, May 26, 2009 at 10:27 PM, Richard W.M. Jones rjo...@redhat.com wrote: This package also uses febootstrap to build a Fedora appliance[0], which is then embedded in the resulting binary[1].  The Fedora appliance is of course built out of Fedora RPMs, and in the default configuration