diff -Nru opendht-1.2.1~dfsg1/debian/changelog opendht-1.2.1~dfsg1/debian/changelog --- opendht-1.2.1~dfsg1/debian/changelog 2016-11-08 19:13:44.000000000 +0100 +++ opendht-1.2.1~dfsg1/debian/changelog 2016-11-09 17:06:26.000000000 +0100 @@ -1,3 +1,10 @@ +opendht (1.2.1~dfsg1-6.1) unstable; urgency=medium + + * Non-maintainer upload + * Multiarchify the package + + -- Gianfranco Costamagna Wed, 09 Nov 2016 17:05:05 +0100 + opendht (1.2.1~dfsg1-6) unstable; urgency=medium * libopendht-dev now breaks+replaces libopendht1 (Closes: #843680) diff -Nru opendht-1.2.1~dfsg1/debian/control opendht-1.2.1~dfsg1/debian/control --- opendht-1.2.1~dfsg1/debian/control 2016-11-08 19:13:44.000000000 +0100 +++ opendht-1.2.1~dfsg1/debian/control 2016-11-09 17:09:13.000000000 +0100 @@ -21,6 +21,7 @@ Provides: libopendht-dev Breaks: libopendht1 (<< 1.2.1~dfsg1-6) Replaces: libopendht1 (<< 1.2.1~dfsg1-6) +Multi-Arch: same Description: Development files for the libopendht library OpenDHT is a C++11 distributed hash table implementation. Feature list: diff -Nru opendht-1.2.1~dfsg1/debian/libopendht-dev.install opendht-1.2.1~dfsg1/debian/libopendht-dev.install --- opendht-1.2.1~dfsg1/debian/libopendht-dev.install 2016-11-08 19:13:44.000000000 +0100 +++ opendht-1.2.1~dfsg1/debian/libopendht-dev.install 2016-11-09 17:04:30.000000000 +0100 @@ -1,3 +1,3 @@ -usr/lib/libopendht.a +usr/lib/*/libopendht.a usr/include/* -usr/lib/pkgconfig/* +usr/lib/*/pkgconfig/* diff -Nru opendht-1.2.1~dfsg1/debian/patches/multiarch.patch opendht-1.2.1~dfsg1/debian/patches/multiarch.patch --- opendht-1.2.1~dfsg1/debian/patches/multiarch.patch 1970-01-01 01:00:00.000000000 +0100 +++ opendht-1.2.1~dfsg1/debian/patches/multiarch.patch 2016-11-09 17:04:17.000000000 +0100 @@ -0,0 +1,14 @@ +Description: Make the package multiarch +Author: Gianfranco Costamagna + +--- opendht-1.2.1~dfsg1.orig/CMakeLists.txt ++++ opendht-1.2.1~dfsg1/CMakeLists.txt +@@ -20,6 +20,8 @@ option (OPENDHT_PYTHON "Build Python bin + option (OPENDHT_TOOLS "Build DHT tools" ON) + option (OPENDHT_LTO "Build with LTO" OFF) + ++include(GNUInstallDirs) ++ + find_package (GnuTLS 3.3 REQUIRED) + find_package (Msgpack 1.2 REQUIRED) + if (OPENDHT_TOOLS) diff -Nru opendht-1.2.1~dfsg1/debian/patches/series opendht-1.2.1~dfsg1/debian/patches/series --- opendht-1.2.1~dfsg1/debian/patches/series 2016-11-08 19:13:44.000000000 +0100 +++ opendht-1.2.1~dfsg1/debian/patches/series 2016-11-09 17:03:59.000000000 +0100 @@ -1,2 +1,3 @@ pkgconfig-static.patch use-debian-argon2.patch +multiarch.patch