~ubuntu-branches/ubuntu/trusty/sexplib310/trusty

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Stefano Zacchiroli
  • Date: 2009-03-02 23:20:35 UTC
  • mfrom: (2.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20090302232035-ctz4uj95mow8xaqv
Tags: 4.2.6-3
debian/patches/debian/byte-build: build toplevel-library also when
"byte" is invoked. Fix FTBFS on byte archs (Closes: #517838)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Section: devel
3
3
Priority: extra
4
4
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
5
 
Uploaders: Stefano Zacchiroli <zack@debian.org>, Sylvain Le Gall <gildor@debian.org>
6
 
Build-Depends: cdbs, debhelper (>= 7),
7
 
 ocaml-nox, ocaml-findlib,
8
 
 camlp4, camlp4-extra,
9
 
 libtype-conv-camlp4-dev
10
 
Standards-Version: 3.7.3
 
5
Uploaders:
 
6
 Stefano Zacchiroli <zack@debian.org>,
 
7
 Sylvain Le Gall <gildor@debian.org>
 
8
Build-Depends:
 
9
 debhelper (>= 7),
 
10
 cdbs,
 
11
 quilt,
 
12
 ocaml-nox (>= 3.11),
 
13
 ocaml-findlib (>= 1.2.4-2),
 
14
 camlp4,
 
15
 camlp4-extra,
 
16
 libtype-conv-camlp4-dev (>= 1.6.7),
 
17
 dh-ocaml (>= 0.4)
 
18
Standards-Version: 3.8.0
11
19
Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/sexplib310.git
12
20
Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/sexplib310.git
13
 
Homepage: http://www.janestcapital.com/ocaml/
 
21
Homepage: http://www.ocaml.info/home/ocaml_sources.html#sexplib310
14
22
 
15
23
Package: libsexplib-camlp4-dev
16
24
Provides: libsexplib-ocaml-dev
17
25
Section: libdevel
18
26
Architecture: any
19
 
Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib,
20
 
 camlp4, libtype-conv-camlp4-dev,
21
 
 ${shlibs:Depends}, ${misc:Depends}
 
27
Depends:
 
28
 ocaml-nox-${F:OCamlABI},
 
29
 ocaml-findlib,
 
30
 camlp4,
 
31
 libtype-conv-camlp4-dev,
 
32
 ${shlibs:Depends},
 
33
 ${misc:Depends}
22
34
Description: automated conversions between OCaml-values and S-expressions
23
35
 Sexplib library contains functionality for parsing and pretty-printing
24
36
 S-expressions.