summaryrefslogtreecommitdiff
path: root/logout-manager/debian/control
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-03-23 15:06:42 +0000
committerB Stack <bgstack15@gmail.com>2020-03-23 15:06:42 +0000
commitf38f655280f6ac385d1af9ad39cf9e38fa41f7c8 (patch)
treedf1da57b92f1aa8d7202e82767c439c1870005e5 /logout-manager/debian/control
parentMerge branch 'freefilesync-bump' into 'master' (diff)
downloadstackrpms-f38f655280f6ac385d1af9ad39cf9e38fa41f7c8.tar.gz
stackrpms-f38f655280f6ac385d1af9ad39cf9e38fa41f7c8.tar.bz2
stackrpms-f38f655280f6ac385d1af9ad39cf9e38fa41f7c8.zip
Logout manager 0.0.2
Diffstat (limited to 'logout-manager/debian/control')
-rw-r--r--logout-manager/debian/control17
1 files changed, 17 insertions, 0 deletions
diff --git a/logout-manager/debian/control b/logout-manager/debian/control
new file mode 100644
index 0000000..f7edf05
--- /dev/null
+++ b/logout-manager/debian/control
@@ -0,0 +1,17 @@
+Source: logout-manager
+Section: x11
+Priority: optional
+Maintainer: Ben Stack <bgstack15@gmail.com>
+Build-Depends: debhelper (>=12~)
+Standards-Version: 4.1.4
+Homepage: https://bgstack15.wordpress.com/
+
+Package: logout-manager
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: provide simple menu for logout-type actions
+ Designed for minimal DEs and window managers that
+ lack a menu for logging out, this tool provides
+ such a menu.
+
bgstack15