[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#981500: dvisvgm: annotate test dependencies <!nocheck>



Source: dvisvgm
Version: 2.11.1-1
Tags: patch
User: debian-cross@lists.debian.org
Usertags: rebootstrap

dvisvgm cannot be cross built from source, because its build
dependencies are not satisfiable. Instead of looking into such a
difficult problem, I looked into easily droppable dependencies. It turns
out that python is only used for testing dvisvgm and thus can be
annotated <!nocheck>, which makes them irrelevant to cross building.
Please consider applying the attached patch.

Helmut
diff --minimal -Nru dvisvgm-2.11.1/debian/changelog dvisvgm-2.11.1/debian/changelog
--- dvisvgm-2.11.1/debian/changelog	2021-01-26 23:42:44.000000000 +0100
+++ dvisvgm-2.11.1/debian/changelog	2021-01-31 10:05:33.000000000 +0100
@@ -1,3 +1,10 @@
+dvisvgm (2.11.1-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Annotate python dependencies used for testing <!nocheck>. (Closes: #-1)
+
+ -- Helmut Grohne <helmut@subdivi.de>  Sun, 31 Jan 2021 10:05:33 +0100
+
 dvisvgm (2.11.1-1) unstable; urgency=medium
 
   * New upstream version.
diff --minimal -Nru dvisvgm-2.11.1/debian/control dvisvgm-2.11.1/debian/control
--- dvisvgm-2.11.1/debian/control	2020-11-28 23:26:03.000000000 +0100
+++ dvisvgm-2.11.1/debian/control	2021-01-31 10:05:32.000000000 +0100
@@ -12,8 +12,8 @@
  libfreetype-dev,
  libgs-dev,
  pkg-config,
- python3,
- python3-lxml
+ python3 <!nocheck>,
+ python3-lxml <!nocheck>
 Rules-Requires-Root: no
 Standards-Version: 4.5.0
 Homepage: https://dvisvgm.de/

Reply to: