Package: libpotrace0 Version: 1.14-2 Tags: patch User: helm...@debian.org Usertags: rebootstrap
libpotrace0 and libpotrace-dev already ship all of their architecture-dependent files on architecture-dependent paths. Please mark them as coinstallable to ease cross building where both versions are required simultaneously. The attached patch implements that for your convenience. Helmut
diff --minimal -Nru potrace-1.14/debian/changelog potrace-1.14/debian/changelog --- potrace-1.14/debian/changelog 2017-05-28 11:19:02.000000000 +0200 +++ potrace-1.14/debian/changelog 2018-02-25 08:26:31.000000000 +0100 @@ -1,3 +1,10 @@ +potrace (1.14-2.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Mark libpotrace0 and libpotrace-dev Multi-Arch: same. (Closes: #-1) + + -- Helmut Grohne <hel...@subdivi.de> Sun, 25 Feb 2018 08:26:31 +0100 + potrace (1.14-2) unstable; urgency=low * Stricter dependency on libpotrace (Closes: #862540) diff --minimal -Nru potrace-1.14/debian/control potrace-1.14/debian/control --- potrace-1.14/debian/control 2017-05-28 11:19:02.000000000 +0200 +++ potrace-1.14/debian/control 2018-02-25 08:26:26.000000000 +0100 @@ -28,6 +28,7 @@ Package: libpotrace0 Section: libs Architecture: any +Multi-Arch: same Depends: ${shlibs:Depends}, ${misc:Depends} Description: library for tracing bitmaps potrace is a utility for tracing a bitmap, which means, transforming @@ -39,6 +40,7 @@ Package: libpotrace-dev Section: libdevel Architecture: any +Multi-Arch: same Depends: libpotrace0 (= ${binary:Version}), ${misc:Depends} Description: development files for potrace library potrace is a utility for tracing a bitmap, which means, transforming