[SCM] ktexteditor packaging branch, master, updated. debian/5.41.0-1-8-g83d256f
Maximiliano Curia
maxy at moszumanska.debian.org
Wed Jan 31 14:16:52 UTC 2018
Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/ktexteditor.git;a=commitdiff;h=83d256f
The following commit has been merged in the master branch:
commit 83d256f80bd00c8d758a0e598a79970f83346e86
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date: Wed Jan 31 15:01:41 2018 +0100
Add new binary package libkf5texteditor-bin
---
debian/control | 16 ++++++++++++++++
debian/libkf5texteditor-bin.install | 1 +
debian/libkf5texteditor5.install | 1 -
3 files changed, 17 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index e8bbda5..c234f68 100644
--- a/debian/control
+++ b/debian/control
@@ -97,9 +97,25 @@ Description: provide advanced plain text editing services (documentation)
This package contains the qch documentation files.
Section: doc
+Package: libkf5texteditor-bin
+Architecture: any
+Multi-Arch: foreign
+Depends: ${misc:Depends}, ${shlibs:Depends},
+Description: provide advanced plain text editing services (binaries)
+ The KTextEditor interfaces - also called KTE interfaces - are a set
+ of well-defined interfaces which an application or library can
+ implement to provide advanced plain text editing
+ services. Applications which utilise this interface can thus allow
+ the user to choose which implementation of the editor component to
+ use. The only implementation right now is the Kate Editor Component
+ (Kate Part).
+ .
+ This package contains the helper binaries.
+
Package: libkf5texteditor5
Architecture: any
Depends: ktexteditor-data (= ${source:Version}),
+ libkf5texteditor-bin (= ${binary:Version}),
libjs-underscore,
${misc:Depends},
${shlibs:Depends},
diff --git a/debian/libkf5texteditor-bin.install b/debian/libkf5texteditor-bin.install
new file mode 100644
index 0000000..489ce32
--- /dev/null
+++ b/debian/libkf5texteditor-bin.install
@@ -0,0 +1 @@
+usr/lib/kauth/libexec/kauth_ktexteditor_helper
diff --git a/debian/libkf5texteditor5.install b/debian/libkf5texteditor5.install
index eda51d7..6aed7ae 100644
--- a/debian/libkf5texteditor5.install
+++ b/debian/libkf5texteditor5.install
@@ -1,3 +1,2 @@
usr/lib/*/libKF5TextEditor.so.5
usr/lib/*/libKF5TextEditor.so.5.*
-usr/lib/kauth/libexec/kauth_ktexteditor_helper
--
ktexteditor packaging
More information about the pkg-kde-commits
mailing list