control: reopen -1
control: notfixed -1
control: severity -1 serious
control: tags -1 patch
control: affects -1 znc-backlog

>    * Switch to the cmake build system.
>      Closes: #914783

thanks for doing it, but due to a missing runtime dependency on cmake, now 
reverse dependencies are FTBFS because of missing cmake


The attached patch should fix the issue.

thanks for considering it

Gianfranco

+znc (1.7.4-2.11) unstable; urgency=medium
+
+  * Add cmake dependency also as runtime dependency for reverse-dependencies 
(Closes: #914783)
+
+ -- Gianfranco Costamagna <[email protected]>  Tue, 16 Jul 2019 
11:30:29 +0200
+
 znc (1.7.4-2) unstable; urgency=medium
 
   * Switch to the cmake build system.
diff -Nru znc-1.7.4/debian/control znc-1.7.4/debian/control
--- znc-1.7.4/debian/control    2019-07-11 12:03:16.000000000 +0000
+++ znc-1.7.4/debian/control    2019-07-16 09:30:28.000000000 +0000
@@ -49,6 +49,7 @@
 Architecture: any
 Depends: ${misc:Depends},
  ${python3:Depends},
+ cmake,
  znc (>= ${binary:Version}),
  libicu-dev,
  libssl-dev,

Reply via email to