aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control16
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..7f5c96d
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,16 @@
+Source: dragon-drag-and-drop
+Section: x11
+Priority: optional
+Maintainer: B. Stack <bgstack15@gmail.com>
+Build-Depends: debhelper-compat (= 12)
+Standards-Version: 4.5.0
+Homepage: https://github.com/mwh/dragon
+
+Package: dragon-drag-and-drop
+Architecture: any
+Multi-Arch: foreign
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: simple drag-and-drop source/sink for X or Wayland
+ If you don't habitually use a file manager, dragging a file
+ into a web application can be a problem. Dragon solves this
+ problem by acting as a drag-and-drop source for X.
bgstack15