Re: trouble with packaging

2009-06-03 Thread Brendan Martens
Makes sense, I think I am understanding the build process on the whole much better now. Thank you all for your help. Brendan Martens On Jun 3, 2009, at 12:53 AM, Chow Loong Jin wrote: On Tue, 2009-06-02 at 19:25 -0700, Daniel Moerner wrote: On Tue, Jun 2, 2009 at 10:31 AM, Brendan Martens

Re: trouble with packaging

2009-06-02 Thread Chow Loong Jin
On Tue, 2009-06-02 at 19:25 -0700, Daniel Moerner wrote: > On Tue, Jun 2, 2009 at 10:31 AM, Brendan Martens > wrote: > > Your change worked! : ) Thanks very much. > > So if I understand this correctly... I need to edit debian/rules so that the > > build section works as if I told make install to i

Re: trouble with packaging

2009-06-02 Thread Daniel Moerner
On Tue, Jun 2, 2009 at 10:31 AM, Brendan Martens wrote: > Your change worked! : ) Thanks very much. > So if I understand this correctly... I need to edit debian/rules so that the > build section works as if I told make install to install to > debian/program_name, using DESTDIR? Yes, you want to i

Re: trouble with packaging

2009-06-02 Thread Brendan Martens
Your change worked! : ) Thanks very much. So if I understand this correctly... I need to edit debian/rules so that the build section works as if I told make install to install to debian/program_name, using DESTDIR? Brendan Martens Server Administrator CrossComm, Inc. 919.667.9432 ofc 919.

Re: trouble with packaging

2009-06-02 Thread Daniel Moerner
On Tue, Jun 2, 2009 at 8:21 AM, Brendan Martens wrote: Sorry your getting this twice Daniel, realized I didn't reply to list. Thanks for the reply. This is what my debian/rules file looks like: http://pastebin.com/f135b3d42 Is it normal to have to manually edit the rules file to make it run mak

Re: trouble with packaging

2009-06-02 Thread Brendan Martens
Sorry your getting this twice Daniel, realized I didn't reply to list. Thanks for the reply. This is what my debian/rules file looks like: http://pastebin.com/f135b3d42 Is it normal to have to manually edit the rules file to make it run make install? The tweaks I tried on debian/rules was to

Re: trouble with packaging

2009-06-01 Thread Daniel Moerner
On Mon, Jun 1, 2009 at 2:14 PM, Brendan Martens wrote: > I've never made a "real" package before, so I apologize in advance if I'm > making a noob mistake. I have tried to read through the debian maintainers > documentation and various documentation and walkthroughs I can find > > So basically