From 60bbd1b24a640e26a3f71f8eb35b5c031642a5e5 Mon Sep 17 00:00:00 2001 From: "Thomas E. Dickey" Date: Tue, 16 Jun 2020 20:25:31 -0400 Subject: use Debian's package-files as starting point for test-packages Signed-off-by: Thomas E. Dickey --- package/debian/control | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 package/debian/control (limited to 'package/debian/control') 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 +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. -- cgit v1.2.3