[neon/extras/kpublictransport/Neon/unstable] debian: build with protobuf-compiler

Jonathan Riddell null at kde.org
Fri Nov 13 20:40:22 GMT 2020


Git commit 77a42e46da4b369e9d035795cb30ae0317edf6ad by Jonathan Riddell.
Committed on 13/11/2020 at 20:40.
Pushed by jriddell into branch 'Neon/unstable'.

build with protobuf-compiler

M  +2    -1    debian/control

https://invent.kde.org/neon/extras/kpublictransport/commit/77a42e46da4b369e9d035795cb30ae0317edf6ad

diff --git a/debian/control b/debian/control
index 7c610f8..6c99d5c 100644
--- a/debian/control
+++ b/debian/control
@@ -5,11 +5,12 @@ Build-Depends: bison,
                cmake,
                debhelper (>= 11),
                extra-cmake-modules,
-	       libprotobuf-dev,
                flex,
                libkf5i18n-dev,
+               libprotobuf-dev,
                pkg-config,
                pkg-kde-tools,
+               protobuf-compiler,
                qtbase5-dev,
                qtdeclarative5-dev
 Standards-Version: 3.9.8


More information about the Neon-commits mailing list