Skip to content
Commits on Source (6)
opencfu (3.9.0-4) UNRELEASED; urgency=medium
* Standards-Version: 4.5.0 (routine-update)
* debhelper-compat 12 (routine-update)
* Secure URI in copyright format (routine-update)
* Trim trailing whitespace.
* Set upstream metadata fields: Repository.
-- Andreas Tille <tille@debian.org> Fri, 24 Jan 2020 15:30:06 +0100
opencfu (3.9.0-3) unstable; urgency=medium
* debhelper 11
......
......@@ -4,10 +4,10 @@ Uploaders: Quentin Geissmann <opencfu@gmail.com>,
Andreas Tille <tille@debian.org>
Section: misc
Priority: optional
Build-Depends: debhelper (>= 11~),
Build-Depends: debhelper-compat (= 12),
libgtkmm-2.4-dev,
libopencv-dev
Standards-Version: 4.1.5
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/med-team/opencfu
Vcs-Git: https://salsa.debian.org/med-team/opencfu.git
Homepage: http://opencfu.sourceforge.net/
......
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: OpenCFU
Upstream-Contact: Quentin Geissmann <qgeissmann@gmail.com>
Source: http://sourceforge.net/projects/opencfu/files/linux/
......
Author: Andreas Tille <tille@debian.org>
Last-Update: Fri, 24 Jan 2020 15:30:06 +0100
Description: Debian moved to opencv4 which needs to be detected by pkg-config
--- a/configure.ac
+++ b/configure.ac
@@ -27,7 +27,7 @@ AC_OPENMP
AC_SUBST(OPENMP_CFLAGS)
# We check for opencv 2.4. if absent, stop!!
-PKG_CHECK_MODULES([OPENCV],[opencv >= 2.4.2],[],[AC_MSG_ERROR(OpenCV not found. Have you installed the library (devel version)). OpenCFU cannot be built without OpenCV!])
+PKG_CHECK_MODULES([OPENCV],[opencv4 >= 2.4.2],[],[AC_MSG_ERROR(OpenCV not found. Have you installed the library (devel version)). OpenCFU cannot be built without OpenCV!])
### We add opencv to global AM flags.
......@@ -14,3 +14,4 @@
0014-Update-Colour-difference-formula.patch
0015-Checked-that-patch-compiles-and-updated-versioning.patch
0016-Compiler-compatibility-fix.patch
0017_opencv4.patch
......@@ -4,4 +4,3 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh $@
......@@ -21,3 +21,4 @@ Registry:
Entry: NA
- Name: bio.tools
Entry: NA
Repository: https://git.code.sf.net/p/opencfu/code/