diff options
author | B Stack <bgstack15@gmail.com> | 2020-03-19 19:36:22 +0000 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-03-19 19:36:22 +0000 |
commit | b2dedd0c9988e888a53de366c65991d91c20c357 (patch) | |
tree | 15aaaec948f6d03fc91a60b54d86ec3dfa57a13e /debian/control | |
parent | cleanup (diff) | |
parent | minor fixes (diff) | |
download | logout-manager-b2dedd0c9988e888a53de366c65991d91c20c357.tar.gz logout-manager-b2dedd0c9988e888a53de366c65991d91c20c357.tar.bz2 logout-manager-b2dedd0c9988e888a53de366c65991d91c20c357.zip |
Merge branch 'add-ncurses' into 'master'
add ncurses and cli versions and makefile
See merge request bgstack15/logout-manager!1
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..f7edf05 --- /dev/null +++ b/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. + |