~ubuntu-branches/ubuntu/raring/libxfont/raring-security

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Julien Cristau
  • Date: 2008-01-17 00:09:38 UTC
  • Revision ID: james.westby@ubuntu.com-20080117000938-1pmf00kn9krhasq5
Tags: 1:1.3.1-2
* High urgency upload for security fix.
* Fix a buffer overflow in the PCF font parser (CVE-2008-0006).
* debian/control updates
  + add myself to Uploaders, and remove Branden and Fabio with their
    permission
  + s/^XS-Vcs/Vcs/
  + bump Standards-Version to 3.7.3 (no changes)
  + libxfont1 is Section: libs
  + libxfont-dev and libxfont1-dbg are Section: libdevel

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: libxfont
2
2
Section: x11
3
3
Priority: optional
4
 
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5
 
XSBC-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
6
 
Uploaders: David Nusinow <dnusinow@debian.org>, Branden Robinson <branden@debian.org>, Fabio M. Di Nitto <fabbione@fabbione.net>, Drew Parsons <dparsons@debian.org>
 
4
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
 
5
Uploaders: David Nusinow <dnusinow@debian.org>, Drew Parsons <dparsons@debian.org>, Julien Cristau <jcristau@debian.org>
7
6
Build-Depends: debhelper (>= 5), pkg-config, libfontenc-dev, x11proto-core-dev, xtrans-dev, x11proto-fonts-dev, x11proto-fontcache-dev, libfreetype6-dev, quilt
8
 
Standards-Version: 3.7.2
9
 
XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxfont
10
 
XS-Vcs-Browser:  http://git.debian.org/?p=pkg-xorg/lib/libxfont.git
 
7
Standards-Version: 3.7.3
 
8
Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxfont
 
9
Vcs-Browser:  http://git.debian.org/?p=pkg-xorg/lib/libxfont.git
11
10
 
12
11
Package: libxfont1
 
12
Section: libs
13
13
Architecture: any
14
14
Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common
15
15
Description: X11 font rasterisation library
21
21
 <URL:http://lists.freedesktop.org/mailman/listinfo/xorg>
22
22
 
23
23
Package: libxfont1-dbg
 
24
Section: libdevel
24
25
Architecture: any
25
26
Priority: extra
26
27
Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common, libxfont1 (= ${binary:Version})
36
37
 <URL:http://lists.freedesktop.org/mailman/listinfo/xorg>
37
38
 
38
39
Package: libxfont-dev
 
40
Section: libdevel
39
41
Architecture: any
40
42
Depends: ${shlibs:Depends}, ${misc:Depends}, libxfont1 (= ${binary:Version}), libx11-dev, x11proto-core-dev, x11proto-fonts-dev, libfreetype6-dev, libfontenc-dev (>= 1:1.0.1-1)
41
43
Pre-Depends: x11-common (>= 1:7.0.0)