diff -Nru libbssolv-perl-0.17/debian/changelog libbssolv-perl-0.17/debian/changelog --- libbssolv-perl-0.17/debian/changelog 2020-02-21 17:20:24.000000000 +0000 +++ libbssolv-perl-0.17/debian/changelog 2020-05-15 15:45:57.000000000 +0000 @@ -1,3 +1,14 @@ +libbssolv-perl (0.17-2) unstable; urgency=medium + + * Team upload. + * Build-Depends: replace libsolv0-dev with libsolv-dev. + Thanks to Daniel Schepler for the bug report. + (Closes: #960615) + * Drop 2001_libsolv-dev-installs-to-multiarch-dest.patch which is not + needed anymore wit LibSolv 7. + + -- gregor herrmann Fri, 15 May 2020 17:45:57 +0200 + libbssolv-perl (0.17-1) unstable; urgency=medium * Team upload. diff -Nru libbssolv-perl-0.17/debian/control libbssolv-perl-0.17/debian/control --- libbssolv-perl-0.17/debian/control 2020-02-21 17:20:24.000000000 +0000 +++ libbssolv-perl-0.17/debian/control 2020-05-15 15:45:57.000000000 +0000 @@ -5,7 +5,7 @@ Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper-compat (= 12), - libsolv0-dev (>= 0.6.35-2~), + libsolv-dev (>= 0.7), perl-xs-dev, perl:native Standards-Version: 4.5.0 diff -Nru libbssolv-perl-0.17/debian/patches/2001_libsolv-dev-installs-to-multiarch-dest.patch libbssolv-perl-0.17/debian/patches/2001_libsolv-dev-installs-to-multiarch-dest.patch --- libbssolv-perl-0.17/debian/patches/2001_libsolv-dev-installs-to-multiarch-dest.patch 2020-02-21 17:20:24.000000000 +0000 +++ libbssolv-perl-0.17/debian/patches/2001_libsolv-dev-installs-to-multiarch-dest.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -Description: LibSolv in Debian jessie ships headers in a multiarch location. -Author: Mike Gabriel ---- a/Makefile.PL -+++ b/Makefile.PL -@@ -2,7 +2,7 @@ - - my $solvprefix = '/usr'; - --my $inc = "-I$solvprefix/include/solv"; -+my $inc = "-I$solvprefix/include/`dpkg-architecture -qDEB_BUILD_MULTIARCH`/solv"; - my $lib; - - if (grep {$_ eq '--bundled-libsolv'} @ARGV) { diff -Nru libbssolv-perl-0.17/debian/patches/series libbssolv-perl-0.17/debian/patches/series --- libbssolv-perl-0.17/debian/patches/series 2020-02-21 17:20:24.000000000 +0000 +++ libbssolv-perl-0.17/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -2001_libsolv-dev-installs-to-multiarch-dest.patch