Re: [Gambas-user] How do I add a script to a Deb file

2013-10-05 Thread PICCORO McKAY Lenz
> Best solution would still be to get 3.4.2 into official repo. > This means getting it into the Debain repo first as Ubuntu takes his > Gambas package from Debain upstream. > See: http://packages.qa.debian.org/g/gambas3.html > Currently debian package quality of gambas are very low > All it take

Re: [Gambas-user] How do I add a script to a Deb file

2013-10-05 Thread PICCORO McKAY Lenz
From: Kende Kriszti?n > > The repository address file can be placed in /etc/apt/sources.list.d > directory. But dependent packages must be > available before install the application. > squeeze need two dependents updated: gstreamer base and ext and lvm in 3.1 as minimun wheeze no need updates ve

Re: [Gambas-user] How do I add a script to a Deb file

2013-10-04 Thread Willy Raets
On Fri, 2013-10-04 at 13:19 -0700, Charlie wrote: > Thaks Willy, you have hit the nail on the head. If trying to do this is > unethical I will accept it, but I would still like to understand how to do > it. > Best solution would still be to get 3.4.2 into official repo. This means getting it into

Re: [Gambas-user] How do I add a script to a Deb file

2013-10-04 Thread Charlie
Thaks Willy, you have hit the nail on the head. If trying to do this is unethical I will accept it, but I would still like to understand how to do it. -- View this message in context: http://gambas.8142.n7.nabble.com/How-do-I-add-a-script-to-a-Deb-file-tp43475p43480.html Sent from the gambas-us

Re: [Gambas-user] How do I add a script to a Deb file

2013-10-04 Thread Willy Raets
On Fri, 2013-10-04 at 20:57 +0200, Antonio Sánchez wrote: > That way is not a good idea. You can run scripts in a deb file, but if you > want force install gambas, you should write gambas3 in the control file as > a dependency. > Hi Antonio, 1. Making Gambas a dependency is already done when th

Re: [Gambas-user] How do I add a script to a Deb file

2013-10-04 Thread Kende Krisztián
Fri, 4 Oct 2013 11:52:05 -0700 (PDT) -n Charlie írta: > Is there a way to add commands like the ones below to a Deb file > created in Gambas? > > sudo add-apt-repository ppa:nemh/gambas3  > sudo apt-get update  > > Thanks for any help. > > Charlie Ogier > Debian packages contain two install

Re: [Gambas-user] How do I add a script to a Deb file

2013-10-04 Thread Antonio Sánchez
That way is not a good idea. You can run scripts in a deb file, but if you want force install gambas, you should write gambas3 in the control file as a dependency. 2013/10/4 Charlie > Is there a way to add commands like the ones below to a Deb file created in > Gambas? > > sudo add-apt-reposito

[Gambas-user] How do I add a script to a Deb file

2013-10-04 Thread Charlie
Is there a way to add commands like the ones below to a Deb file created in Gambas? sudo add-apt-repository ppa:nemh/gambas3  sudo apt-get update  Thanks for any help. Charlie Ogier -- View this message in context: http://gambas.8142.n7.nabble.com/How-do-I-add-a-script-to-a-Deb-file-tp4347