aboutsummaryrefslogtreecommitdiff
path: root/debian/control
blob: 7f5c96d58deb395bad00936a3a5c0429ac9ab09c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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