summaryrefslogtreecommitdiff
path: root/move-to-next-monitor/debian/control
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-03-01 16:02:32 -0500
committerB Stack <bgstack15@gmail.com>2019-03-01 16:02:32 -0500
commit58ef47609736bdf816edce75bcf25905abbdd09a (patch)
tree36c9af80709f6137afc8fd3a050edef55bc28583 /move-to-next-monitor/debian/control
parentMerge branch 'irfanview-dpkg' into 'master' (diff)
downloadstackrpms-58ef47609736bdf816edce75bcf25905abbdd09a.tar.gz
stackrpms-58ef47609736bdf816edce75bcf25905abbdd09a.tar.bz2
stackrpms-58ef47609736bdf816edce75bcf25905abbdd09a.zip
dpkg for move-to-next-monitor
Diffstat (limited to 'move-to-next-monitor/debian/control')
-rw-r--r--move-to-next-monitor/debian/control18
1 files changed, 18 insertions, 0 deletions
diff --git a/move-to-next-monitor/debian/control b/move-to-next-monitor/debian/control
new file mode 100644
index 0000000..8b03708
--- /dev/null
+++ b/move-to-next-monitor/debian/control
@@ -0,0 +1,18 @@
+Source: move-to-next-monitor
+Section: x11/utils
+Priority: optional
+Maintainer: B Stack <bgstack15@gmail.com>
+Build-Depends: debhelper (>=11~)
+Standards-Version: 4.1.4
+Homepage: https://gitlab.com/bgstack15/move-to-next-monitor
+
+Package: move-to-next-monitor
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}, ${shlibs:Depends},
+ python3,
+ wmctrl,
+ x11-utils,
+ x11-xserver-utils,
+ xdotool
+Description: python script for simple window manipulation
bgstack15