Re: Help, the template debian/rules is too simple

2009-11-03 Thread Wolodja Wentland
On Mon, Nov 02, 2009 at 20:25 +0800, waixy zhou wrote: > "debian/" directory, then i find the file mdebian/rules is too simple, just > 3 lines left after eliminating the comments, as follows: > #! /usr/bin/make -f >

Re: Help, the template debian/rules is too simple

2009-11-03 Thread Andrew Reid
On Monday 02 November 2009 23:42:54 waixy zhou wrote: > I admit what I'm doing is a little beyond my current skill, after all, I'm > just a user of Debian not a developer. But I think it is better using > apt/dpkg to manage the software/tools I need in my research than just using > "./configure &&

Re: Help, the template debian/rules is too simple

2009-11-02 Thread waixy zhou
I admit what I'm doing is a little beyond my current skill, after all, I'm just a user of Debian not a developer. But I think it is better using apt/dpkg to manage the software/tools I need in my research than just using "./configure && make && make install". I prefer to use the ready-made packages

Re: Help, the template debian/rules is too simple

2009-11-02 Thread Boyd Stephen Smith Jr.
On Monday 02 November 2009 06:25:01 waixy zhou wrote: > I use dh_make to generate the template of > "debian/" directory, then i find the file *debian/rules* is too simple, > just 3 lines left after eliminating the comments, as follows: > #! /usr/bin/make -f > %: >

Re: Help, the template debian/rules is too simple

2009-11-02 Thread Osamu Aoki
On Mon, Nov 02, 2009 at 08:25:01PM +0800, waixy zhou wrote: > hi, > I want to package the cross-complie tools for RTEMS(a realtime operation > used in embedded system), and use dh_make to generate the template of > "debian/" directory, then i find the file *debian/rules* is too simple, just > 3 lin