Skip to content
Commits on Source (5)
beads (1.1.18+dfsg-4) unstable; urgency=medium
* Drop unneeded Build-Depends on libquazip5-headers
Closes: #945885
* debhelper-compat 12
* Standards-Version: 4.4.1
* Remove patches qt5.patch that are missing from
debian/patches/series.
-- Andreas Tille <tille@debian.org> Sun, 01 Dec 2019 07:54:06 +0100
beads (1.1.18+dfsg-3) unstable; urgency=medium
* Add libquazip5-headers Build-Depends explicitly which seems to have
......
......@@ -4,14 +4,13 @@ Uploaders: Andreas Tille <tille@debian.org>,
Olivier Langella <olivier.langella@moulon.inra.fr>
Section: science
Priority: optional
Build-Depends: debhelper (>= 11),
Build-Depends: debhelper-compat (= 12),
cmake,
qtbase5-dev,
qttools5-dev,
libodsstream-qt5-dev,
cimg-dev,
libquazip5-headers
Standards-Version: 4.3.0
cimg-dev
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/med-team/beads
Vcs-Git: https://salsa.debian.org/med-team/beads.git
Homepage: http://moulon.inra.fr/beads/beads.html
......
Author: Andreas Tille <tille@debian.org>
Last-Update: Thu, 19 Oct 2017 14:58:04 +0200
Description: Port from Qt4 to Qt5
--- a/src/qtbeads/CMakeLists.txt
+++ b/src/qtbeads/CMakeLists.txt
@@ -16,11 +16,6 @@ SET( QTBEADS_SRCS
QCimg.cpp
q_gel_image.cpp
q_gel_image_scroll.cpp
-# qtbeads_error.h
-)
-
- # another list, this time it includes all header files that should be treated with moc
-SET( QTBEADS_MOC_HDRS
main_window.h
q_gel_image.h
)