Source: libvc
Version: 006-2
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: cross-satisfiability

libvc fails to cross build from source, because its build dependency on
shunit2 is unsatisfiable. Fortunately, it is only used for tests which
cannot be run during cross builds and are disabled by
DEB_BUILD_OPTIONS=nocheck. Thus the dependency can be annotated with
<!nocheck>. Please consider applying the attached patch.

Helmut
diff --minimal -Nru libvc-006/debian/changelog libvc-006/debian/changelog
--- libvc-006/debian/changelog  2019-07-14 11:55:15.000000000 +0200
+++ libvc-006/debian/changelog  2019-07-31 22:00:30.000000000 +0200
@@ -1,3 +1,10 @@
+libvc (006-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Annotate Build-Depends: shunit2 with <!nocheck>. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Wed, 31 Jul 2019 22:00:30 +0200
+
 libvc (006-2) unstable; urgency=medium
 
   * d/t/control: Add dependency on libc6-dev
diff --minimal -Nru libvc-006/debian/control libvc-006/debian/control
--- libvc-006/debian/control    2019-07-11 17:57:04.000000000 +0200
+++ libvc-006/debian/control    2019-07-31 22:00:00.000000000 +0200
@@ -11,7 +11,7 @@
                flex,
                libtool,
                quilt,
-               shunit2
+               shunit2 <!nocheck>
 Standards-Version: 4.4.0
 Homepage: http://rolo.sourceforge.net/
 Vcs-Git: https://salsa.debian.org/debian/libvc.git

Reply via email to