[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][ocaml-team/ocaml-mad][master] Remove obsolete debian/control.in



Title: GitLab

Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / ocaml-mad

Commits:

  • 5d50a145
    by Stephane Glondu at 2023-08-12T08:34:47+02:00
    Remove obsolete debian/control.in
    

1 changed file:

Changes:

  • debian/control.in deleted
    1
    -Source: ocaml-mad
    
    2
    -Section: ocaml
    
    3
    -Priority: optional
    
    4
    -Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
    
    5
    -Uploaders:
    
    6
    - Romain Beauxis <toots@rastageeks.org>,
    
    7
    - Mehdi Dogguy <mehdi@debian.org>,
    
    8
    - Samuel Mimram <smimram@debian.org>
    
    9
    -Build-Depends: @cdbs@,
    
    10
    - libmad0-dev,
    
    11
    - ocaml-findlib,
    
    12
    - pkg-config
    
    13
    -Standards-Version: 3.9.2
    
    14
    -Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocaml-mad.git
    
    15
    -Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-mad.git
    
    16
    -
    
    17
    -Package: libmad-ocaml
    
    18
    -Architecture: any
    
    19
    -Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends}
    
    20
    -Provides: ${ocaml:Provides}
    
    21
    -Description: OCaml bindings for the MAD library (Runtime library)
    
    22
    - This OCaml library interfaces the MAD C library to decode MPEG files.
    
    23
    - The MAD library currently only supports the MPEG 1 standard, but fully
    
    24
    - implements all three audio layers (Layer I, Layer II, and Layer III, the
    
    25
    - latter often colloquially known as MP3.)
    
    26
    - .
    
    27
    - MAD has the following special features:
    
    28
    -   - 100% fixed-point (integer) computation
    
    29
    -   - completely new implementation based on the ISO/IEC 11172-3 standard
    
    30
    -   - distributed under the terms of the GNU General Public License (GPL)
    
    31
    - .
    
    32
    - This package contains only the shared runtime stub libraries.
    
    33
    -
    
    34
    -Package: libmad-ocaml-dev
    
    35
    -Architecture: any
    
    36
    -Depends: ${ocaml:Depends}, libmad0-dev, libmad-ocaml (= ${binary:Version}), ${misc:Depends}
    
    37
    -Provides: ${ocaml:Provides}
    
    38
    -Description: OCaml bindings for the MAD library (Development package)
    
    39
    - This OCaml library interfaces the MAD C library to decode MPEG files.
    
    40
    - The MAD library currently only supports the MPEG 1 standard, but fully
    
    41
    - implements all three audio layers (Layer I, Layer II, and Layer III, the
    
    42
    - latter often colloquially known as MP3.)
    
    43
    - .
    
    44
    - MAD has the following special features:
    
    45
    -   - 100% fixed-point (integer) computation
    
    46
    -   - completely new implementation based on the ISO/IEC 11172-3 standard
    
    47
    -   - distributed under the terms of the GNU General Public License (GPL)
    
    48
    - .
    
    49
    - This package contains all the development stuff you need to use ocaml-mad
    
    50
    - in your programs.


  • Reply to: