Multiarch Fixes - ding-libs

Ready changes

Summary

  • ma-same : libpath-utils-dev could be marked Multi-Arch: same
  • ma-same : libdhash-dev could be marked Multi-Arch: same
  • ma-same : libcollection-dev could be marked Multi-Arch: same
  • ma-same : libref-array-dev could be marked Multi-Arch: same
  • ma-same : libbasicobjects-dev could be marked Multi-Arch: same

Diff

diff --git a/debian/control b/debian/control
index 0802ac2..b983028 100644
--- a/debian/control
+++ b/debian/control
@@ -17,6 +17,7 @@ Section: libdevel
 Architecture: any
 Depends: ${misc:Depends},
  libpath-utils1 (= ${binary:Version}),
+Multi-Arch: same
 Description: Development files for libpath_utils
  Utility functions to manipulate filesystem pathnames. Development files.
  .
@@ -39,6 +40,7 @@ Section: libdevel
 Architecture: any
 Depends: ${misc:Depends},
  libdhash1 (= ${binary:Version}),
+Multi-Arch: same
 Description: Development files for libdhash
  A hash table which will dynamically resize to achieve optimal storage & access
  time properties. Development files.
@@ -63,6 +65,7 @@ Section: libdevel
 Architecture: any
 Depends: ${misc:Depends},
  libcollection4 (= ${binary:Version}),
+Multi-Arch: same
 Description: Development files for libcollection
  A data-type to collect data in a hierarchical structure for easy iteration
  and serialization. Development files.
@@ -87,6 +90,7 @@ Section: libdevel
 Architecture: any
 Depends: ${misc:Depends},
  libref-array1 (= ${binary:Version}),
+Multi-Arch: same
 Description: Development files for refcounted array for C
  A dynamically-growing, reference-counted array. Development files.
  .
@@ -136,6 +140,7 @@ Section: libdevel
 Architecture: any
 Depends: ${misc:Depends},
  libbasicobjects0 (= ${binary:Version}),
+Multi-Arch: same
 Description: Basic object types for C -- development files
  Library that add basic object types for C. Development files.
  .

More details

Full run details