Re: [Gambas-user] Complex Extra Dependency

2013-02-16 Thread RICHARD WALKER
On 14/02/2013, Benoît Minisini wrote: > Le 14/02/2013 19:00, John Rose a écrit : >> Tobi, >> >> I wanted to see if anyone had run into this issue before. That was why I >> was vague. >> >> If I create the installation package without specifying gnome-panel as >> an Extra Dependency but run 'sudo a

Re: [Gambas-user] Complex Extra Dependency

2013-02-14 Thread Gianni Piccini
On 14/02/2013 19:07, Benoît Minisini wrote: > Normally, when a package is installed, > only the needed dependencies are installed, not the "recommended" > packages. Or am I wrong? Not sure of how it works in details, but I think it's wrong, at least in most cases, with apt-get. I remember discus

Re: [Gambas-user] Complex Extra Dependency

2013-02-14 Thread Benoît Minisini
Le 14/02/2013 19:00, John Rose a écrit : > Tobi, > > I wanted to see if anyone had run into this issue before. That was why I > was vague. > > If I create the installation package without specifying gnome-panel as > an Extra Dependency but run 'sudo apt-get install > --no-install-recommends gnome-p

Re: [Gambas-user] Complex Extra Dependency

2013-02-14 Thread John Rose
Tobi, I wanted to see if anyone had run into this issue before. That was why I was vague. If I create the installation package without specifying gnome-panel as an Extra Dependency but run 'sudo apt-get install --no-install-recommends gnome-panel' before installing the app (from the created i

Re: [Gambas-user] Complex Extra Dependency

2013-02-14 Thread Tobias Boege
On Thu, 14 Feb 2013, John Rose wrote: > I thought that I'd just ask this question again. > > I have written an app in Gambas 3.3.4 & want to make an installation > package for Ubuntu. The app has a dependency of gnome-panel which must > be installed by: > sudo apt-get install --no-install-recomm

[Gambas-user] Complex Extra Dependency

2013-02-14 Thread John Rose
I thought that I'd just ask this question again. I have written an app in Gambas 3.3.4 & want to make an installation package for Ubuntu. The app has a dependency of gnome-panel which must be installed by: sudo apt-get install --no-install-recommends gnome-panel according to UnityLaunchersAndDes