summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2014-05-11 15:48:13 +0400
committerIgor Pashev <pashev.igor@gmail.com>2014-05-11 15:48:13 +0400
commit25399d502ec5733044f4975e819994ee231e982f (patch)
tree2e1a26e5082912c2c627acdd2e865bbcb19050e1 /debian/control
parent13a4d5f1001b28e1bf5db42d67c99d158fc28cc7 (diff)
parent3fa7de8dc211d403899ed68b0f5b4ec0b62301a1 (diff)
downloadscreen-25399d502ec5733044f4975e819994ee231e982f.tar.gz
Merge branch 'master' of git://anonscm.debian.org/collab-maint/screen
Conflicts: debian/changelog debian/control debian/rules
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control27
1 files changed, 23 insertions, 4 deletions
diff --git a/debian/control b/debian/control
index 7279fa6..68bffa3 100644
--- a/debian/control
+++ b/debian/control
@@ -3,16 +3,23 @@ Section: misc
Priority: optional
Maintainer: Axel Beckert <abe@debian.org>
Uploaders: Jan Christoph Nordholz <hesso@pool.math.tu-berlin.de>
-Standards-Version: 3.9.3
-Build-Depends: libncursesw5-dev, texinfo, libpam0g-dev, debhelper (>> 7), dh-autoreconf, dpkg-dev (>= 1.16.1~),
- libkstat-dev [illumos-any], dh-smf [illumos-any]
+Standards-Version: 3.9.5
+Build-Depends: debhelper (>= 9.20130504~),
+ dh-autoreconf,
+ dpkg-dev (>= 1.16.1~),
+ libncursesw5-dev,
+ libpam0g-dev,
+ libkstat-dev [illumos-any],
+ dh-smf [illumos-any],
+ texinfo
+Build-Conflicts: libelf-dev [!linux-any]
Homepage: http://savannah.gnu.org/projects/screen
Vcs-Git: git://anonscm.debian.org/collab-maint/screen.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/screen.git
Package: screen
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
Suggests: iselect (>= 1.4.0-1) | screenie | byobu
Description: terminal multiplexer with VT100/ANSI terminal emulation
GNU Screen is a terminal multiplexer that runs several separate "screens" on
@@ -23,3 +30,15 @@ Description: terminal multiplexer with VT100/ANSI terminal emulation
Screen also supports a whole slew of other features, including configurable
input and output translation, serial port support, configurable logging,
and multi-user support.
+
+Package: screen-dbg
+Section: debug
+Architecture: any
+Priority: extra
+Depends: screen (= ${binary:Version}),
+ ${misc:Depends}
+Description: Debugging symbols for GNU Screen
+ GNU Screen is a terminal multiplexer that runs several separate "screens" on
+ a single physical character-based terminal.
+ .
+ This package contains the debugging symbols for GNU Screen.