This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository sleepyhead.
commit 7a24718fc1eaa91aed2da4b05e65d9fc47e3b984 Author: Andreas Tille <[email protected]> Date: Sun Jan 10 14:35:01 2016 +0100 Apply patch created by Bas Couwenberg --- debian/changelog | 7 +++++++ debian/control | 2 +- debian/patches/0001-Do-not-use-bundled-libraries.patch | 4 +--- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index d652849..ac05515 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 --git a/debian/control b/debian/control index a025225..fca82f2 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Sergio Durigan Junior <[email protected]> Build-Depends: debhelper (>= 9), qt5-qmake, libqt5serialport5-dev, - libquazip-qt5-dev, + libquazip5-dev, libqt5webkit5-dev, libqt5opengl5-dev Standards-Version: 3.9.6 diff --git a/debian/patches/0001-Do-not-use-bundled-libraries.patch b/debian/patches/0001-Do-not-use-bundled-libraries.patch index 1977e3b..d4210ef 100644 --- a/debian/patches/0001-Do-not-use-bundled-libraries.patch +++ b/debian/patches/0001-Do-not-use-bundled-libraries.patch @@ -8,8 +8,6 @@ need to use them because Debian already provides their packages. 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 @@ index 512f944..c783db5 100644 +#include(../3rdparty/quazip/quazip/quazip.pri) +#INCLUDEPATH += $$PWD/../3rdparty/quazip +#DEPENDPATH += $$PWD/../3rdparty/quazip -+LIBS += -lquazip-qt5 ++LIBS += -lquazip5 #bundlelibs = $$cat($$PWD/../Bundle3rdParty) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/sleepyhead.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
