[Pkg-gtkpod-devel] Bug#689054: libgpod-cil: Wrong architecture field value in libgpod-cil package definition
Andrés G. Aragoneses
knocte at gmail.com
Fri Sep 28 19:10:08 UTC 2012
Package: libgpod-cil
Version: 0.8.2-6
Severity: important
Tags: patch
Dear Maintainer,
libgpod-cil package of the libgpod project has a wrong architecture entry:
- Normally -cil packages are arch-independent but,
- This one isn't because the library contains interoperability/marshalling
(unsafe) code.
- Package should be compiled differently, then, in each arch.
- Proof of this is the file configure.ac of upstream:
http://gtkpod.git.sourceforge.net/git/gitweb.cgi?p=gtkpod/libgpod;a=blob;f=configure.ac;h=669d433a47536ed5504eed12766f4876b476efa6;hb=HEAD
(Line 318, with different GMCS_FLAGS determined by ac_cv_alignof_double)
- The upstram bug is: https://bugzilla.gnome.org/show_bug.cgi?id=684876
Patch to fix this upstream in debian git is simple:
diff --git a/debian/control b/debian/control
index 145766c..50ae277 100644
--- a/debian/control
+++ b/debian/control
@@ -138,7 +138,7 @@ Description: Python bindings for libgpod
Package: libgpod-cil
Section: cli-mono
-Architecture: all
+Architecture: any
Depends: ${cli:Depends}, ${misc:Depends}
Description: CLI bindings for libgpod
libgpod is a library meant to abstract access to an iPod's content. It
Thanks very much.
Andres G. Aragoneses (Banshee developer)
-- System Information:
Debian Release: wheezy/sid
APT prefers precise-updates
APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500,
'precise'), (100, 'precise-backports')
Architecture: amd64 (x86_64)
Kernel: Linux 3.2.0-31-generic (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages libgpod-cil depends on:
ii libglib2.0-cil 2.12.10-2ubuntu4
ii libgpod4 0.8.2-6~hyper1+precise
ii libgtk2.0-cil 2.12.10-2ubuntu4
ii libmono-corlib4.0-cil 2.10.8.1-5~dhx1~precise1
ii libmono-system-core4.0-cil 2.10.8.1-5~dhx1~precise1
libgpod-cil recommends no packages.
libgpod-cil suggests no packages.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-gtkpod-devel/attachments/20120928/71ebf58d/attachment.html>
More information about the Pkg-gtkpod-devel
mailing list