~ubuntu-branches/ubuntu/trusty/ocamlagrep/trusty

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Samuel Mimram
  • Date: 2005-03-23 15:04:47 UTC
  • mfrom: (2.1.1 hoary)
  • Revision ID: james.westby@ubuntu.com-20050323150447-1cg1tht35dqhrd10
Tags: 1.0-4
* Updated to OCaml 3.08.3.
* Set Debian OCaml Maintainers as Maintainer and put myself in Uploaders.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: ocamlagrep
2
2
Section: devel
3
3
Priority: optional
4
 
Maintainer: Samuel Mimram <samuel.mimram@ens-lyon.org>
5
 
Build-Depends: debhelper (>= 4.0.0), ocaml-3.07
6
 
Standards-Version: 3.6.1
 
4
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
 
5
Uploaders: Samuel Mimram <smimram@debian.org>
 
6
Build-Depends: debhelper (>= 4.0.0), ocaml-nox-3.08.3
 
7
Standards-Version: 3.6.1.1
7
8
 
8
9
Package: libagrep-ocaml-dev
9
10
Section: libdevel
10
11
Architecture: any
11
 
Depends: libagrep-ocaml (= ${Source-Version}), ocaml-3.07
 
12
Depends: libagrep-ocaml (= ${Source-Version}), ocaml-nox-3.08.3
12
13
Description: Wu-Manber algorithm for string searching with errors
13
14
 This OCaml library implements the Wu-Manber algorithm for string searching
14
15
 with errors, popularized by the "agrep" Unix command and the "glimpse" file
35
36
Package: libagrep-ocaml
36
37
Section: libs
37
38
Architecture: any
38
 
Depends: ${shlibs:Depends}
 
39
Depends: ocaml-base-nox-3.08.3, ${shlibs:Depends}
39
40
Description: Wu-Manber algorithm for string searching with errors
40
41
 This OCaml library implements the Wu-Manber algorithm for string searching
41
42
 with errors, popularized by the "agrep" Unix command and the "glimpse" file