Your message dated Tue, 25 Mar 2014 09:51:19 +0000
with message-id <[email protected]>
and subject line Bug#742314: fixed in libnxml 0.18.3-6
has caused the Debian Bug report #742314,
regarding libnxml0-dev: arch-dependent file in "Multi-Arch: same" package
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.)


-- 
742314: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=742314
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libnxml0-dev
Version: 0.18.3-5
Severity: important
User: [email protected]
Usertags: multiarch

libnxml0-dev is marked as "Multi-Arch: same", but the following file is architecture-dependent:

/usr/share/doc/libnxml0-dev/examples/Makefile.gz

An example diff between i386 and amd64 (after ungzipping) is attached.

--
Jakub Wilk
diff -ur 
libnxml0-dev_0.18.3-5_i386/usr/share/doc/libnxml0-dev/examples/Makefile 
libnxml0-dev_0.18.3-5_amd64/usr/share/doc/libnxml0-dev/examples/Makefile
--- libnxml0-dev_0.18.3-5_i386/usr/share/doc/libnxml0-dev/examples/Makefile     
2014-03-21 01:38:54.000000000 +0100
+++ libnxml0-dev_0.18.3-5_amd64/usr/share/doc/libnxml0-dev/examples/Makefile    
2014-03-21 01:24:05.000000000 +0100
@@ -76,8 +76,8 @@
 NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
-build_triplet = i486-pc-linux-gnu
-host_triplet = i486-pc-linux-gnu
+build_triplet = x86_64-pc-linux-gnu
+host_triplet = x86_64-pc-linux-gnu
 noinst_PROGRAMS = parser$(EXEEXT) write$(EXEEXT) new$(EXEEXT) \
        easy$(EXEEXT) namespace$(EXEEXT)
 subdir = test
@@ -174,13 +174,13 @@
 ETAGS = etags
 CTAGS = ctags
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = ${SHELL} /build/libnxml-kWV_X6/libnxml-0.18.3/missing aclocal-1.14
+ACLOCAL = ${SHELL} /tmp/buildd/libnxml-0.18.3/missing aclocal-1.14
 AMTAR = $${TAR-tar}
 AM_DEFAULT_VERBOSITY = 1
 AR = ar
-AUTOCONF = ${SHELL} /build/libnxml-kWV_X6/libnxml-0.18.3/missing autoconf
-AUTOHEADER = ${SHELL} /build/libnxml-kWV_X6/libnxml-0.18.3/missing autoheader
-AUTOMAKE = ${SHELL} /build/libnxml-kWV_X6/libnxml-0.18.3/missing automake-1.14
+AUTOCONF = ${SHELL} /tmp/buildd/libnxml-0.18.3/missing autoconf
+AUTOHEADER = ${SHELL} /tmp/buildd/libnxml-0.18.3/missing autoheader
+AUTOMAKE = ${SHELL} /tmp/buildd/libnxml-0.18.3/missing automake-1.14
 AWK = mawk
 CC = gcc
 CCDEPMODE = depmode=none
@@ -205,7 +205,7 @@
 INSTALL_PROGRAM = ${INSTALL}
 INSTALL_SCRIPT = ${INSTALL}
 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
-LD = /usr/bin/ld
+LD = /usr/bin/ld -m elf_x86_64
 LDFLAGS = -Wl,-z,relro
 LIBNXML_MAJOR_VERSION = 0
 LIBNXML_MICRO_VERSION = 3
@@ -219,7 +219,7 @@
 LN_S = ln -s
 LTLIBOBJS = 
 MAINT = #
-MAKEINFO = ${SHELL} /build/libnxml-kWV_X6/libnxml-0.18.3/missing makeinfo
+MAKEINFO = ${SHELL} /tmp/buildd/libnxml-0.18.3/missing makeinfo
 MANIFEST_TOOL = :
 MKDIR_P = /bin/mkdir -p
 NM = /usr/bin/nm -B
@@ -242,10 +242,10 @@
 SHELL = /bin/bash
 STRIP = strip
 VERSION = 0.18.3
-abs_builddir = /build/libnxml-kWV_X6/libnxml-0.18.3/test
-abs_srcdir = /build/libnxml-kWV_X6/libnxml-0.18.3/test
-abs_top_builddir = /build/libnxml-kWV_X6/libnxml-0.18.3
-abs_top_srcdir = /build/libnxml-kWV_X6/libnxml-0.18.3
+abs_builddir = /tmp/buildd/libnxml-0.18.3/test
+abs_srcdir = /tmp/buildd/libnxml-0.18.3/test
+abs_top_builddir = /tmp/buildd/libnxml-0.18.3
+abs_top_srcdir = /tmp/buildd/libnxml-0.18.3
 ac_ct_AR = ar
 ac_ct_CC = gcc
 ac_ct_DUMPBIN = 
@@ -255,9 +255,9 @@
 am__tar = $${TAR-tar} chof - "$$tardir"
 am__untar = $${TAR-tar} xf -
 bindir = ${exec_prefix}/bin
-build = i486-pc-linux-gnu
-build_alias = i486-linux-gnu
-build_cpu = i486
+build = x86_64-pc-linux-gnu
+build_alias = x86_64-linux-gnu
+build_cpu = x86_64
 build_os = linux-gnu
 build_vendor = pc
 builddir = .
@@ -266,17 +266,17 @@
 docdir = ${datarootdir}/doc/${PACKAGE}
 dvidir = ${docdir}
 exec_prefix = ${prefix}
-host = i486-pc-linux-gnu
+host = x86_64-pc-linux-gnu
 host_alias = 
-host_cpu = i486
+host_cpu = x86_64
 host_os = linux-gnu
 host_vendor = pc
 htmldir = ${docdir}
 includedir = ${prefix}/include
 infodir = ${prefix}/share/info
-install_sh = ${SHELL} /build/libnxml-kWV_X6/libnxml-0.18.3/install-sh
-libdir = ${prefix}/lib/i386-linux-gnu
-libexecdir = ${prefix}/lib/i386-linux-gnu
+install_sh = ${SHELL} /tmp/buildd/libnxml-0.18.3/install-sh
+libdir = ${prefix}/lib/x86_64-linux-gnu
+libexecdir = ${prefix}/lib/x86_64-linux-gnu
 localedir = ${datarootdir}/locale
 localstatedir = /var
 mandir = ${prefix}/share/man

--- End Message ---
--- Begin Message ---
Source: libnxml
Source-Version: 0.18.3-6

We believe that the bug you reported is fixed in the latest version of
libnxml, which is due to be installed in the Debian FTP archive.

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.
Joseph Herlant <[email protected]> (supplier of updated libnxml 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: SHA256

Format: 1.8
Date: Sun, 23 Mar 2014 14:20:50 +0100
Source: libnxml
Binary: libnxml0-dev libnxml0 libnxml0-dbg
Architecture: source amd64
Version: 0.18.3-6
Distribution: unstable
Urgency: medium
Maintainer: Joseph Herlant <[email protected]>
Changed-By: Joseph Herlant <[email protected]>
Description: 
 libnxml0   - C library for parsing, writing and creating xml 1.0/1.1 files or
 libnxml0-dbg - shared libraries with debugging symbols for libnxml0
 libnxml0-dev - static library and C header files for libnxml0
Closes: 742314
Changes: 
 libnxml (0.18.3-6) unstable; urgency=medium
 .
   * Updating description for multiarchify_pc_file.patch
   * Removing Makefile from the examples (Closes: #742314)
Checksums-Sha1: 
 0ca142f2210d0a971fed78d35608b29f00968834 1980 libnxml_0.18.3-6.dsc
 612b190d3db9d3dcbae52956c32745b41d304f5d 5064 libnxml_0.18.3-6.debian.tar.xz
 639cac777ee29d670e2bc59a15d37d9437d237f2 29184 libnxml0-dev_0.18.3-6_amd64.deb
 ba59aa8cfb5a0f26ebef40667f6c13dd4aabbe43 23048 libnxml0_0.18.3-6_amd64.deb
 cfed8b9f9dacbe3c7c63a8e6d268d4607f3f4ae3 50450 libnxml0-dbg_0.18.3-6_amd64.deb
Checksums-Sha256: 
 d2ba12a5be7f86c9ace9f61fa6ef30144c0f821afd3eec69ba8fd89346605c13 1980 
libnxml_0.18.3-6.dsc
 fb725e639cfdac716f70a151e24fbd61321460d6e172dcca5e501d15d90a65b8 5064 
libnxml_0.18.3-6.debian.tar.xz
 25b9aad1d519d1616754b32bc83c78c9b44a8acc232dbd45d43f788114970b86 29184 
libnxml0-dev_0.18.3-6_amd64.deb
 caf4c680531ed93a1ec26eb36a44aaa84123f907d2d0cdadf6df365f40cacf25 23048 
libnxml0_0.18.3-6_amd64.deb
 f8fb208be875489538a8d32fc5f09cc91cc0ec9cf3548f5aa354881d980d0d42 50450 
libnxml0-dbg_0.18.3-6_amd64.deb
Files: 
 3d0685e1cfeaf25054b8434991de8c3c 1980 libs optional libnxml_0.18.3-6.dsc
 7d4bfd395176d5f31e7631e54626681b 5064 libs optional 
libnxml_0.18.3-6.debian.tar.xz
 5314f02c567cb35dd676a23fb393e86a 29184 libdevel optional 
libnxml0-dev_0.18.3-6_amd64.deb
 447bcc21254ce153655137f2e4d7d862 23048 libs optional 
libnxml0_0.18.3-6_amd64.deb
 02c501e969ce5f9b626a918161ccebec 50450 debug extra 
libnxml0-dbg_0.18.3-6_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJTMU0MAAoJEI7tzBuqHzL//RMQANT25a7D7gZd4f/G/gxZQsVb
pD2YloN4ThSMHbi8Jx9otTZ55hAa+iJ3G1gwpyLVgCp79UXNB+4ytKjpTJLtIPIe
uOx3gZHI8xvD7KIxBOTaV/mGoyBauKEa4LZW5TT2epYNKylIFJbDYqsFYdEuOxyR
wscl4fTmMRu/h7CbCu1SzXs1ITpTXECuwmt5uxda19BVOG2N/ct3xVGcVQ5y2pWt
xa8TD+vabb4BGvlhiGzppS/BNTFNXkBZIu4Lq16bHLcT7Xnit8snrKWrtHcVVQtX
ENGmzsGo9kLc90K0T7zGj9N3Zx2gocv2uiFn7ueQE5m7IXaOMD6gkpgM/v/PIpC3
uucLA4IJjF56pSBVMc2Izac+Vc4i63M0CPqWVAYmSZMh31aGU6jRBeyOs2vdZC4K
CJkk9P7KLrHWbfAZ0qT4kYyCwhGXHFSogyO+UCzntMCE6UMH04jObxntykeVBu1i
Wo1cQ69oP4tDVNZC2pBR2yyPc0AHqCgizCppBgn3JMinrw33nxBP60yQ1kOj3uL/
Gb6/JtGdB1WA/ZMJgcv17+zH0yqD7WoA25E6thXlXTlfxRYpQtozPVLhpiu8y1tJ
Mh4nL4ZScXfXYIgAkO6Ic1PyIpu5Ab5h5KQsR8T8LsisF9dDpPgslYQXSaRQvtS3
PgCSXYjD1BlcZXVGFBaC
=PxD6
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to