[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#812986: marked as done (libmeanwhile-dev: arch-dependent files in "Multi-Arch: same" package)



Your message dated Sat, 09 Jul 2016 11:18:58 +0000
with message-id <E1bLqHi-0002op-2Q@franck.debian.org>
and subject line Bug#812986: fixed in meanwhile 1.0.2-8
has caused the Debian Bug report #812986,
regarding libmeanwhile-dev: arch-dependent files 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 owner@bugs.debian.org
immediately.)


-- 
812986: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812986
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: libmeanwhile-dev
Version: 1.0.2-7
Severity: important
User: multiarch-devel@lists.alioth.debian.org
Usertags: multiarch

libmeanwhile-dev is marked as "Multi-Arch: same", but the following files are architecture-dependent:

/usr/share/doc/libmeanwhile-dev/samples/Makefile.gz
/usr/share/doc/libmeanwhile-dev/samples/build

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

--
Jakub Wilk
diff -ur libmeanwhile-dev_1.0.2-7_i386/usr/share/doc/libmeanwhile-dev/samples/Makefile libmeanwhile-dev_1.0.2-7_amd64/usr/share/doc/libmeanwhile-dev/samples/Makefile
--- libmeanwhile-dev_1.0.2-7_i386/usr/share/doc/libmeanwhile-dev/samples/Makefile	2016-01-28 02:16:04.000000000 +0100
+++ libmeanwhile-dev_1.0.2-7_amd64/usr/share/doc/libmeanwhile-dev/samples/Makefile	2016-01-28 01:51:29.000000000 +0100
@@ -87,8 +87,8 @@
 NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
-build_triplet = i586-pc-linux-gnu
-host_triplet = i586-pc-linux-gnu
+build_triplet = x86_64-pc-linux-gnu
+host_triplet = x86_64-pc-linux-gnu
 subdir = samples
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
@@ -150,18 +150,18 @@
 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/build.in README
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = ${SHELL} /build/meanwhile-mCVFP8/meanwhile-1.0.2/missing aclocal-1.15
+ACLOCAL = ${SHELL} /scratch/packages/tmp/meanwhile-1.0.2/missing aclocal-1.15
 AMTAR = $${TAR-tar}
 AM_DEFAULT_VERBOSITY = 1
-AR = i586-linux-gnu-ar
-AUTOCONF = ${SHELL} /build/meanwhile-mCVFP8/meanwhile-1.0.2/missing autoconf
-AUTOHEADER = ${SHELL} /build/meanwhile-mCVFP8/meanwhile-1.0.2/missing autoheader
-AUTOMAKE = ${SHELL} /build/meanwhile-mCVFP8/meanwhile-1.0.2/missing automake-1.15
-AWK = mawk
-CC = i586-linux-gnu-gcc
+AR = x86_64-linux-gnu-ar
+AUTOCONF = ${SHELL} /scratch/packages/tmp/meanwhile-1.0.2/missing autoconf
+AUTOHEADER = ${SHELL} /scratch/packages/tmp/meanwhile-1.0.2/missing autoheader
+AUTOMAKE = ${SHELL} /scratch/packages/tmp/meanwhile-1.0.2/missing automake-1.15
+AWK = gawk
+CC = x86_64-linux-gnu-gcc
 CCDEPMODE = depmode=gcc3
 CFLAGS = -Wall -g -O2 -fstack-protector-strong -Wformat -Werror=format-security
-CPP = i586-linux-gnu-gcc -E
+CPP = x86_64-linux-gnu-gcc -E
 CPPFLAGS = -Wdate-time -D_FORTIFY_SOURCE=2
 CYGPATH_W = echo
 DEFS = -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"meanwhile\" -DVERSION=\"1.0.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_GLIB=1
@@ -175,7 +175,7 @@
 EGREP = /bin/grep -E
 EXEEXT = 
 FGREP = /bin/grep -F
-GLIB_CFLAGS = -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include
+GLIB_CFLAGS = -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
 GLIB_LIBS = -lglib-2.0
 GLIB_VERSION = 2.0.0
 GREP = /bin/grep
@@ -184,7 +184,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
 LIBM = -lm
 LIBOBJS = 
@@ -194,7 +194,7 @@
 LN_S = ln -s
 LTLIBOBJS = 
 MAINT = #
-MAKEINFO = ${SHELL} /build/meanwhile-mCVFP8/meanwhile-1.0.2/missing makeinfo
+MAKEINFO = ${SHELL} /scratch/packages/tmp/meanwhile-1.0.2/missing makeinfo
 MANIFEST_TOOL = :
 MKDIR_P = /bin/mkdir -p
 MW_MAILME = 1
@@ -202,7 +202,7 @@
 MW_SO_VERSION = 1:2:0
 NM = /usr/bin/nm -B
 NMEDIT = 
-OBJDUMP = i586-linux-gnu-objdump
+OBJDUMP = x86_64-linux-gnu-objdump
 OBJEXT = o
 OTOOL = 
 OTOOL64 = 
@@ -214,21 +214,21 @@
 PACKAGE_URL = 
 PACKAGE_VERSION = 
 PATH_SEPARATOR = :
-PKG_CONFIG = /usr/bin/i586-linux-gnu-pkg-config
+PKG_CONFIG = /usr/bin/x86_64-linux-gnu-pkg-config
 PKG_CONFIG_LIBDIR = 
 PKG_CONFIG_PATH = 
-RANLIB = i586-linux-gnu-ranlib
+RANLIB = x86_64-linux-gnu-ranlib
 RELEASE = 1
 SED = /bin/sed
 SET_MAKE = 
 SHELL = /bin/bash
-STRIP = i586-linux-gnu-strip
+STRIP = x86_64-linux-gnu-strip
 VERSION = 1.0.2
 WITH_DOC_SUBPACKAGE = 1
-abs_builddir = /build/meanwhile-mCVFP8/meanwhile-1.0.2/samples
-abs_srcdir = /build/meanwhile-mCVFP8/meanwhile-1.0.2/samples
-abs_top_builddir = /build/meanwhile-mCVFP8/meanwhile-1.0.2
-abs_top_srcdir = /build/meanwhile-mCVFP8/meanwhile-1.0.2
+abs_builddir = /scratch/packages/tmp/meanwhile-1.0.2/samples
+abs_srcdir = /scratch/packages/tmp/meanwhile-1.0.2/samples
+abs_top_builddir = /scratch/packages/tmp/meanwhile-1.0.2
+abs_top_srcdir = /scratch/packages/tmp/meanwhile-1.0.2
 ac_ct_AR = 
 ac_ct_CC = 
 ac_ct_DUMPBIN = 
@@ -238,9 +238,9 @@
 am__tar = $${TAR-tar} chof - "$$tardir"
 am__untar = $${TAR-tar} xf -
 bindir = ${exec_prefix}/bin
-build = i586-pc-linux-gnu
-build_alias = i586-linux-gnu
-build_cpu = i586
+build = x86_64-pc-linux-gnu
+build_alias = x86_64-linux-gnu
+build_cpu = x86_64
 build_os = linux-gnu
 build_vendor = pc
 builddir = .
@@ -249,16 +249,16 @@
 docdir = ${datarootdir}/doc/${PACKAGE}
 dvidir = ${docdir}
 exec_prefix = ${prefix}
-host = i586-pc-linux-gnu
-host_alias = i586-linux-gnu
-host_cpu = i586
+host = x86_64-pc-linux-gnu
+host_alias = x86_64-linux-gnu
+host_cpu = x86_64
 host_os = linux-gnu
 host_vendor = pc
 htmldir = ${docdir}
 includedir = ${prefix}/include
 infodir = ${prefix}/share/info
-install_sh = ${SHELL} /build/meanwhile-mCVFP8/meanwhile-1.0.2/install-sh
-libdir = ${prefix}/lib/i386-linux-gnu
+install_sh = ${SHELL} /scratch/packages/tmp/meanwhile-1.0.2/install-sh
+libdir = ${prefix}/lib/x86_64-linux-gnu
 libexecdir = ${exec_prefix}/libexec
 localedir = ${datarootdir}/locale
 localstatedir = ${prefix}/var
diff -ur libmeanwhile-dev_1.0.2-7_i386/usr/share/doc/libmeanwhile-dev/samples/build libmeanwhile-dev_1.0.2-7_amd64/usr/share/doc/libmeanwhile-dev/samples/build
--- libmeanwhile-dev_1.0.2-7_i386/usr/share/doc/libmeanwhile-dev/samples/build	2016-01-28 02:16:04.000000000 +0100
+++ libmeanwhile-dev_1.0.2-7_amd64/usr/share/doc/libmeanwhile-dev/samples/build	2016-01-28 01:51:29.000000000 +0100
@@ -2,8 +2,8 @@
 #! /bin/sh
 
 
-CC=i586-linux-gnu-gcc
-PKG_CONFIG=/usr/bin/i586-linux-gnu-pkg-config
+CC=x86_64-linux-gnu-gcc
+PKG_CONFIG=/usr/bin/x86_64-linux-gnu-pkg-config
 
 
 function build() {

--- End Message ---
--- Begin Message ---
Source: meanwhile
Source-Version: 1.0.2-8

We believe that the bug you reported is fixed in the latest version of
meanwhile, 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 812986@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matthias Klose <doko@debian.org> (supplier of updated meanwhile 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sat, 09 Jul 2016 12:56:38 +0200
Source: meanwhile
Binary: libmeanwhile-dev libmeanwhile1
Architecture: source
Version: 1.0.2-8
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Matthias Klose <doko@debian.org>
Description:
 libmeanwhile-dev - development package for libmeanwhile1
 libmeanwhile1 - open implementation of the Lotus Sametime Community Client protoc
Closes: 812986
Changes:
 meanwhile (1.0.2-8) unstable; urgency=medium
 .
   * QA upload.
   * Don't install the example files (differing on different architectures).
     Could be split out into another package at some point. Closes: #812986.
   * Fix lintian warnings.
Checksums-Sha1:
 adebc5c89c0af2b1ed3f6c3965558f1cbe37113a 1778 meanwhile_1.0.2-8.dsc
 dfedee6e342c3ef1e1fc109e096bf3ee8ff9f35f 9072 meanwhile_1.0.2-8.debian.tar.xz
Checksums-Sha256:
 e1354f9cfb3c4d7cd3e292b84db5cf4c3d8aa6658b303cbbfcf2db654a3f5d00 1778 meanwhile_1.0.2-8.dsc
 464f4e0127891438705e0d805bb42c16a4b67db7d564127a3ff4950e368dce01 9072 meanwhile_1.0.2-8.debian.tar.xz
Files:
 efa540219e428dc142ebf0e77b4a3e3a 1778 net optional meanwhile_1.0.2-8.dsc
 1e9f43f353d1bc0fb755bb08b65d6501 9072 net optional meanwhile_1.0.2-8.debian.tar.xz

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

iQIcBAEBCAAGBQJXgNl2AAoJEL1+qmB3j6b12bQQAKt+g2vqQxKl8vuZQI2jmjQ7
OUfCmpnE50vZel11p74u24Jbo8G08V99M816DuBBnpykvpc9zfbp+hs7wDSdoGNs
Ex5AJobIdvvK+m5QDFSPT+MNCvRht8q+uotZ9FUoKAsNO6siQruLhw7hcIgm1/NN
+gVuZYjqO93I5YAyY2YO8zWT6QD7N/B/IrdRIs0wum6L7s6cIh6R0pdRA2FIxZh8
n6AP7nHZff1FZ2AAA0WgrX8RoIuxMA2+C+mjBdmwjBUYgGAnEjTzmPqCVY3FG1NI
nmBFRcGlS/T3XHFdn2xtaPhsCr6ON1eK4swrvCzkYT3toQ8CqDJsEczZVe49fssw
8npB3jrmmMkudRVRp0lVvWACygNPJL0bbEWMxnBnflADIbcujUsrHU9G0yqkDXqT
iCXdpSyxsbke2P8D5/5y91Cuke4828qOPxsH66AlQnhVo+S7QZOZWYV8ptG3ciGv
phycYp/U/+MZoz/WaNdFtE6wkqBBRZWdf9PCp35gqsmub6dKlfb9BfJbtu+MkARJ
IAuquPnzQz4jP0eu2rX3DXSg25kwbpvmNw0WbbpH9jsYBuo4IirfKGSFoRUzg7na
B+QQ2QznurOyDvCt/JYIZZ8yhMM0IF8CudKqntRUXWBN0g8N+LQwpCl+yET614GG
b/RbpaMzOwcTdS9kY6Oe
=zVgW
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: