From: Steven McDonald Date: Sun, 2 Oct 2011 05:16:00 +0000 (+1100) Subject: on second thought, remove arch restrictions and explicitly depend on golang-go X-Git-Url: http://git.steven-mcdonald.id.au/?p=debian%2Forchestra.git;a=commitdiff_plain;h=4f681725f109bf8062e5df8c844677341468b72c;hp=5f370dcb4dbcf045a4a6a3d900c38118bc9d17a4 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. --- 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.