Package: ctypes
Version: 0.9.6+cvs20050712-1
Severity: normal
Tags: patch

When building 'ctypes' in a clean 'unstable' chroot on ppc64,
I get the following error:

Building ctypes unstable main ppc64...
Reading package lists...
Building dependency tree...
E: Package libffi2-dev has no installation candidate
E: Failed to satisfy Build-Depends dependency for ctypes: libffi2-dev
Package libffi2-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

Please change the Build-Depends to 'libffi4-dev' in debian/control.

Regards
Andreas Jochens

diff -urN ../tmp-orig/ctypes-0.9.6+cvs20050712/debian/control ./debian/control
--- ../tmp-orig/ctypes-0.9.6+cvs20050712/debian/control 2005-08-06 
08:05:20.000000000 +0000
+++ ./debian/control    2005-08-06 08:05:00.000000000 +0000
@@ -1,7 +1,7 @@
 Source: ctypes
 Section: python
 Priority: optional
-Build-Depends: libffi2-dev, python, python2.3-dev, python2.4-dev, debhelper 
(>> 4.1.67)
+Build-Depends: libffi4-dev, python, python2.3-dev, python2.4-dev, debhelper 
(>> 4.1.67)
 Build-Depends-Indep: debhelper (>> 4.1.67)
 Maintainer: Ganesan Rajagopal <[EMAIL PROTECTED]>
 Standards-Version: 3.6.2


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

Reply via email to