Re: Manual creation of dpkg package

2011-01-04 Thread Kris Deugau
Dan Dragos wrote: I have created a script in perl to create a dpkg from a specs file for rpm. I create the package, it begins to install but only copies some data. Have a look at the version I wrote: http://www.deepnet.cx/debbuild/ Note that it will probably fail on very complex .spec files,

Manual creation of dpkg package

2011-01-03 Thread Dan Dragos
I have created a script in perl to create a dpkg from a specs file for rpm. I create the package, it begins to install but only copies some data. for example -- START EXAMPLE -- D10: ensure_pathname_nonexisting `/var/lib/dpkg/tmp.ci' D10: ensure_pathname_nonexisting running rm -rf

Re: Manual creation of dpkg package

2011-01-03 Thread Raphael Hertzog
Hi, On Mon, 03 Jan 2011, Dan Dragos wrote: ultrascale.conf is present but /opt/Ecrion/Resources folder and files are not existant. In my script I build the tar.gz the control files the scripts, the ar with correct file order etc. Why are the files not present. Are you sure the files are

Re: Manual creation of dpkg package

2011-01-03 Thread Dan Dragos
On Mon, Jan 3, 2011 at 5:52 PM, Raphael Hertzog hert...@debian.org wrote: Hi, On Mon, 03 Jan 2011, Dan Dragos wrote: ultrascale.conf is present but /opt/Ecrion/Resources folder and files are not existant. In my script I build the tar.gz the control files the scripts, the ar with