Package: libpugixml-dev
Version: 1.10-1
Severity: minor

Please mark libpugixml-dev Multi-Arch: same. This is useful, when you
build a software for multiple system (cross and native) on a development
system. The files contained in libpugixml-dev are already compatible
with Multi-Arch: same such that only the tag is missing. The multiarch
hinter also reports this, but the janitor is confused by the
control.in.in. So here comes a patch. It also marks the -doc package.

Helmut
diff -Nru pugixml-1.10/debian/changelog pugixml-1.10/debian/changelog
--- pugixml-1.10/debian/changelog       2020-02-07 11:36:49.000000000 +0100
+++ pugixml-1.10/debian/changelog       2020-09-21 14:58:18.000000000 +0200
@@ -1,3 +1,10 @@
+pugixml (1.10-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Multiarchify -dev and -doc. (Closes: #-1)
+
+ -- Helmut Grohne <helmut.gro...@intenta.de>  Mon, 21 Sep 2020 14:58:18 +0200
+
 pugixml (1.10-1) unstable; urgency=medium
 
   [ Debian Janitor ]
diff -Nru pugixml-1.10/debian/control pugixml-1.10/debian/control
--- pugixml-1.10/debian/control 2020-02-07 11:36:49.000000000 +0100
+++ pugixml-1.10/debian/control 2020-09-21 14:58:11.000000000 +0200
@@ -45,6 +45,7 @@
 Depends: libpugixml1v5 (= ${binary:Version}),
  ${misc:Depends},
  ${devlibs:Depends}
+Multi-Arch: same
 Description: Light-weight C++ XML processing library (development)
  pugixml is a lightweight C++ XML processing library with XPath
  support. It features:
@@ -62,6 +63,7 @@
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}
+Multi-Arch: foreign
 Description: Light-weight C++ XML processing library (documentation)
  pugixml is a lightweight C++ XML processing library with XPath
  support. It features:
diff -Nru pugixml-1.10/debian/control.in pugixml-1.10/debian/control.in
--- pugixml-1.10/debian/control.in      2020-02-07 11:36:49.000000000 +0100
+++ pugixml-1.10/debian/control.in      2020-09-21 14:58:13.000000000 +0200
@@ -40,6 +40,7 @@
 Depends: libpugixml1v5 (= ${binary:Version}),
  ${misc:Depends},
  ${devlibs:Depends}
+Multi-Arch: same
 Description: Light-weight C++ XML processing library (development)
  pugixml is a lightweight C++ XML processing library with XPath
  support. It features:
@@ -57,6 +58,7 @@
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}
+Multi-Arch: foreign
 Description: Light-weight C++ XML processing library (documentation)
  pugixml is a lightweight C++ XML processing library with XPath
  support. It features:
diff -Nru pugixml-1.10/debian/control.in.in pugixml-1.10/debian/control.in.in
--- pugixml-1.10/debian/control.in.in   2020-02-07 11:36:49.000000000 +0100
+++ pugixml-1.10/debian/control.in.in   2020-09-21 14:57:05.000000000 +0200
@@ -40,6 +40,7 @@
 Depends: __PKG-LIB__ (= ${binary:Version}),
  ${misc:Depends},
  ${devlibs:Depends}
+Multi-Arch: same
 Description: Light-weight C++ XML processing library (development)
  pugixml is a lightweight C++ XML processing library with XPath
  support. It features:
@@ -57,6 +58,7 @@
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}
+Multi-Arch: foreign
 Description: Light-weight C++ XML processing library (documentation)
  pugixml is a lightweight C++ XML processing library with XPath
  support. It features:

Reply via email to