Package: ctypes
Severity: wishlist
Tags: patch
Please add ppc64 to the supported architectures in debian/control.
Regards
Andreas Jochens
diff -urN ../tmp-orig/ctypes-0.9.5/debian/control ./debian/control
--- ../tmp-orig/ctypes-0.9.5/debian/control 2005-03-18 12:47:50.786185856
+0100
+++ ./debian/control 2005-03-18 12:47:43.897515206 +0100
@@ -21,7 +21,7 @@
version. It contains documentation and some example code.
Package: python2.4-ctypes
-Architecture: alpha amd64 i386 ia64 hppa powerpc s390 sparc
+Architecture: alpha amd64 i386 ia64 hppa powerpc ppc64 s390 sparc sparc64
Depends: python2.4, ${shlibs:Depends}
Description: Python package to create and manipulate C data types
ctypes is a ffi (Foreign Function Interface) package for Python. ctypes
@@ -34,7 +34,7 @@
This package is built for Python 2.4.x
Package: python2.3-ctypes
-Architecture: alpha amd64 i386 ia64 hppa powerpc s390 sparc
+Architecture: alpha amd64 i386 ia64 hppa powerpc ppc64 s390 sparc sparc64
Depends: python2.3, ${shlibs:Depends}
Description: Python package to create and manipulate C data types
ctypes is a ffi (Foreign Function Interface) package for Python. ctypes
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]