RE: Packaging of Misterhouse

2001-05-16 Thread Sean 'Shaleh' Perry
On 16-May-2001 Mabe, David, M (Dave) wrote: Debian-Mentors: I am working on packaging Misterhouse (http://www.misterhouse.net), a home automation program written entirely in perl. This program has no makefile for installing, you just unzip, untar and go. Question 1: Will I have

Re: Packaging of Misterhouse

2001-05-16 Thread Eric Van Buggenhaut
Well, here's the attachment :-) -- Eric VAN BUGGENHAUT [EMAIL PROTECTED] #!/usr/bin/make -f # GNU copyright 1997 to 1999 by Joey Hess. # GNU copyright 2000 by Eric Van Buggenhaut. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 # This is the debhelper compatability version

Re: Packaging of Misterhouse

2001-05-16 Thread Richard Braakman
On Wed, May 16, 2001 at 01:05:32PM -0400, Mabe, David, M (Dave) wrote: There is a name conflict as the main program runs a perl script called 'mh' and this conflicts with mail handler. If only the main program runs this script, and it's not meant for users, then there's no need to put it in

Re: Packaging of Misterhouse

2001-05-16 Thread Javier Viñuales Gutiérrez
On mié, may 16, 2001 at 01:05:32 -0400, Mabe, David, M (Dave) wrote: I am working on packaging Misterhouse (http://www.misterhouse.net), a home automation program written entirely in perl. This program has no makefile for installing, you just unzip, untar and go. Hello, I was intending

Packaging of Misterhouse

2001-05-16 Thread Mabe, David, M \(Dave\)
Debian-Mentors: I am working on packaging Misterhouse (http://www.misterhouse.net), a home automation program written entirely in perl. This program has no makefile for installing, you just unzip, untar and go. Question 1: Will I have to change the install routine to use 'make' even though

RE: Packaging of Misterhouse

2001-05-16 Thread Sean 'Shaleh' Perry
On 16-May-2001 Mabe, David, M (Dave) wrote: Debian-Mentors: I am working on packaging Misterhouse (http://www.misterhouse.net), a home automation program written entirely in perl. This program has no makefile for installing, you just unzip, untar and go. Question 1: Will I have

Re: Packaging of Misterhouse

2001-05-16 Thread Eric Van Buggenhaut
On Wed, May 16, 2001 at 01:05:32PM -0400, Mabe, David, M (Dave) wrote: Debian-Mentors: I am working on packaging Misterhouse (http://www.misterhouse.net), a home automation program written entirely in perl. This program has no makefile for installing, you just unzip, untar and go

Re: Packaging of Misterhouse

2001-05-16 Thread Eric Van Buggenhaut
Well, here's the attachment :-) -- Eric VAN BUGGENHAUT [EMAIL PROTECTED] #!/usr/bin/make -f # GNU copyright 1997 to 1999 by Joey Hess. # GNU copyright 2000 by Eric Van Buggenhaut. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 # This is the debhelper compatability version to

Re: Packaging of Misterhouse

2001-05-16 Thread Richard Braakman
On Wed, May 16, 2001 at 01:05:32PM -0400, Mabe, David, M (Dave) wrote: There is a name conflict as the main program runs a perl script called 'mh' and this conflicts with mail handler. If only the main program runs this script, and it's not meant for users, then there's no need to put it in the

Re: Packaging of Misterhouse

2001-05-16 Thread Javier Viñuales Gutiérrez
On mié, may 16, 2001 at 01:05:32 -0400, Mabe, David, M (Dave) wrote: I am working on packaging Misterhouse (http://www.misterhouse.net), a home automation program written entirely in perl. This program has no makefile for installing, you just unzip, untar and go. Hello, I was intending