Re: [openthinclient-user] Error when building a package using the tcos_buildpackage command.

2014-10-28 Thread Steffen Hönig
Hi Mahmoud, When you edit the debian/rules file you must take care of the indentation of the command black (in my example the do block). A typical debian target would be %: target: do something do something else ^^ this must be a Tab not Spaces! Steffen Am

Re: [openthinclient-user] Error when building a package using the tcos_buildpackage command.

2014-10-27 Thread Mahmoud Ramadan Ali
Sorry Steffen, I don't know exactly what do you mean by setting the command lines to start with tab but not spaces ! can you give an example for a command sentence to apply that to the rules file command lines ? also i have attached my rules file to tel me which lines i should apply to them that

Re: [openthinclient-user] Error when building a package using the tcos_buildpackage command.

2014-10-24 Thread Hönig , Steffen
Hi, that's a know bug for now, you need to add a directory manually: (let the app be called foo in this case) $ mkdir -p foo/foo-2.0-01/package-rootfs/opt/foo 2014-10-24 1:23 GMT+02:00 Mahmoud Ramadan Ali cisco.and.more.b...@gmail.com : Hi everyone, I have an error when building a package

Re: [openthinclient-user] Error when building a package using the tcos_buildpackage command.

2014-10-24 Thread Mahmoud Ramadan Ali
Hiii Steffen, I have added the line to the rules file and i did thet job and created the directory but now i'm reviving another error... *debian/rules:67: *** missing separator (did you mean TAB instead of 8 spaces?). Stop.dpkg-buildpackage: error: fakeroot -u debian/rules clean gave error exit

[openthinclient-user] Error when building a package using the tcos_buildpackage command.

2014-10-23 Thread Mahmoud Ramadan Ali
Hi everyone, I have an error when building a package using the tcos_buildpackage command showing that it cannot stat `package-rootfs': No such file or directory my assumption is that something is wrong with the rules file in the debian directory...i think that the file is not complete to create