summaryrefslogtreecommitdiff
path: root/mime_types_editor/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'mime_types_editor/debian/control')
-rw-r--r--mime_types_editor/debian/control16
1 files changed, 16 insertions, 0 deletions
diff --git a/mime_types_editor/debian/control b/mime_types_editor/debian/control
new file mode 100644
index 0000000..a55cf0d
--- /dev/null
+++ b/mime_types_editor/debian/control
@@ -0,0 +1,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