[ovs-dev] [PATCH 1/2] debian: Allow automake versions greater than or equal to 1.10
Justin Pettit
jpettit at nicira.com
Tue Sep 21 18:25:24 PDT 2010
---
debian/control | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index b7f2248..53e5b98 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,8 @@ Priority: extra
Maintainer: Open vSwitch developers <dev at openvswitch.org>
Uploaders: Ben Pfaff <pfaffben at debian.org>, Simon Horman <horms at debian.org>
Build-Depends:
- debhelper (>= 5), autoconf (>= 2.64), automake1.10, libssl-dev,
- pkg-config (>= 0.21), po-debconf, bzip2, openssl, python,
+ debhelper (>= 5), autoconf (>= 2.64), automake (>= 1.10) | automake1.10,
+ libssl-dev, pkg-config (>= 0.21), po-debconf, bzip2, openssl, python,
python-support (>= 0.8.4)
Standards-Version: 3.9.1
Homepage: http://openvswitch.org/
--
1.7.1
More information about the dev
mailing list