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,
  FlightGear is a flight simulator game. FGRun puts its binary in
  the /usr/bin directory. FGRun is not a game, however it depends on
  FlightGear and its only current purpose is to configure and launch
  FlightGear which is a game.
  
  Should I just ignore the error or place the binary in the
  games /usr/share/games directory or change the section of the
package to
  something else?
 
 I would be inclined to move it into /usr/games; whilst it may not be a
game
 itself, per se, it's certainly more game than anything else.
 
 - Matt

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 $@  

(Sorry Mat) Chris



-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1280231173.19625.0.ca...@chris-debian-desktop



Re: FGRun Lintian Error

2010-07-27 Thread Paul Wise
On Tue, Jul 27, 2010 at 7:46 AM, Chris Baines cbain...@gmail.com 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 --with autotools_dev $@ --parallel

override_dh_auto_configure:
dh_auto_configure -- CXXFLAGS=$(CXXFLAGS) -Wall
--bindir=/usr/games --datadir=/usr/share/games

If your upstream is not using autotools then this probably won't work.

BTW, if you are interested in joining the Debian games team we need more folk.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlktimnj+oxk1auxmujqrgwd5zcg8ogs8hbzv9at...@mail.gmail.com



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 cbain...@gmail.com 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 --with autotools_dev $@ --parallel
 
 override_dh_auto_configure:
 dh_auto_configure -- CXXFLAGS=$(CXXFLAGS) -Wall
 --bindir=/usr/games --datadir=/usr/share/games
 
 If your upstream is not using autotools then this probably won't work.
 
 BTW, if you are interested in joining the Debian games team we need more folk.
 
 -- 
 bye,
 pabs
 
 http://wiki.debian.org/PaulWise


Thanks Paul, that was the final fix I needed. I have now uploaded my
package to the mentors site. However it wont be available in Debian
until simgear is upgraded and unfortunately I don't think that will
happen until I get around to it!

The games team sounds interesting, I have just joined the mailing list.

Thanks again,

Chris



-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1280257694.24766.6.ca...@chris-debian-desktop



FGRun Lintian Error

2010-07-26 Thread Chris Baines
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,
FlightGear is a flight simulator game. FGRun puts its binary in
the /usr/bin directory. FGRun is not a game, however it depends on
FlightGear and its only current purpose is to configure and launch
FlightGear which is a game.

Should I just ignore the error or place the binary in the
games /usr/share/games directory or change the section of the package to
something else?

Thanks,

Chris


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1280133070.3087.12.ca...@chris-debian-desktop



Re: FGRun Lintian Error

2010-07-26 Thread Matthew Palmer
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,
 FlightGear is a flight simulator game. FGRun puts its binary in
 the /usr/bin directory. FGRun is not a game, however it depends on
 FlightGear and its only current purpose is to configure and launch
 FlightGear which is a game.
 
 Should I just ignore the error or place the binary in the
 games /usr/share/games directory or change the section of the package to
 something else?

I would be inclined to move it into /usr/games; whilst it may not be a game
itself, per se, it's certainly more game than anything else.

- Matt


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100726090124.gb19...@hezmatt.org