diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2020-06-16 20:25:31 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2020-06-16 20:25:31 -0400 |
commit | 60bbd1b24a640e26a3f71f8eb35b5c031642a5e5 (patch) | |
tree | bddc4fa7905fb008e48f66eadb1fd2cb4672a7e2 /package/debian/control | |
parent | 08f44086320c6bc5f2c7eb6457a0d53192832805 (diff) |
use Debian's package-files as starting point for test-packages
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'package/debian/control')
-rw-r--r-- | package/debian/control | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/package/debian/control b/package/debian/control new file mode 100644 index 0000000..9c51437 --- /dev/null +++ b/package/debian/control @@ -0,0 +1,30 @@ +Source: twm +Section: x11 +Priority: optional +Maintainer: Debian X Strike Force <debian-x@lists.debian.org> +Build-Depends: + debhelper (>= 9), + dh-autoreconf, + pkg-config, + libx11-dev (>= 2:1.0.0-2), + libxext-dev (>= 1:1.0.0), + libxt-dev (>= 1:1.0.0), + libxmu-dev (>= 1:1.0.1), + bison, + flex, + quilt, + xutils-dev (>= 1:7.5+4), + automake, +Standards-Version: 3.9.1 +Vcs-Git: https://salsa.debian.org/xorg-team/app/twm.git +Vcs-Browser: https://salsa.debian.org/xorg-team/app/twm + +Package: twm +Architecture: any +Depends: menu (>= 2.1.26), ${shlibs:Depends}, ${misc:Depends} +Provides: x-window-manager +Description: Tab window manager + twm is a window manager for the X Window System. It provides title bars, + shaped windows, several forms of icon management, user-defined macro + functions, click-to-type and pointer-driven keyboard focus, and + user-specified key and pointer button bindings. |