~ubuntu-branches/ubuntu/wily/xauth/wily

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Brice Goglin
  • Date: 2007-09-14 22:58:48 UTC
  • Revision ID: james.westby@ubuntu.com-20070914225848-hv2mz178kxarg7cb
Tags: 1:1.0.2-2
* Add upstream URL to debian/copyright.
* Add myself to Uploaders, and remove Branden with his permission.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: xauth
2
2
Section: x11
3
3
Priority: optional
4
 
Maintainer: Bryce Harrington <bryce.harrington@ubuntu.com>
5
 
Build-Depends: debhelper (>= 4.0.0), pkg-config (>= 0.9.0), libx11-dev (>= 1:6.2.1+cvs.20050722-1), libxau-dev (>= 1:0.1.2-2), libxext-dev (>= 1:6.4.3-3), libxmuu-dev (>= 1:6.2.3-2)
6
 
Standards-Version: 3.6.1.0
7
 
XS-Vcs-Git: git://anongit.freedesktop.org/git/xorg/app/xauth
8
 
XS-Vcs-Browser: http://gitweb.freedesktop.org/?p=xorg/app/xauth.git
 
4
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
 
5
Uploaders: David Nusinow <dnusinow@debian.org>, Julien Cristau <jcristau@debian.org>, Brice Goglin <bgoglin@debian.org>
 
6
Build-Depends: debhelper (>= 5.0.0), pkg-config, libx11-dev (>= 2:1.0.0-1), libxext-dev (>= 1:1.0.0-1), libxmuu-dev (>= 1:1.0.1-1)
 
7
Standards-Version: 3.7.2.0
 
8
XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/app/xauth
 
9
XS-Vcs-Browser: http://git.debian.org/?p=pkg-xorg/app/xauth.git
9
10
 
10
11
Package: xauth
11
12
Architecture: any
12
 
Depends: ${shlibs:Depends}, ${misc:Depends}
13
 
Replaces: xbase-clients (<< 6.8.2-38)
 
13
Depends: ${shlibs:Depends}, ${misc:Depends}, cpp
 
14
Pre-Depends: x11-common (>= 1:7.0.0)
 
15
Replaces: xbase-clients (<= 1:7.2.ds2-3)
 
16
Suggests: pdksh
14
17
Description: X authentication utility
15
18
 xauth is a small utility to read and manipulate Xauthority files, which
16
19
 are used by servers and clients alike to control authentication and access
17
20
 to X sessions.
18
21
 .
19
 
 More information about X.Org can be found at:
20
 
 <URL:http://xorg.freedesktop.org>
21
 
 <URL:http://lists.freedesktop.org/mailman/listinfo/xorg>
22
 
 .
23
 
 This module can be found as 'app/xauth' at
24
 
 http://xorg.freedesktop.org/releases/individual/
 
22
 xauth's xauth_switch_to_sun-des-1 script requires a ksh implementation
 
23
 to be installed.