Your message dated Fri, 11 Nov 2016 23:25:27 +0200
with message-id
<cahj_tlbv7xojp1h1wzm4x2ncc4dwhuyqjk1xhhkln9hj1y2...@mail.gmail.com>
and subject line
has caused the Debian Bug report #842510,
regarding libmariadbclient18 contains unversioned files (policy 8.2)
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 ow...@bugs.debian.org
immediately.)
--
842510: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=842510
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: default-libmysqlclient-dev
Version: 1.0.0
Severity: normal
Tags: patch
Control: affects -1 + src:asl src:asterisk src:boinc src:boinc-app-seti
src:cacti-spine src:calligra src:camitk src:cppdb src:cyrus-sasl2 src:gambas3
src:ifrit src:itksnap src:kamailio src:libdbd-mysql-perl src:libopendbx
src:motion src:odin src:pdns src:postfix src:urweb src:voms-mysql-plugin
src:vtk-dicom src:vtk6
The packages listed above cannot satisfy their cross Build-Depends,
because their dependency on default-libmysqlclient-dev is unsatisfiable.
In general, Architecture: all packages can never satisfy cross
Build-Depends unless marked Multi-Arch: foreign. In this case, a foreign
marking would be fatal as the development headers are needed for the
host architecture rather than the build architecture. The default
package needs to pass the architecture constraint down to mariadb. Thus
default-libmysqlclient-dev needs to become Architecture: any. Please
consider applying the attached patch.
Helmut
diff --minimal -Nru mysql-defaults-1.0.0/debian/changelog
mysql-defaults-1.0.0+nmu1/debian/changelog
--- mysql-defaults-1.0.0/debian/changelog
+++ mysql-defaults-1.0.0+nmu1/debian/changelog
@@ -1,3 +1,10 @@
+mysql-defaults (1.0.0+nmu1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Switch default-libmysqlclient-dev to Architecture: any. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de> Sat, 29 Oct 2016 12:26:20 +0200
+
mysql-defaults (1.0.0) unstable; urgency=low
[ Andreas Beckmann ]
diff --minimal -Nru mysql-defaults-1.0.0/debian/control
mysql-defaults-1.0.0+nmu1/debian/control
--- mysql-defaults-1.0.0/debian/control
+++ mysql-defaults-1.0.0+nmu1/debian/control
@@ -91,7 +91,8 @@
needed to setup system databases.
Package: default-libmysqlclient-dev
-Architecture: all
+Architecture: any
+Multi-Arch: same
Depends:
libmariadbclient-dev-compat,
${misc:Depends}
--- End Message ---
--- Begin Message ---
Fixed with
https://github.com/ottok/mariadb-10.0/commit/5aecef81f774e245f60e8c3f70f44190f7473537
https://github.com/ottok/mariadb-10.0/commit/737359acfbc0d4aff43cdde7e4f7a89cb9873275
and uploaded in mariadb-10.0 10.0.28-2
--- End Message ---