1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: Fix FTBFS caused by removal of non-free image "lena.jpg".
See https://lintian.debian.org/tags/license-problem-non-free-img-lenna.html
and #794852 for more details.
Forwarded: not-yet
Author: Vincent Cheng <vcheng@debian.org>
Last-Update: 2015-08-20
--- a/src/plugins/scriptedwizard/resources/opencv/Makefile.am
+++ b/src/plugins/scriptedwizard/resources/opencv/Makefile.am
@@ -8,6 +8,5 @@
filesdir = $(pkgdatadir)/files
-dist_files_DATA = files/main.cpp \
- files/lena.jpg
+dist_files_DATA = files/main.cpp
|