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

Bug#981505: chromaprint: annotate Build-Depends: libgtest-dev <!nocheck>



Source: chromaprint
Version: 1.5.0-1
Tags: patch
User: helmutg@debian.org
Usertags: rebootstrap

chromaprint participates in dependency loops relevant to architecture
bootstrap. Instead of looking into such a difficult problem, I looked
into easily droppable dependencies and noticed that gtest unsurprisingly
is only used for testing. As such, it can be annotated <!nocheck.>
Please consider applying the attached patch.

Helmut
diff --minimal -Nru chromaprint-1.5.0/debian/changelog chromaprint-1.5.0/debian/changelog
--- chromaprint-1.5.0/debian/changelog	2020-05-06 23:16:30.000000000 +0200
+++ chromaprint-1.5.0/debian/changelog	2021-01-31 14:21:34.000000000 +0100
@@ -1,3 +1,10 @@
+chromaprint (1.5.0-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Annotate Build-Depends: libgtest-dev <!nocheck>. (Closes: #-1)
+
+ -- Helmut Grohne <helmut@subdivi.de>  Sun, 31 Jan 2021 14:21:34 +0100
+
 chromaprint (1.5.0-1) unstable; urgency=medium
 
   [ Debian Janitor ]
diff --minimal -Nru chromaprint-1.5.0/debian/control chromaprint-1.5.0/debian/control
--- chromaprint-1.5.0/debian/control	2020-05-06 23:16:30.000000000 +0200
+++ chromaprint-1.5.0/debian/control	2021-01-31 14:21:33.000000000 +0100
@@ -9,7 +9,7 @@
  debhelper-compat (= 13),
  libavcodec-dev,
  libavformat-dev,
- libgtest-dev,
+ libgtest-dev <!nocheck>,
  libswresample-dev,
  python3-docutils (>= 0.6)
 Standards-Version: 4.5.0

Reply to: