[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#699471: Bug#704748: task-gnome-desktop: uninstallable on kfreebsd-*



Control: tags -1 = d-i patch

Hi,

On 05/04/13 13:31, Steven Chamberlain wrote:
> Package has a Depends on network-manager-gnome which cannot be satisfied
> on kfreebsd-amd64.
> Package has a Depends on network-manager-gnome which cannot be satisfied
> on kfreebsd-i386.

On 25/02/13 06:19, Christian PERRIER wrote:
> I committed a fix in the master branch.

What about the wheezy branch, was that missed by accident?  (Patch
attached).

Also the [linux-any] needs to be dropped I think, which is okay since it
is being downgraded from Depends->Recommends.

Thanks,
Regards,
-- 
Steven Chamberlain
steven@pyro.eu.org
From: Steven Chamberlain <steven@pyro.eu.org>

Downgrade network-manager-gnome to Recommends, because a Depends
relation could only be satisfied on [linux-any] (Closes: #699471)
---
 debian/control |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 1459820..9a4fe34 100644
--- a/debian/control
+++ b/debian/control
@@ -72,9 +72,7 @@ Description: GNOME desktop environment
 Depends: ${misc:Depends}, 
 	task-desktop,
 # only depend on a very minimal gnome desktop, to ensure it fits on CD1
-	gnome-core,
-# but we need a working network setup at least
-	network-manager-gnome
+	gnome-core
 Recommends:
 # The full gnome desktop environment should be included if possible
 # even if the larger gnome metapackage doesn't fit.
@@ -100,6 +98,8 @@ Recommends:
 	hunspell-en-us,
 # make hyphenation work
 	hyphen-en-us,
+# we need a working network setup at least
+	network-manager-gnome
 
 Package: task-kde-desktop
 Architecture: all
-- 
1.7.10.4

Reply to: