summaryrefslogtreecommitdiff
path: root/package/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'package/debian/control')
-rw-r--r--package/debian/control23
1 files changed, 23 insertions, 0 deletions
diff --git a/package/debian/control b/package/debian/control
new file mode 100644
index 0000000..b970db2
--- /dev/null
+++ b/package/debian/control
@@ -0,0 +1,23 @@
+Source: xterm-dev
+Section: x11
+Priority: optional
+Maintainer: Thomas E. Dickey <dickey@invisible-island.net>
+Homepage: http://invisible-island.net/xterm/
+Build-Depends: debhelper (>= 7)
+Standards-Version: 3.8.2
+
+Package: xterm-dev
+Architecture: any
+Depends: ${misc:Depends}
+Provides: x-terminal-emulator
+Recommends: x11-utils | xutils | bluit
+Description: X terminal emulator (development version)
+ xterm is the standard terminal emulator for the X Window System.
+ It provides DEC VT102 and Tektronix 4014 compatible terminals for
+ programs that cannot use the window system directly. This version
+ implements ISO/ANSI colors, Unicode, and most of the control sequences
+ used by DEC VT220 terminals.
+ .
+ This package contains a development version of xterm. It is
+ configured to use "xterm-dev" and "XTermDev" for the program
+ and its resource class, to avoid conflict with other packages.