~ubuntu-branches/ubuntu/precise/liboggz/precise

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Jamie Wilkinson
  • Date: 2005-04-16 01:19:44 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 hoary)
  • Revision ID: james.westby@ubuntu.com-20050416011944-5ipwrrc260ihkpp8
Tags: 0.9.1-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Section: net
3
3
Priority: optional
4
4
Maintainer: Jamie Wilkinson <jaq@debian.org>
5
 
Build-Depends: debhelper (>= 4.0.0), libogg-dev, doxygen, docbook-to-man
 
5
Build-Depends: debhelper (>= 4.0.0), libogg-dev, doxygen, docbook-to-man, binutils (>= 2.12.90.0.9)
6
6
Standards-Version: 3.6.1.0
7
7
 
8
8
Package: liboggz1
39
39
 .
40
40
 This package contains the header files, static libraries, and stream
41
41
 debugging tools required for developing applications that use Oggz.
 
42
 
 
43
Package: oggz-tools
 
44
Section: utils
 
45
Architecture: any
 
46
Depends: ${shlibs:Depends}
 
47
Description: utilities for mangling Ogg streams
 
48
 Oggz provides a simple programming interface for reading and writing
 
49
 Ogg files and streams.
 
50
 .
 
51
 This package contains some utilities useful for debugging and tweaking
 
52
 Ogg streams, using liboggz
 
53
 
 
54
Package: liboggz1-dbg
 
55
Section: libdevel
 
56
Architecture: any
 
57
Depends: liboggz1 (= ${Source-Version})
 
58
Description: convenience interface for Ogg stream I/O debugging symbols
 
59
 Oggz provides a simple programming interface for reading and writing
 
60
 Ogg files and streams.
 
61
 .
 
62
 This package contains debugging symbols useful for tracing bugs in
 
63
 liboggz software.