on second thought, remove arch restrictions and explicitly depend on golang-go
authorSteven McDonald <steven@steven-mcdonald.id.au>
Sun, 2 Oct 2011 05:16:00 +0000 (16:16 +1100)
committerSteven McDonald <steven@steven-mcdonald.id.au>
Sun, 2 Oct 2011 05:16:00 +0000 (16:16 +1100)
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

index 8e4dcd91c3d3dd3d56094e5f0e491ac0266e00da..5f261fc8a838c9b554dde8535a0e7d31cbc410f0 100644 (file)
@@ -2,13 +2,12 @@ Source: orchestra
 Maintainer: Steven McDonald <steven@steven-mcdonald.id.au>
 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.