From 4f681725f109bf8062e5df8c844677341468b72c Mon Sep 17 00:00:00 2001 From: Steven McDonald Date: Sun, 2 Oct 2011 16:16:00 +1100 Subject: [PATCH] on second thought, remove arch restrictions and explicitly depend on golang-go in the future, golang-go might be ported to more architectures. we don't want to have to manually update the architectures for orchestra every time this happens, so let's just depend on the go compiler rather than the metapackage so that we can always build whenever golang-go is available. --- debian/control | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 8e4dcd9..5f261fc 100644 --- a/debian/control +++ b/debian/control @@ -2,13 +2,12 @@ Source: orchestra Maintainer: Steven McDonald Section: admin Priority: optional -Build-Depends: debhelper (>= 7.0.50~), golang (>= 1:60), golang (<< 1:61) +Build-Depends: debhelper (>= 7.0.50~), golang-go (>= 1:60), golang-go (<< 1:61) Standards-Version: 3.9.1 Vcs-Git: git://git.steven-mcdonald.id.au/debian/orchestra.git Vcs-Browser: http://git.steven-mcdonald.id.au/?p=debian/orchestra.git;a=summary Package: orchestra-conductor -Architecture: amd64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 Depends: ssl-cert, ${misc:Depends} Description: Manage remote job execution across a group of hosts Orchestra is a system for managing distributed job execution over a @@ -19,7 +18,6 @@ Description: Manage remote job execution across a group of hosts submission tools. Package: orchestra-player-go -Architecture: amd64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 Description: Execution agent for remotely managed jobs Orchestra is a system for managing distributed job execution over a group of servers. -- 2.30.2