summaryrefslogtreecommitdiff
path: root/mime_types_editor/debian/control
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-03-20 21:16:14 +0000
committerB Stack <bgstack15@gmail.com>2020-03-20 21:16:14 +0000
commit3a3558682d350253fa412f8a8c368a6f61203912 (patch)
tree76156643db081921b0485a7461fbc79d4af4dd62 /mime_types_editor/debian/control
parentMerge branch 'ublock-bump' into 'master' (diff)
parentchange dsc file to try to get obs working (diff)
downloadstackrpms-3a3558682d350253fa412f8a8c368a6f61203912.tar.gz
stackrpms-3a3558682d350253fa412f8a8c368a6f61203912.tar.bz2
stackrpms-3a3558682d350253fa412f8a8c368a6f61203912.zip
Merge branch 'mime_types_editor-bump' into 'master'
Mime types editor See merge request bgstack15/stackrpms!141
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