Source: dbus-c++
Version: 0.9.0-8.2
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap
Control: block -1 by 865139

dbus-c++ participates in dependency loops relevant to architecture
bootstrap. Instead of looking into such a difficult problem, I looked
into easily droppable dependencies. Beyond #865139, this turned up
libgtkmm-2.4-dev, which is only used for building examples that are not
otherwise installed into any package. It can thus be considered a test
case and annotated <!nocheck>. Please consider applying the attached
patch to fix both bugs.

Helmut
diff --minimal -Nru dbus-c++-0.9.0/debian/changelog 
dbus-c++-0.9.0/debian/changelog
--- dbus-c++-0.9.0/debian/changelog     2020-04-30 19:10:39.000000000 +0200
+++ dbus-c++-0.9.0/debian/changelog     2021-01-29 07:48:46.000000000 +0100
@@ -1,3 +1,13 @@
+dbus-c++ (0.9.0-8.3) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Reduce Build-Depends: (Closes: #-1)
+    + Drop automake1.11 alternative as it uses automake aka 1.16 anyway.
+    + Annotate libgtkmm-2.4-dev <!nocheck> as it is only used for building
+      examples that are not installed.
+
+ -- Helmut Grohne <hel...@subdivi.de>  Fri, 29 Jan 2021 07:48:46 +0100
+
 dbus-c++ (0.9.0-8.2) unstable; urgency=medium
 
   * Non-maintainer upload.
diff --minimal -Nru dbus-c++-0.9.0/debian/control dbus-c++-0.9.0/debian/control
--- dbus-c++-0.9.0/debian/control       2020-04-30 19:10:39.000000000 +0200
+++ dbus-c++-0.9.0/debian/control       2021-01-29 07:48:38.000000000 +0100
@@ -4,7 +4,7 @@
 Maintainer: Vincent Cheng <vch...@debian.org>
 Build-Depends:
  autoconf (>= 2.59),
- automake1.11 | automake (>= 1:1.11),
+ automake (>= 1:1.11),
  debhelper (>= 9),
  dh-autoreconf,
  doxygen,
@@ -14,7 +14,7 @@
  libefl-all-dev,
  libexpat1-dev,
  libglib2.0-dev,
- libgtkmm-2.4-dev (>= 1:2.24.4-2~),
+ libgtkmm-2.4-dev (>= 1:2.24.4-2~) <!nocheck>,
  libtool
 Standards-Version: 3.9.6
 Homepage: http://sourceforge.net/projects/dbus-cplusplus/

Reply via email to