~ubuntu-branches/debian/jessie/screen/jessie

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Axel Beckert
  • Date: 2013-05-20 17:04:14 UTC
  • Revision ID: package-import@ubuntu.com-20130520170414-p93gv45jr76ed11b
Tags: 4.1.0~20120320gitdb59704-8
* Update debian/patches/13split_info_files.patch to change now ambiguous
  makeinfo option --split to --split-size. Fixes FTBFS with texinfo 5.x.
  (Closes: #707530)
* Use doc/screen.info* instead of listing every file individually in
  debian/info.
* Bump debhelper compatibility to 9
  + Update versioned debhelper build-dependency
* Revamp debian/rules
  + Use dh_auto_{configure,build}
  + Drop DPKG_EXPORT_BUILDFLAGS and /usr/share/dpkg/buildflags.mk
  + Drop manual DEB_BUILD_OPTIONS parsing
  + Use debian/clean instead of dh_clean parameters and add some more
    files to clean up
  + Use dh_install and debian/install instead of install and cp
  + Simplify variable usage
  + Fix dh_clean vs dh_prep in install target
  + No more ignore dh_installman errors
  + Finally switch to a dh7 style debian/rules file
* Bump Standards-Version to 3.9.4 (no changes)
* Apply wrap-and-sort.
* Fix lintian warning package-contains-info-dir-file

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
Priority: optional
4
4
Maintainer: Axel Beckert <abe@debian.org>
5
5
Uploaders: Jan Christoph Nordholz <hesso@pool.math.tu-berlin.de>
6
 
Standards-Version: 3.9.3
7
 
Build-Depends: libncursesw5-dev, texinfo, libpam0g-dev, debhelper (>> 7), dh-autoreconf, dpkg-dev (>= 1.16.1~)
 
6
Standards-Version: 3.9.4
 
7
Build-Depends: debhelper (>= 9~),
 
8
               dh-autoreconf,
 
9
               dpkg-dev (>= 1.16.1~),
 
10
               libncursesw5-dev,
 
11
               libpam0g-dev,
 
12
               texinfo
8
13
Homepage: http://savannah.gnu.org/projects/screen
9
14
Vcs-Git: git://anonscm.debian.org/collab-maint/screen.git
10
15
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/screen.git
11
16
 
12
17
Package: screen
13
18
Architecture: any
14
 
Depends: ${shlibs:Depends}, ${misc:Depends}
 
19
Depends: ${misc:Depends}, ${shlibs:Depends}
15
20
Suggests: iselect (>= 1.4.0-1) | screenie | byobu
16
21
Description: terminal multiplexer with VT100/ANSI terminal emulation
17
22
 GNU Screen is a terminal multiplexer that runs several separate "screens" on