From b0895ef8074c6dd090f9b0a65d58179941541756 Mon Sep 17 00:00:00 2001 From: Valentin Vidic Date: Thu, 25 Sep 2008 17:35:25 +0200 Subject: [PATCH] Allow package to be build on any architecture (not just i386). --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 1e96dd4..0c39ebf 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Standards-Version: 3.7.2 Package: php5-apc Section: web -Architecture: i386 +Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${php:Depends} Conflicts: php4-apc Description: APC module for PHP5 -- 1.7.10.4