[neon/neon-packaging/libetebase/Neon/unstable] debian: -dev deps on library package
Jonathan Riddell
null at kde.org
Thu Nov 12 11:09:22 GMT 2020
Git commit edfd2f20810de88f7c36a80e0f6a9d851090148c by Jonathan Riddell.
Committed on 12/11/2020 at 11:09.
Pushed by jriddell into branch 'Neon/unstable'.
-dev deps on library package
M +2 -3 debian/control
M +1 -1 debian/libetebase-dev.install
https://invent.kde.org/neon/neon-packaging/libetebase/commit/edfd2f20810de88f7c36a80e0f6a9d851090148c
diff --git a/debian/control b/debian/control
index 136d54e..07079f7 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,7 @@ Source: libetebase
Section: kde
Priority: optional
Maintainer: Jonathan Riddell <jr at jriddell.org>
-Build-Depends: debhelper (>= 12),
- cargo
+Build-Depends: cargo, debhelper (>= 12)
Standards-Version: 3.9.8
Homepage: http://www.kde.org/
@@ -22,7 +21,7 @@ Description: end-to-end encrypted application library
Package: libetebase-dev
Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: libetebase0 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Description: end-to-end encrypted application library
A set of client libraries and a server for building end-to-end
encrypted applications.
diff --git a/debian/libetebase-dev.install b/debian/libetebase-dev.install
index ed109ad..72aebc3 100644
--- a/debian/libetebase-dev.install
+++ b/debian/libetebase-dev.install
@@ -1,3 +1,3 @@
usr/include
-usr/lib/pkgconfig/etebase.pc
usr/lib/cmake/Etebase/EtebaseConfig.cmake
+usr/lib/pkgconfig/etebase.pc
More information about the Neon-commits
mailing list