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
commit098605e5950da5fed94fa8d31e57e8ec8f74b416 (patch)
treedf1da57b92f1aa8d7202e82767c439c1870005e5 /logout-manager/debian/control
parentMerge branch 'freefilesync-bump' into 'master' (diff)
parentLogout manager 0.0.2 (diff)
downloadstackrpms-098605e5950da5fed94fa8d31e57e8ec8f74b416.tar.gz
stackrpms-098605e5950da5fed94fa8d31e57e8ec8f74b416.tar.bz2
stackrpms-098605e5950da5fed94fa8d31e57e8ec8f74b416.zip
Merge branch 'logout-manager-bump' into 'master'
Logout manager 0.0.2 See merge request bgstack15/stackrpms!145
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