Re: LeJOS NXJ Packaging

2010-07-27 Thread Michael Tautschnig
Hi Chris, > I am trying to package the LeJOS NXJ project, its a java apt and > replacement firmware for the Lego Mindstorms NXT. On the subject of > packaging, the LeJOS NXJ project releases there project including all > the 3rd party jars, pre-compiled jars and compiled firmware images and > JNI

RFS: monkey (updated package)

2010-07-27 Thread Thorsten Schmale
Dear mentors, I am looking for a sponsor for the new version 0.11.0-1 of my package "monkey". It builds these binary packages: monkey - very small and fast open source web server for Linux The package appears to be lintian clean. The package can be found on mentors.debian.net: - URL: http:/

Re: RFS: cba

2010-07-27 Thread pierrot
Dear Sylvestre, On 26/07/10 17:43, Sylvestre Ledru wrote: Le lundi 26 juillet 2010 à 12:22 +0100, pierrot a écrit : Dear Sylvestre, On 26/07/10 15:22, Sylvestre Ledru wrote: Hello, Le vendredi 23 juillet 2010 à 12:55 +0100, pierrot a écrit : Dear Sylvestre, thank you for your ITS (intent t

Re: LeJOS NXJ Packaging

2010-07-27 Thread Chris Baines
On Tue, 2010-07-27 at 09:07 +0200, Michael Tautschnig wrote: > Hi Chris, > > > I am trying to package the LeJOS NXJ project, its a java apt and > > replacement firmware for the Lego Mindstorms NXT. On the subject of > > packaging, the LeJOS NXJ project releases there project including all > > the

RE: FGRun Lintian Error

2010-07-27 Thread Chris Baines
On Mon, 2010-07-26 at 19:01 +1000, Matthew Palmer wrote: > On Mon, Jul 26, 2010 at 09:31:10AM +0100, Chris Baines wrote: > > Hello mentors, > > > > I am getting a package-section-games-but-contains-no-game lintian error > > on my package fgrun. FGRun is a FLightGear graphical launcher, > > FlightG

Re: FGRun Lintian Error

2010-07-27 Thread Paul Wise
On Tue, Jul 27, 2010 at 7:46 AM, Chris Baines wrote: > How would you go about doing this? Would you patch the makefile or add > something in to the debian/rules file. My rules file is pretty basic at > the moment and just consists of: > %: >        dh $@ chromium-bsu debian/rules: %: dh

How to Deal with files created dynamically

2010-07-27 Thread Chris Baines
Hello Mentors, I am looking at creating packages that involve programs that create caches while running of images or other files. But I am a bit stumped at what to do with the files they create, both where they are meant to go and with what permissions. Both programs build there caches off system

Re: LeJOS NXJ Packaging

2010-07-27 Thread Michael Tautschnig
Hi Chris, [...] > > It needs to be built with softfloats and interworking enabled and needs > to be built with a specific version of the gcc (4.3.x, not the current > one). > In this case you might want to ship gcc 4.3.x together with your package, build it first, and then compile the firmware

Re: How to Deal with files created dynamically

2010-07-27 Thread Matt Zagrabelny
On Tue, Jul 27, 2010 at 6:53 AM, Chris Baines wrote: > Hello Mentors, > > I am looking at creating packages that involve programs that create > caches while running of images or other files. But I am a bit stumped at > what to do with the files they create, both where they are meant to go > and wi

Re: will different compiler generate different symbols?

2010-07-27 Thread Liang Guo
2010/7/16 Russ Allbery : > > If so, you won't be alone, and I'm sure we'll end up with a transition > plan. > > I've been holding off on adding symbols for C++ libraries until the > support for C++ symbol patterns is in stable for exactly that reason.  It > resolves the problem of different manglin

Re: RFS: libaosd (updated package)

2010-07-27 Thread Paul Wise
On Fri, Jul 23, 2010 at 8:45 PM, Eugene Paskevich wrote: > I am looking for a sponsor for the new version 0.2.6-1 > of the package "libaosd". As promised on IRC, here is a review: Why did you add the libaosd-text-dev package? Policy 3.9.1 is out. You could mention in the changelog that the ma

Re: How to Deal with files created dynamically

2010-07-27 Thread Chris Baines
On Tue, 2010-07-27 at 10:03 -0500, Matt Zagrabelny wrote: > On Tue, Jul 27, 2010 at 6:53 AM, Chris Baines wrote: > > Hello Mentors, > > > > I am looking at creating packages that involve programs that create > > caches while running of images or other files. But I am a bit stumped at > > what to d

Re: FGRun Lintian Error

2010-07-27 Thread Chris Baines
On Tue, 2010-07-27 at 07:53 -0400, Paul Wise wrote: > On Tue, Jul 27, 2010 at 7:46 AM, Chris Baines wrote: > > > How would you go about doing this? Would you patch the makefile or add > > something in to the debian/rules file. My rules file is pretty basic at > > the moment and just consists of:

Re: How to Deal with files created dynamically

2010-07-27 Thread Matthew Palmer
On Tue, Jul 27, 2010 at 10:03:42AM -0500, Matt Zagrabelny wrote: > On Tue, Jul 27, 2010 at 6:53 AM, Chris Baines wrote: > > Hello Mentors, > > > > I am looking at creating packages that involve programs that create > > caches while running of images or other files. But I am a bit stumped at > > wh

Re: How to Deal with files created dynamically

2010-07-27 Thread Chris Baines
On Wed, 2010-07-28 at 05:52 +1000, Matthew Palmer wrote: > On Tue, Jul 27, 2010 at 10:03:42AM -0500, Matt Zagrabelny wrote: > > On Tue, Jul 27, 2010 at 6:53 AM, Chris Baines wrote: > > > Hello Mentors, > > > > > > I am looking at creating packages that involve programs that create > > > caches whi

Re: will different compiler generate different symbols?

2010-07-27 Thread Russ Allbery
Liang Guo writes: > Is it acceptable that a library come without symbols file? Yes. It's still optional, particularly for C++ libraries I think. > I found my package will generate different symbols in different > platform(i386 & amd64), if I use symbols generated in amd64, it will not > compil

Re: How to Deal with files created dynamically

2010-07-27 Thread Matt Zagrabelny
On Tue, Jul 27, 2010 at 3:26 PM, Chris Baines wrote: > On Wed, 2010-07-28 at 05:52 +1000, Matthew Palmer wrote: >> On Tue, Jul 27, 2010 at 10:03:42AM -0500, Matt Zagrabelny wrote: >> > On Tue, Jul 27, 2010 at 6:53 AM, Chris Baines wrote: >> > > Hello Mentors, >> > > >> > > I am looking at creatin

Re: will different compiler generate different symbols?

2010-07-27 Thread Michael Tautschnig
[...] > > I found my package will generate different symbols in different > > platform(i386 & amd64), if I use symbols generated in amd64, it will not > > compile in i386; if I use symbols generated in i386, it will not compile > > in amd64, I have not test other platform, but I think it may have

Re: RFS: libaosd (updated package)

2010-07-27 Thread Eugene Paskevich
On Tue, 27 Jul 2010 20:11:47 +0300, Paul Wise wrote: On Fri, Jul 23, 2010 at 8:45 PM, Eugene Paskevich wrote: I am looking for a sponsor for the new version 0.2.6-1 of the package "libaosd". As promised on IRC, here is a review: First of all I'd like to thank you for your time and help

Re: RFS: libaosd (updated package)

2010-07-27 Thread Russ Allbery
"Eugene Paskevich" writes: > It removed most of the warnings but these two: > dpkg-shlibdeps: warning: dependency on libpthread.so.0 could be avoided if > "debian/aosd-cat/usr/bin/aosd_cat" were not uselessly linked against it > (they use none of its symbols). > dpkg-shlibdeps: warning: dependen

Re: RFS: libaosd (updated package)

2010-07-27 Thread Eugene Paskevich
On Wed, 28 Jul 2010 02:40:18 +0300, Russ Allbery wrote: "Eugene Paskevich" writes: dpkg-shlibdeps: warning: dependency on libpthread.so.0 could be avoided if "debian/aosd-cat/usr/bin/aosd_cat" were not uselessly linked against it (they use none of its symbols). dpkg-shlibdeps: warning: dep

Re: How to Deal with files created dynamically

2010-07-27 Thread Matthew Palmer
On Tue, Jul 27, 2010 at 03:47:48PM -0500, Matt Zagrabelny wrote: > On Tue, Jul 27, 2010 at 3:26 PM, Chris Baines wrote: > > On Wed, 2010-07-28 at 05:52 +1000, Matthew Palmer wrote: > >> On Tue, Jul 27, 2010 at 10:03:42AM -0500, Matt Zagrabelny wrote: > >> > On Tue, Jul 27, 2010 at 6:53 AM, Chris B