[Pkg-php-commits] [php/debian-sid] Add support for armhf (Closes: #604526)

Ondřej Surý ondrej at sury.org
Mon Nov 22 16:50:41 UTC 2010


---
 debian/control |    4 ++--
 debian/rules   |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 5f92f81..d787dfe 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends: apache2-prefork-dev,
 	       bison,
 	       chrpath,
 	       debhelper (>= 5),
-	       firebird2.1-dev [amd64 armel i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc] | firebird2.0-dev [i386 amd64 powerpc sparc],
+	       firebird2.1-dev [amd64 armel armhf i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc] | firebird2.0-dev [i386 amd64 powerpc sparc],
 	       flex,
 	       freetds-dev,
 	       hardening-wrapper,
@@ -297,7 +297,7 @@ Description: IMAP module for php5
  with the Suhosin patch.
 
 Package: php5-interbase
-Architecture: amd64 armel i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
+Architecture: amd64 armel armhf i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
 Depends: ${shlibs:Depends}, ${php:Depends}, ${misc:Depends}, php5-common (= ${binary:Version})
 Description: interbase/firebird module for php5
  This package provides a module for interbase/firebird functions in PHP scripts.
diff --git a/debian/rules b/debian/rules
index 61731d9..4d38363 100755
--- a/debian/rules
+++ b/debian/rules
@@ -76,7 +76,7 @@ LIBTOOL_CONFLICTS:=$(error "could not resolve path to ltmain.sh")
 endif
 
 # only enable interbase support on archs where it is supported
-ifneq (,$(filter $(DEB_HOST_ARCH),amd64 armel i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc))
+ifneq (,$(filter $(DEB_HOST_ARCH),amd64 armel armhf i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc))
 	IBFLAGS=--with-interbase=shared,/usr \
 		--with-pdo-firebird=shared,/usr
 endif
-- 
1.7.1




More information about the Pkg-php-commits mailing list