[neon/kde/drkonqi/Neon/unstable] debian: Improve Long Description in d/control.

Scarlett Moore null at kde.org
Wed May 19 17:18:59 BST 2021


Git commit 05861d235b248f24bbce4d10d1c7433654208938 by Scarlett Moore.
Committed on 15/10/2020 at 16:21.
Pushed by sitter into branch 'Neon/unstable'.

Improve Long Description in d/control.

M  +1    -0    debian/changelog
M  +3    -0    debian/control

https://invent.kde.org/neon/kde/drkonqi/commit/05861d235b248f24bbce4d10d1c7433654208938

diff --git a/debian/changelog b/debian/changelog
index b94f138..6462602 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ drkonqi (5.19.4-1) experimental; urgency=medium
   * Update Homepage link to point to new invent.kde.org
   * Update field Source in debian/copyright to invent.kde.org move.
   * Set/Update field Upstream-Contact in debian/copyright.
+  * Improve Long Description in d/control.
 
   [ Patrick Franz ]
   * Add hardening=+all build flag.
diff --git a/debian/control b/debian/control
index d948c7c..9479bbf 100644
--- a/debian/control
+++ b/debian/control
@@ -39,3 +39,6 @@ Breaks: plasma-workspace (<< 4:5.14)
 Replaces: plasma-workspace (<< 4:5.11)
 Description: Crash handler for Qt applications
  Drkonqi shows a dialog for dealing with application crashes.
+ Drkonqi also doesn't technically require a process to actually crash, you can simply run it manually on any old pid. Do note that in most cases you only need to define the pid, however not giving certain cmdline options can change behavior somewhat drastically
+ (e.g. kdeinit vs. notkdeinit behaves radically different as far as process name detection goes) . Drkonqi has a number of backends that may be used. Backends are stacked by order of preference, backends in the directory of the binary are most preferred. This means that you can dump debuggers/internal/ into your build's bin/ directory and override for example gdb. This essentially allows you to replace
+ the gdb debugger with a cat of a fixture file to not have to trace live processes at all.



More information about the Neon-commits mailing list