diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2013-01-26 09:36:19 +0000 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2013-01-26 09:36:19 +0000 |
commit | 3934970e190d89ce1a572910c3d7c4c511007c73 (patch) | |
tree | fb0ca15e2da5cebc1cecdd8e0892ab5347553205 /debian/control | |
parent | a855a4c9c29402184f4226aa7be9018837930d32 (diff) | |
download | screen-3934970e190d89ce1a572910c3d7c4c511007c73.tar.gz |
* Built for Dyson:
- Build depends on libkstat-dev [illumos-any]
- Patch solaris-dev-console.patch to workaround that
/dev/console is a symlink
- Define SVR4 because gcc only defines __SVR4 on illumos
(this also enables kstat support)
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 1d03cea..31aca85 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,8 @@ 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~) +Build-Depends: libncursesw5-dev, texinfo, libpam0g-dev, debhelper (>> 7), dh-autoreconf, dpkg-dev (>= 1.16.1~), + libkstat-dev [illumos-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 |