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 bug:

Re: bash script in /usr/games

2013-08-10 Thread Steven Hamilton
Etienne Millon writes: * Andreas Moog andreas.m...@warperbbs.de [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

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-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 you'd be

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 tree. I

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 entry in the build

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

Re: bash script in /usr/games

2013-08-09 Thread Etienne Millon
* Andreas Moog andreas.m...@warperbbs.de [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

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/package and my package is called mrrescue. When

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/package and my package is called mrrescue. When I renamed my

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/package and my package is called

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 to

Re: bash script in /usr/games

2013-08-08 Thread Ferenc Wagner
Steven Hamilton o...@scorch.net 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

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

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:

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/package and my package is called mrrescue. When I

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/package and my package is called mrrescue. When I renamed my shell script to