summaryrefslogtreecommitdiff
path: root/mime_types_editor/debian/control
blob: a55cf0d491e11a343aebadd448ebaf0990d336d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Source: mime-types-editor
Section: x11
Priority: optional
Maintainer: Ben Stack <bgstack15@gmail.com>
Build-Depends: debhelper (>=12~),
   go-md2man
Standards-Version: 4.1.4
Homepage: https://github.com/i026e/mime_types_editor

Package: mime-types-editor
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: GUI utility to change mimetype associations
 View and edit mimetype associations, either per
 program or per mimetype.
bgstack15