Re: configure/build/install

2004-08-26 Thread Simon Richter
Hi, > my question is whether you can see any problems arising from this? > or does it not matter if i have NOOP configure and build targets and > do everything in the install target before debianising in binary-*? Only the targets mentioned in the policy are required, i.e. there is no need to eve

configure/build/install

2004-08-26 Thread martin f krafft
dh_make's debian/rules is not authoritative, but it does separate configure, build, and install phases. i am trying to package a software that has a single script to do it all, and it's very difficult to pull the three apart because of dependencies between parts. it does not use autotools. my que

Re: configure/build/install

2004-08-26 Thread Simon Richter
Hi, > my question is whether you can see any problems arising from this? > or does it not matter if i have NOOP configure and build targets and > do everything in the install target before debianising in binary-*? Only the targets mentioned in the policy are required, i.e. there is no need to eve

configure/build/install

2004-08-26 Thread martin f krafft
dh_make's debian/rules is not authoritative, but it does separate configure, build, and install phases. i am trying to package a software that has a single script to do it all, and it's very difficult to pull the three apart because of dependencies between parts. it does not use autotools. my que