tags 479737 +patch
thanks

The appended patch fixes the FTBFS on mips and presumably also mipsel
and s390. I changed the Architecture: line to "any", as this seems to
be more maintainable.


Thiemo


diff -urpN lasso-2.1.98.old/debian/control lasso-2.1.98/debian/control
--- lasso-2.1.98.old/debian/control     2008-05-16 12:57:52.000000000 +0100
+++ lasso-2.1.98/debian/control 2008-05-16 12:57:24.000000000 +0100
@@ -56,7 +56,7 @@ Description: Liberty ID-FF library - Pyt
 
 Package: liblasso-java
 Section: libs
-Architecture: i386 amd64 ia64 powerpc ppc64 sparc kfreebsd-i386 kfreebsd-amd64
+Architecture: any
 Depends: ${shlibs:Depends}, ${misc:depends}
 Description: Liberty ID-FF library - Java bindings
  Lasso is an implementation of the Liberty Identity Federation specifications
diff -urpN lasso-2.1.98.old/debian/control.in lasso-2.1.98/debian/control.in
--- lasso-2.1.98.old/debian/control.in  2008-05-16 12:57:52.000000000 +0100
+++ lasso-2.1.98/debian/control.in      2008-05-16 11:59:01.000000000 +0100
@@ -56,7 +56,7 @@ Description: Liberty ID-FF library - Pyt
 
 #JAVA#Package: liblasso-java
 #JAVA#Section: libs
-#JAVA#Architecture: i386 amd64 ia64 powerpc ppc64 sparc kfreebsd-i386 
kfreebsd-amd64
+#JAVA#Architecture: any
 #JAVA#Depends: ${shlibs:Depends}, ${misc:depends}
 #JAVA#Description: Liberty ID-FF library - Java bindings
 #JAVA# Lasso is an implementation of the Liberty Identity Federation 
specifications
diff -urpN lasso-2.1.98.old/debian/rules lasso-2.1.98/debian/rules
--- lasso-2.1.98.old/debian/rules       2008-05-16 12:57:52.000000000 +0100
+++ lasso-2.1.98/debian/rules   2008-05-16 11:13:58.000000000 +0100
@@ -16,12 +16,8 @@ DEB_TARGET_ARCH     := $(shell dpkg-arch
 
 with_java := yes
 no_java_archs := alpha arm hppa hurd-i386
-ifneq ($(DEB_TARGET_ARCH),i386)
- ifneq ($(DEB_TARGET_ARCH),amd64)
-  ifeq ($(DEB_TARGET_ARCH), $(findstring $(DEB_TARGET_ARCH),$(no_java_archs)))
+ifneq (,$(filter $(DEB_TARGET_ARCH),$(no_java_archs)))
    with_java := disabled for architecture $(DEB_TARGET_ARCH)
-  endif
- endif
 endif
 
 PYDEF          := $(shell pyversions -vd)



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to