Control: tag 794977 pending Hi!
Bug #794977 reported by you has been fixed in the Git repository. You can see the changelog below, and you can check the diff of the fix at: https://anonscm.debian.org/cgit/dpkg/dpkg.git/diff/?id=3ce3a7a --- commit 3ce3a7adeb8c815734a35b95aee96bacd1aafde4 Author: Guillem Jover <guil...@debian.org> Date: Sun Aug 9 05:38:12 2015 +0200 debian: Do not change libdir for the entire dpkg This changes too many directories that are expected to be non-multiarch aware. Instead perform the moving to the correct multiarch directories in debian/rules. Closes: #794977 diff --git a/debian/changelog b/debian/changelog index 5c7d091..b2f7c21 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,9 @@ dpkg (1.18.3) UNRELEASED; urgency=low Closes: #794694 * Packaging: - Remove unneeded --sourcedir options from dh_install calls. + - Do not change libdir to a multi-arch directory for the entire dpkg. + This changes too many directories that are expected to be non-multiarch + aware. Closes: #794977 * Documentation: - Fix typos for --predep-package option name. Closes: #794688