Your message dated Wed, 23 May 2012 15:20:23 +0000
with message-id <[email protected]>
and subject line Bug#637621: fixed in json-c 0.9-1.1
has caused the Debian Bug report #637621,
regarding Please transition json-c for multiarch
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
637621: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=637621
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: json-c
Version: 0.9-1
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu oneiric ubuntu-patch

Hi Fabien,

Please find attached a patch to json-c to transition it to use of the
multiarch library paths as described at
<http://wiki.debian.org/Multiarch/Implementation>.  This patch has been
tested and included in Ubuntu Oneiric.

The latest upstream version of pulseaudio in Ubuntu appears to make use of
this library, which means that when this version is packaged in Debian,
json-c will become a concern for ia32-libs - and we would like to get rid of
ia32-libs for wheezy.  So I would encourage you to include this patch in the
Debian package sooner rather than later.

Note that I have examined the -dev package and confirmed that it contains no
architecture-specific headers, so I have marked this package Multi-Arch:
same in addition to the runtime library package.

Thanks,
--
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
Ubuntu Developer                                    http://www.debian.org/
[email protected]                                     [email protected]
=== modified file 'debian/compat'
--- debian/compat       2009-11-11 16:34:13 +0000
+++ debian/compat       2011-08-12 22:21:40 +0000
@@ -1 +1 @@
-7
+9

=== modified file 'debian/control'
--- debian/control      2009-11-11 16:34:13 +0000
+++ debian/control      2011-08-13 06:03:22 +0000
@@ -1,13 +1,15 @@
 Source: json-c
 Priority: extra
 Maintainer: fabien boucher <[email protected]>
-Build-Depends: debhelper (>= 7.0.50~)
+Build-Depends: debhelper (>= 8.1.3)
 Standards-Version: 3.8.3
 Section: libs
 Homepage: http://oss.metaparadigm.com/json-c/
 
 Package: libjson0
 Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: JSON manipulation library - shared library
  This library allows you to easily construct JSON objects in C,
@@ -17,6 +20,7 @@
 Package: libjson0-dev
 Section: libdevel
 Architecture: any
+Multi-Arch: same
 Depends: libjson0 (= ${binary:Version}), ${misc:Depends}
 Description: JSON manipulation library - development files
  This library allows you to easily construct JSON objects in C,
@@ -29,6 +33,7 @@
 Package: libjson0-dbg
 Section: debug
 Architecture: any
+Multi-Arch: same
 Depends: libjson0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Description: JSON manipulation library - debug symbols
  This library allows you to easily construct JSON objects in C,

=== modified file 'debian/libjson0-dev.install'
--- debian/libjson0-dev.install 2009-11-11 16:34:13 +0000
+++ debian/libjson0-dev.install 2011-08-12 22:22:06 +0000
@@ -1,5 +1,5 @@
-usr/lib/libjson.la
-usr/lib/libjson.a
-usr/lib/libjson.so
+usr/lib/*/libjson.la
+usr/lib/*/libjson.a
+usr/lib/*/libjson.so
 usr/include/*
-usr/lib/pkgconfig
+usr/lib/*/pkgconfig

=== modified file 'debian/libjson0.install'
--- debian/libjson0.install     2009-11-11 16:34:13 +0000
+++ debian/libjson0.install     2011-08-12 22:22:06 +0000
@@ -1 +1 @@
-usr/lib/libjson.so.0*
+usr/lib/*/libjson.so.0*


--- End Message ---
--- Begin Message ---
Source: json-c
Source-Version: 0.9-1.1

We believe that the bug you reported is fixed in the latest version of
json-c, which is due to be installed in the Debian FTP archive:

json-c_0.9-1.1.debian.tar.gz
  to main/j/json-c/json-c_0.9-1.1.debian.tar.gz
json-c_0.9-1.1.dsc
  to main/j/json-c/json-c_0.9-1.1.dsc
libjson0-dbg_0.9-1.1_amd64.deb
  to main/j/json-c/libjson0-dbg_0.9-1.1_amd64.deb
libjson0-dev_0.9-1.1_amd64.deb
  to main/j/json-c/libjson0-dev_0.9-1.1_amd64.deb
libjson0_0.9-1.1_amd64.deb
  to main/j/json-c/libjson0_0.9-1.1_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Riku Voipio <[email protected]> (supplier of updated json-c package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Fri, 18 May 2012 17:21:25 +0300
Source: json-c
Binary: libjson0 libjson0-dev libjson0-dbg
Architecture: source amd64
Version: 0.9-1.1
Distribution: unstable
Urgency: low
Maintainer: fabien boucher <[email protected]>
Changed-By: Riku Voipio <[email protected]>
Description: 
 libjson0   - JSON manipulation library - shared library
 libjson0-dbg - JSON manipulation library - debug symbols
 libjson0-dev - JSON manipulation library - development files
Closes: 637621
Changes: 
 json-c (0.9-1.1) unstable; urgency=low
 .
   * Non-maintainer upload
   * Build for multiarch, closes: #637621
    (Patch from Steve Langasek)
Checksums-Sha1: 
 dbc91fdb8ecd3e3359a794fde487a97bb8073fc6 1141 json-c_0.9-1.1.dsc
 808c0254df3a1b088c418aadab109f7fb11955fd 2280 json-c_0.9-1.1.debian.tar.gz
 6df8cb9ee2b3429cf3a6017a72f5e251a1171238 19384 libjson0_0.9-1.1_amd64.deb
 2f0150b6b679090281eaf195695e077f6deb4db9 73760 libjson0-dev_0.9-1.1_amd64.deb
 c41332b2bc264515cba2ba58bf16a7ebd5ea115f 23740 libjson0-dbg_0.9-1.1_amd64.deb
Checksums-Sha256: 
 bdceb8ef21258a7581b65dd18acf20bf63cef050c82b8dd8bc38a7f2394e6502 1141 
json-c_0.9-1.1.dsc
 eebcd03975685bf2e015d4bd45a732e4038ebaffd755b21131512cb555a9ec2f 2280 
json-c_0.9-1.1.debian.tar.gz
 d64e1860ec177073e4ecbd5f8e92bfe563032a809dd3e6c04a7e596d478e26f9 19384 
libjson0_0.9-1.1_amd64.deb
 d29bc6f1a9b0ef2186ad1d4a5e5647e164d52b3307058b3a9829bb7cdd6c9569 73760 
libjson0-dev_0.9-1.1_amd64.deb
 a2022cdb8b35230dfa5c5a0dc9b02f7244ee5902d6ebec4ae5f7cd0f61f89c84 23740 
libjson0-dbg_0.9-1.1_amd64.deb
Files: 
 332b567ea7b86cb74fa3c5d5ab6003e6 1141 libs extra json-c_0.9-1.1.dsc
 8bea672d79fecfea84b2a13250488f1c 2280 libs extra json-c_0.9-1.1.debian.tar.gz
 fae7571aeaaebc89c3b744f3ac8fbba3 19384 libs extra libjson0_0.9-1.1_amd64.deb
 26e554b4611449980ae92d468c3b4cc3 73760 libdevel extra 
libjson0-dev_0.9-1.1_amd64.deb
 314c81e548ad10f991a3bf093f8619c3 23740 debug extra 
libjson0-dbg_0.9-1.1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iD8DBQFPtlzpibPvMsrqrwMRApNiAKDdpU8L4wD5f+4ZJq/x/m1ZVGmgZwCgns24
8SnLX4alHexqcVaqbAanzHk=
=+IGQ
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to