Your message dated Sat, 21 Mar 2026 01:02:27 +0100
with message-id
<cadstwjlky45pyot6odqkcthujmqtpeycbuozo0lrlgdohm+...@mail.gmail.com>
and subject line Re: shared-mime-info: identify dpatch files as diff
has caused the Debian Bug report #408826,
regarding shared-mime-info: identify dpatch files as diff
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
408826: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=408826
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
package: shared-mime-info
version: 0.19-1
severity: wishlist
tags: patch
Hi!
Please make dpatch-files (or actually all files ending on .dpatch) being
recognized as diff-files.
A trivial patch could be:
--- /usr/share/mime/packages/freedesktop.org.xml 2007-01-28
16:27:15.000000000 +0100
+++ /usr/share/mime/packages/freedesktop.org.xml 2007-01-28
16:27:53.000000000 +0100
@@ -12835,6 +12835,7 @@
</magic>
<glob pattern="*.diff"/>
<glob pattern="*.patch"/>
+ <glob pattern="*.dpatch"/>
</mime-type>
<mime-type type="text/x-python">
<sub-class-of type='application/x-executable'/>
Thank you very much!
Cheers,
Fabian
--- End Message ---
--- Begin Message ---
dpatch was removed in 2022 in favor of "3.0 (quilt)" format
https://trends.debian.net/#source-formats-and-patch-systems
--- End Message ---