Source: sleepyhead Version: 0.9.8-2 Severity: important Tags: patch Dear Maintainer,
libquazip (0.7.1-1) was uploaded to unstable recently, and it has renamed the qt5 library to libquazip5 (#805087). The -dev package has also been renamed to libquazip5-dev for which the marble build dependencies need to be updated. The attached debdiff updates the libquazip build dependency, and 0001-Do-not-use-bundled-libraries.patch to link quazip5 instead of quazip-qt5. Kind Regards, Bas
diff -Nru sleepyhead-0.9.8/debian/changelog sleepyhead-0.9.8/debian/changelog --- sleepyhead-0.9.8/debian/changelog 2015-12-24 18:40:44.000000000 +0100 +++ sleepyhead-0.9.8/debian/changelog 2016-01-10 13:12:25.000000000 +0100 @@ -1,3 +1,10 @@ +sleepyhead (0.9.8-2.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Use the new libquazip5 instead the old libquazip-qt5. + + -- Bas Couwenberg <[email protected]> Sun, 10 Jan 2016 13:12:02 +0100 + sleepyhead (0.9.8-2) unstable; urgency=medium * Adapt source code to generate reproducible builds. diff -Nru sleepyhead-0.9.8/debian/control sleepyhead-0.9.8/debian/control --- sleepyhead-0.9.8/debian/control 2015-12-21 05:28:03.000000000 +0100 +++ sleepyhead-0.9.8/debian/control 2016-01-10 13:11:08.000000000 +0100 @@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 9), qt5-qmake, libqt5serialport5-dev, - libquazip-qt5-dev, + libquazip5-dev, libqt5webkit5-dev, libqt5opengl5-dev Standards-Version: 3.9.6 diff -Nru sleepyhead-0.9.8/debian/patches/0001-Do-not-use-bundled-libraries.patch sleepyhead-0.9.8/debian/patches/0001-Do-not-use-bundled-libraries.patch --- sleepyhead-0.9.8/debian/patches/0001-Do-not-use-bundled-libraries.patch 2015-12-22 01:35:22.000000000 +0100 +++ sleepyhead-0.9.8/debian/patches/0001-Do-not-use-bundled-libraries.patch 2016-01-10 13:11:54.000000000 +0100 @@ -8,8 +8,6 @@ sleepyhead/sleepyhead.pro | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) -diff --git a/sleepyhead/sleepyhead.pro b/sleepyhead/sleepyhead.pro -index 512f944..c783db5 100644 --- a/sleepyhead/sleepyhead.pro +++ b/sleepyhead/sleepyhead.pro @@ -291,9 +291,12 @@ mac { @@ -24,7 +22,7 @@ +#include(../3rdparty/quazip/quazip/quazip.pri) +#INCLUDEPATH += $$PWD/../3rdparty/quazip +#DEPENDPATH += $$PWD/../3rdparty/quazip -+LIBS += -lquazip-qt5 ++LIBS += -lquazip5 #bundlelibs = $$cat($$PWD/../Bundle3rdParty)

