Re: bash script in /usr/games

2013-08-11 Thread Steven Hamilton
Andreas Moog writes: > On 10.08.2013 13:18, Steven Hamilton wrote: > > Apologies for the copy per mail, I was hitting the wrong button. > >> Done. Sorry for the time wasting. I should've done this to begin >> with. >> >> https://mentors.debian.net/package/mrrescue >> > > Hmm, looks indeed like a

Re: bash script in /usr/games

2013-08-10 Thread Andreas Moog
On 10.08.2013 13:18, Steven Hamilton wrote: Apologies for the copy per mail, I was hitting the wrong button. > Done. Sorry for the time wasting. I should've done this to begin > with. > > https://mentors.debian.net/package/mrrescue > Hmm, looks indeed like a bug: dh_installinit -O-Pdebian/tmp

Re: bash script in /usr/games

2013-08-10 Thread Steven Hamilton
Etienne Millon writes: > * Andreas Moog [130809 14:21]: >> Do you have the package somewhere to download? > > +1, it would be more efficient to just see your packaging. > > You can upload it on http://mentors.debian.net/ if you want. > Done. Sorry for the time wasting. I should've done this to

Re: bash script in /usr/games

2013-08-09 Thread Etienne Millon
* Andreas Moog [130809 14:21]: > Do you have the package somewhere to download? +1, it would be more efficient to just see your packaging. You can upload it on http://mentors.debian.net/ if you want. -- Etienne Millon -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with

Re: bash script in /usr/games

2013-08-09 Thread Andreas Moog
On 09.08.2013 14:00, Steven Hamilton wrote: > Actually, I redact that. It dh IS mistakenly generating an init entry by > mistake. > > mongrol@stink:~/dev/debian/mrrescue/mrrescue-1.02-love/debian/mrrescue_build/etc/init.d$ > pwd > /home/mongrol/dev/debian/mrrescue/mrrescue-1.02-love/debian/mrresc

Re: bash script in /usr/games

2013-08-09 Thread Andrey Rahmatullin
On Fri, Aug 09, 2013 at 10:00:59PM +1000, Steven Hamilton wrote: > >> On Thu, Aug 08, 2013 at 09:32:34PM +1000, Steven Hamilton wrote: > >>> I've just done some more testing though and dh is definitely > >>> interperating my bash file as an init script and creating a > >>> /etc/init.d/mrrescue entr

Re: bash script in /usr/games

2013-08-09 Thread Steven Hamilton
Steven Hamilton writes: > Andrey Rahmatullin writes: > >> On Thu, Aug 08, 2013 at 09:32:34PM +1000, Steven Hamilton wrote: >>> I've just done some more testing though and dh is definitely >>> interperating my bash file as an init script and creating a >>> /etc/init.d/mrrescue entry in the build t

Re: bash script in /usr/games

2013-08-09 Thread Steven Hamilton
Andrey Rahmatullin writes: > On Thu, Aug 08, 2013 at 09:32:34PM +1000, Steven Hamilton wrote: >> I've just done some more testing though and dh is definitely >> interperating my bash file as an init script and creating a >> /etc/init.d/mrrescue entry in the build tree. > I don't think so. And y

Re: bash script in /usr/games

2013-08-08 Thread Ferenc Wagner
Steven Hamilton writes: > I've just done some more testing though and dh is definitely > interperating my bash file as an init script and creating a > /etc/init.d/mrrescue entry in the build tree. Any ideas how to override > this behaviour? Didn't you name your script debian/init or debian/mrres

Re: bash script in /usr/games

2013-08-08 Thread Andrey Rahmatullin
On Thu, Aug 08, 2013 at 09:32:34PM +1000, Steven Hamilton wrote: > I've just done some more testing though and dh is definitely > interperating my bash file as an init script and creating a > /etc/init.d/mrrescue entry in the build tree. I don't think so. -- WBR, wRAR -- To UNSUBSCRIBE, email

Re: bash script in /usr/games

2013-08-08 Thread Steven Hamilton
Andrey Rahmatullin writes: > On Thu, Aug 08, 2013 at 09:04:02PM +1000, Steven Hamilton wrote: >> >> >> then change the tmpdir using the following; >> >> >> >> >> >>dh $@ -Pdebian/mrrescue_build >> >> > Why did you do this? >> >> >> >> Because the default for the tmpdir is "debian/" and

Re: bash script in /usr/games

2013-08-08 Thread Andrey Rahmatullin
On Thu, Aug 08, 2013 at 09:04:02PM +1000, Steven Hamilton wrote: > >> >> then change the tmpdir using the following; > >> >> > >> >> dh $@ -Pdebian/mrrescue_build > >> > Why did you do this? > >> > >> Because the default for the tmpdir is "debian/" and my package > >> is called "mrrescue"

Re: bash script in /usr/games

2013-08-08 Thread Steven Hamilton
Andrey Rahmatullin writes: > On Wed, Aug 07, 2013 at 08:50:04PM +1000, Steven Hamilton wrote: >> >> then change the tmpdir using the following; >> >> >> >> dh $@ -Pdebian/mrrescue_build >> > Why did you do this? >> >> Because the default for the tmpdir is "debian/" and my package >> is called

Re: bash script in /usr/games

2013-08-07 Thread Andrey Rahmatullin
On Wed, Aug 07, 2013 at 08:50:04PM +1000, Steven Hamilton wrote: > >> then change the tmpdir using the following; > >> > >>dh $@ -Pdebian/mrrescue_build > > Why did you do this? > > Because the default for the tmpdir is "debian/" and my package > is called "mrrescue". When I renamed my shell

Re: bash script in /usr/games

2013-08-07 Thread Steven Hamilton
Andrey Rahmatullin writes: > On Wed, Aug 07, 2013 at 07:51:07PM +1000, Steven Hamilton wrote: >> then change the tmpdir using the following; >> >> dh $@ -Pdebian/mrrescue_build > Why did you do this? Because the default for the tmpdir is "debian/" and my package is called "mrrescue". When

Re: bash script in /usr/games

2013-08-07 Thread Andrey Rahmatullin
On Wed, Aug 07, 2013 at 07:51:07PM +1000, Steven Hamilton wrote: > then change the tmpdir using the following; > > dh $@ -Pdebian/mrrescue_build Why did you do this? > However, now I get lintian warnings on init.d > > W: mrrescue: init.d-script-missing-lsb-section etc/init.d/mrrescue > E:

bash script in /usr/games

2013-08-07 Thread Steven Hamilton
Hi folks, I'm following the strategy I developed with Mari0 to package another (license compliant) LOVE game called Mr Rescue. Lintian complained that my bash script (going in /usr/games) had a .sh suffix. I've removed it then change the tmpdir using the following; dh $@ -Pdebian/mrrescue