~ubuntu-branches/ubuntu/trusty/libxslt/trusty

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Mike Hommey
  • Date: 2010-06-28 19:10:30 UTC
  • Revision ID: james.westby@ubuntu.com-20100628191030-utk11olavg4wwlbd
Tags: 1.1.26-4
* debian/rules:
  - Refactor configure-% and build-% rules.
  - Hack to link with -Wl,--as-needed.
* debian/python-libxslt1.install: Don't hardcode site-/dist-packages in
  .install. Cope with builds which don't have any dist-packages (or
  site-packages) based python versions. Thanks Loïc Minier.
* debian/control:
  - Add missing XB-Python-Version to python-libxslt1.
  - Mention the version of XSLT implemented. Closes: #579244.
  - Fix typo in libxslt1-dev package description. Closes: #579241.
* debian/control, debian/python-libxslt1-dbg.install, debian/rules: Add a
  python-libxslt1-dbg package.
* doc/xsltproc.xml, doc/xsltproc.1: Document what happens when there is
  no output and -o is specified. Closes: #539890.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs@lists.alioth.debian.org>
5
5
Uploaders: Mike Hommey <glandium@debian.org>
6
6
Standards-Version: 3.8.4.0
7
 
Build-Depends: debhelper (>= 7.0.50~), libxml2-dev (>= 2.6.27), python-all-dev (>= 2.3.5-11), python-support (>= 0.3), libgcrypt11-dev, autotools-dev, binutils (>= 2.14.90.0.7)
 
7
Build-Depends: debhelper (>= 7.0.50~), libxml2-dev (>= 2.6.27), python-all-dev (>= 2.3.5-11), python-all-dbg, python-support (>= 0.3), libgcrypt11-dev, autotools-dev, binutils (>= 2.14.90.0.7), perl
8
8
 
9
9
Package: libxslt1.1
10
10
Section: libs
11
11
Architecture: any
12
12
Depends: ${shlibs:Depends}, ${misc:Depends}
13
13
Conflicts: libxslt1 (<< 1.1.2-2)
14
 
Description: XSLT processing library - runtime library
 
14
Description: XSLT 1.0 processing library - runtime library
15
15
 XSLT is an XML language for defining transformations of XML files from
16
16
 XML to some other arbitrary format, such as XML, HTML, plain text, etc.
17
17
 using standard XSLT stylesheets. libxslt is a C library which
18
 
 implements XSLT.
 
18
 implements XSLT version 1.0.
19
19
 .
20
 
 This package contains libxslt library used by applications for XSLT
 
20
 This package contains the libxslt library used by applications for XSLT
21
21
 transformations.
22
22
 
23
23
Package: libxslt1-dev
26
26
Provides: libxslt-dev
27
27
Conflicts: libxslt-dev, libxslt0-dev
28
28
Depends: libxslt1.1 (= ${binary:Version}), libxml2-dev (>= 2.6.26), ${misc:Depends}
29
 
Description: XSLT processing library - development kit
 
29
Description: XSLT 1.0 processing library - development kit
30
30
 XSLT is an XML language for defining transformations of XML files from
31
31
 XML to some other arbitrary format, such as XML, HTML, plain text, etc.
32
32
 using standard XSLT stylesheets. libxslt is a C library which
33
 
 implements XSLT.
 
33
 implements XSLT version 1.0.
34
34
 .
35
 
 This package contains the development files libxslt.
 
35
 This package contains the development files for libxslt.
36
36
 
37
37
Package: libxslt1-dbg
38
38
Section: debug
39
39
Priority: extra
40
40
Architecture: any
41
41
Depends: libxslt1.1 (= ${binary:Version}), ${misc:Depends}
42
 
Description: XSLT processing library - debugging symbols
 
42
Description: XSLT 1.0 processing library - debugging symbols
43
43
 XSLT is an XML language for defining transformations of XML files from
44
44
 XML to some other arbitrary format, such as XML, HTML, plain text, etc.
45
45
 using standard XSLT stylesheets. libxslt is a C library which
46
 
 implements XSLT.
 
46
 implements XSLT version 1.0.
47
47
 .
48
48
 This package provides the debugging symbols for the library and for
49
49
 the xsltproc utility provided by the xsltproc package.
53
53
Section: text
54
54
Architecture: any
55
55
Depends: ${shlibs:Depends}, ${misc:Depends}
56
 
Description: XSLT command line processor
 
56
Description: XSLT 1.0 command line processor
57
57
 XSLT is an XML language for defining transformations of XML files from
58
58
 XML to some other arbitrary format, such as XML, HTML, plain text, etc.
59
 
 using standard XSLT stylesheets.
 
59
 using standard XSLT version 1.0 stylesheets.
60
60
 .
61
61
 This package contains a command line tool that facilitates XSLT
62
62
 transformations.
68
68
Replaces: python2.3-libxslt1 (<< 1.1.17-2), python2.4-libxslt1 (<< 1.1.17-2)
69
69
Provides: ${python:Provides}
70
70
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-libxml2
 
71
XB-Python-Version: ${python:Versions}
71
72
Description:  Python bindings for libxslt1
72
73
 XSLT is an XML language for defining transformations of XML files from
73
74
 XML to some other arbitrary format, such as XML, HTML, plain text, etc.
74
75
 using standard XSLT stylesheets. libxslt is a C library which
75
 
 implements XSLT.
 
76
 implements XSLT version 1.0.
76
77
 .
77
78
 This package contains Python bindings for libxslt, needed to use
78
79
 libxslt in Python programs.
 
80
 
 
81
Package: python-libxslt1-dbg
 
82
Section: debug
 
83
Architecture: any
 
84
Priority: extra
 
85
Provides: ${python:Provides}
 
86
Depends: python-dbg, python-libxslt1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 
87
XB-Python-Version: ${python:Versions}
 
88
Description:  Python bindings for libxslt1 (debug extension)
 
89
 XSLT is an XML language for defining transformations of XML files from
 
90
 XML to some other arbitrary format, such as XML, HTML, plain text, etc.
 
91
 using standard XSLT stylesheets. libxslt is a C library which
 
92
 implements XSLT version 1.0.
 
93
 .
 
94
 This package contains Python bindings for libxslt, needed to use
 
95
 libxslt in Python programs for use with the Python debug interpreter.