aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>2019-12-07 12:19:07 +0000
committerSudip Mukherjee <sudipm.mukherjee@gmail.com>2019-12-26 22:55:30 +0000
commit3a16e2483cd87454a89e789bea31913e17a4b270 (patch)
tree58e2966088b23774f25317954b8ae2c36eded79e
parentbef92f97c6fec492f664722256eda34d39e66bad (diff)
downloadkernel_replicant_linux-3a16e2483cd87454a89e789bea31913e17a4b270.tar.gz
kernel_replicant_linux-3a16e2483cd87454a89e789bea31913e17a4b270.tar.bz2
kernel_replicant_linux-3a16e2483cd87454a89e789bea31913e17a4b270.zip
debian/templates: Add libtraceevent
Add package details for libtraceevent and add it to changelog. Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
-rw-r--r--debian/changelog3
-rw-r--r--debian/templates/control.tools-unversioned.in36
2 files changed, 39 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index b214319885db..3838eddc379c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -382,6 +382,9 @@ linux (5.4.6-1~exp1) UNRELEASED; urgency=medium
* [arm64] drivers/gpu/drm/sun4i: Enable DRM_SUN8I_MIXER as a module.
(Closes: #946510). Thanks to Andrei POPESCU.
+ [ Sudip Mukherjee ]
+ * Add libtraceevent packages (Closes: #944138)
+
-- Ben Hutchings <ben@decadent.org.uk> Thu, 05 Dec 2019 17:31:13 +0000
linux (5.4.2-1~exp1) experimental; urgency=medium
diff --git a/debian/templates/control.tools-unversioned.in b/debian/templates/control.tools-unversioned.in
index e3ed31e87be0..0305546e3a21 100644
--- a/debian/templates/control.tools-unversioned.in
+++ b/debian/templates/control.tools-unversioned.in
@@ -143,3 +143,39 @@ Description: eBPF helper library (development files)
manipulating eBPF objects from user-space.
.
This package is needed to compile programs against libbpf.
+
+Package: libtraceevent1
+Build-Profiles: <!stage1 !pkg.linux.notools>
+Architecture: linux-any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Section: libs
+Multi-Arch: same
+Description: Linux kernel trace event library (shared library)
+ The libtraceevent library provides APIs to access kernel tracepoint events,
+ located in the tracefs file system under the events directory.
+ .
+ This package contains the shared library.
+
+Package: libtraceevent-dev
+Build-Profiles: <!stage1 !pkg.linux.notools>
+Architecture: linux-any
+Depends: ${shlibs:Depends}, ${misc:Depends}, libtraceevent1 (= ${binary:Version})
+Section: libdevel
+Multi-Arch: same
+Description: Linux kernel trace event library (development files)
+ The libtraceevent library provides APIs to access kernel tracepoint events,
+ located in the tracefs file system under the events directory.
+ .
+ This package is needed to compile programs against libtraceevent1.
+
+Package: libtraceevent1-plugin
+Build-Profiles: <!stage1 !pkg.linux.notools>
+Architecture: linux-any
+Depends: ${shlibs:Depends}, ${misc:Depends}, libtraceevent1 (= ${binary:Version})
+Section: libs
+Multi-Arch: same
+Description: Linux kernel trace event library (plugins)
+ The libtraceevent library provides APIs to access kernel tracepoint events,
+ located in the tracefs file system under the events directory.
+ .
+ This package provides the plugins needed by the programs using libtraceevent1.