Finding dependencies

2006-02-21 Thread Niranjan Nayak
Hi to all I am building the debian of my kde projcet . I have some doubts; How can I find the dependencies for a package ? Is there any "hack" ? If any what is that and how I will use that one . All help will be greatly appriciated . Thanks

Finding dependencies

2003-07-02 Thread Jaime Robles
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello. I am doing my NM process and i have a question that i still don't know how to answer properly O:-) It is about finding dependencies. How can i find the dependencies for a package? I know that there is a "hack" to find them bu

Finding dependencies

2003-07-02 Thread Jaime Robles
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello. I am doing my NM process and i have a question that i still don't know how to answer properly O:-) It is about finding dependencies. How can i find the dependencies for a package? I know that there is a "hack" to find them bu

Re: Finding dependencies

2006-02-21 Thread Steffen Joeris
On Tuesday 21 February 2006 11:24, Niranjan Nayak wrote: > Hi > to all > I am building the debian of my kde projcet . I have some > doubts; > > How can I find the dependencies for a package ? Is there >any "hack" ? If any what is that and how I will use that one .

Re: Finding dependencies

2006-02-21 Thread Justin Pryzby
On Tue, Feb 21, 2006 at 03:54:02PM +0530, Niranjan Nayak wrote: > Hi > to all > I am building the debian of my kde projcet . I have some doubts; > > How can I find the dependencies for a package ? Is there >any "hack" ? If any what is that and how I will use that

Re: Finding dependencies

2006-02-21 Thread Eddy Petrişor
On 2/21/06, Justin Pryzby <[EMAIL PROTECTED]> wrote: > One technique for finding these is to grep for > included headers, something like grep -r '^#include <' . |sort -u May I suggest: grep -r "\s*#include\s\s<" . |sort -u as it perfectly legal to place the includes at some whitespaces away from

Re: Finding dependencies

2006-02-21 Thread Eddy Petrişor
On 2/21/06, Eddy Petrişor <[EMAIL PROTECTED]> wrote: > May I suggest: > grep -r "\s*#include\s\s<" . |sort -u I ment grep -r -e "\s*#include\s\s*<" . |sort -u -- Regards, EddyP = "Imagination is more important than knowledge" A.Einstein

Re: Finding dependencies

2006-02-21 Thread Bas Wijnen
On Tue, Feb 21, 2006 at 03:19:30PM +0200, Eddy Petri?or wrote: > grep -r -e "\s*#include\s\s*<" . |sort -u At least gcc doesn't have a problem with anything which matches '^\s*#\s*include\s*<' So that may be a better expression. Thanks, Bas Wijnen -- I encourage people to send encrypted e-mail

Re: Finding dependencies

2003-07-02 Thread Stephen Gran
This one time, at band camp, Jaime Robles said: > Hello. Hello, > I am doing my NM process and i have a question that i still don't know > how to answer properly O:-) > > It is about finding dependencies. How can i find the dependencies for > a package? I know that th

Re: Finding dependencies

2003-07-03 Thread Jaime Robles
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 El Jueves, 3 de Julio de 2003 00:55, Stephen Gran escribió: > I'm not sure if you mean Depends: or Build-Depends: here - I'm going to > assume Depends: here. Running objdump on your binaries is a always a You are right, i mean Depends ;-) I am going

Re: Finding dependencies

2003-07-02 Thread Stephen Gran
This one time, at band camp, Jaime Robles said: > Hello. Hello, > I am doing my NM process and i have a question that i still don't know > how to answer properly O:-) > > It is about finding dependencies. How can i find the dependencies for > a package? I know that th

Re: Finding dependencies

2003-07-03 Thread Jaime Robles
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 El Jueves, 3 de Julio de 2003 00:55, Stephen Gran escribió: > I'm not sure if you mean Depends: or Build-Depends: here - I'm going to > assume Depends: here. Running objdump on your binaries is a always a You are right, i mean Depends ;-) I am going