~ubuntu-branches/debian/sid/libhdf4/sid

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Philippe Troin
  • Date: 2001-08-17 18:15:39 UTC
  • Revision ID: james.westby@ubuntu.com-20010817181539-dxk88azjdkntsxbm
Tags: 4.1r4-13
* Fixed upstream version detection in debian/rules.
* Change all instances of the linux C preprocessor symbol to __linux__
  to avoid breaking other packages; patch courtesy of James Troup
  <james@nocrew.org>; closes: #108921.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: libhdf4
 
2
Section: graphics
 
3
Priority: optional
 
4
Maintainer: Philippe Troin <phil@fifi.org>
 
5
Build-depends: g77, sharutils, libjpeg62-dev, zlib1g-dev, bison, flex, groff
 
6
Standards-Version: 3.5.5.0
 
7
 
 
8
Package: libhdf4g
 
9
Section: libs
 
10
Priority: optional
 
11
Architecture: any
 
12
Depends: ${shlibs:Depends}
 
13
Conflicts: libhdf4 (<<4.0.2-4)
 
14
Replaces: libhdf4
 
15
Suggests: libhdf4g-doc, libhdf4g-dev, libhdf4g-run
 
16
Description: The Hierarchical Data Format library -- library package
 
17
 The HDF format is used in scientific applications and can embed
 
18
 various kind of data:
 
19
    o graphics (8 and 24 bits)
 
20
    o scientific data
 
21
    o many others
 
22
 .
 
23
 This package comes with the HDF libraries.
 
24
 
 
25
Package: libhdf4g-run
 
26
Section: graphics
 
27
Priority: optional
 
28
Architecture: any
 
29
Depends: ${shlibs:Depends}
 
30
Conflicts: libhdf4 (<<4.0.2-4)
 
31
Replaces: libhdf4, libhdf4g
 
32
Description: The Hierarchical Data Format library -- runtime package
 
33
 This package comes with some basic utilities to view, pack, unpack,
 
34
 etc HDF files.
 
35
 
 
36
Package: libhdf4g-dev
 
37
Section: devel
 
38
Priority: optional
 
39
Architecture: any
 
40
Depends: libhdf4g (= ${Source-Version}), libc6-dev, zlib1g-dev, libjpeg62-dev
 
41
Description: The Hierarchical Data Format library -- development package
 
42
 Contains include files and static library for the HDF package plus
 
43
 some libdf functions manpages.
 
44
 
 
45
Package: libhdf4g-doc
 
46
Section: doc
 
47
Priority: optional
 
48
Architecture: all
 
49
Suggests: libhdf4g
 
50
Description: The Hierarchical Data Format library -- documentation
 
51
 The user guide and reference manual for HDF version 4 in html.