summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Laboissière <rafael@debian.org>2024-01-27 14:23:58 -0300
committerRafael Laboissière <rafael@debian.org>2024-01-27 16:05:15 -0300
commit4029b041b100e1614761959c7e892c0522d0a579 (patch)
tree2e5052585884fb5461d7dde05dcc08869bf08ee8
parent4982e24e7b1b3d93d9aa34a98915506d7ba7dcab (diff)
d/p/info-dir-section.patch: New patch
-rw-r--r--debian/patches/info-dir-section.patch21
-rw-r--r--debian/patches/series1
2 files changed, 22 insertions, 0 deletions
diff --git a/debian/patches/info-dir-section.patch b/debian/patches/info-dir-section.patch
new file mode 100644
index 0000000..20139a1
--- /dev/null
+++ b/debian/patches/info-dir-section.patch
@@ -0,0 +1,21 @@
+Description: Add dircategory and direntry for the info documentation
+Author: John Donoghue <john.donoghue.ieee.org>
+Origin: https://sourceforge.net/p/octave/dicom/ci/ff78a75c5a4590f29f462922a19242dab11e3d02/
+Forwarded: not-needed
+Reviewed-By: Rafael Laboissière <rafael@debian.org>
+Last-Update: 2024-01-26
+
+--- octave-dicom-0.6.0.orig/doc/dicom.texi
++++ octave-dicom-0.6.0/doc/dicom.texi
+@@ -59,6 +59,11 @@ To download a copy of the @acronym{GNU}
+ @end titlepage
+ @c %*** End of TITLEPAGE
+
++@dircategory Math
++@direntry
++* Octave DICOM: (dicom). DICOM Toolkit for Octave
++@end direntry
++
+ @c %*** Start of BODY
+ @contents
+ @ifnottex
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..da8f6d2
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+info-dir-section.patch