summarylogtreecommitdiffstats
path: root/add_kmidiff_man.patch
diff options
context:
space:
mode:
authorGeorge Rawlinson2021-12-12 07:45:42 +0000
committerGeorge Rawlinson2021-12-12 07:45:42 +0000
commitd2a3fe7c203772775b79d563fc2d6bcf582e86b2 (patch)
tree39c0b8ee3687ada78406e7192d21e45bb557f500 /add_kmidiff_man.patch
parent7065e3418e3db7d31c0365c0398f8645b1d1ab44 (diff)
downloadaur-libabigail.tar.gz
upgpkg: libabigail 2.0-1
* New upstream release. * Change license: LGPL3 to Apache. * Add build dependency: python-sphinx. * Generate man page for kmidiff with new patch.
Diffstat (limited to 'add_kmidiff_man.patch')
-rw-r--r--add_kmidiff_man.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/add_kmidiff_man.patch b/add_kmidiff_man.patch
new file mode 100644
index 000000000000..ba68ad698d9d
--- /dev/null
+++ b/add_kmidiff_man.patch
@@ -0,0 +1,10 @@
+--- a/doc/manuals/conf.py
++++ b/doc/manuals/conf.py
+@@ -220,6 +220,7 @@
+ ('abilint', 'abilint', u'validate an abigail ABI representation', [u'Dodji Seketeli'], 1),
+ ('abicompat', 'abicompat', u'check ABI compatibility', [u'Dodji Seketeli'], 1),
+ ('fedabipkgdiff', 'fedabipkgdiff', u'compare ABIs of Fedora packages', [u'Chenxiong Qi'], 1),
++ ('kmidiff', 'kmidiff', u'compare KMIs of Linux Kernel trees', [u'Unknown'], 1),
+ ]
+
+ # If true, show URL addresses after external links.