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

[Git][ocaml-team/dose3][master] 2 commits: Add camlp-streams to debGrep dependencies



Title: GitLab

Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / dose3

Commits:

  • 9b401d1a
    by Stephane Glondu at 2024-06-14T13:48:30+02:00
    Add camlp-streams to debGrep dependencies
    
  • fad171b3
    by Stephane Glondu at 2024-06-14T13:48:57+02:00
    Update changelog
    

4 changed files:

Changes:

  • debian/changelog
    1 1
     dose3 (7.0.0-5) UNRELEASED; urgency=medium
    
    2 2
     
    
    3
    +  [ Ralf Treinen ]
    
    3 4
       * * Update debian/watch, to follow recent gitlab change.
    
    4 5
     
    
    5
    - -- Ralf Treinen <treinen@debian.org>  Wed, 10 Apr 2024 08:21:35 +0200
    
    6
    +  [ Stéphane Glondu ]
    
    7
    +  * Add camlp-streams to debGrep dependencies
    
    8
    +
    
    9
    + -- Stéphane Glondu <glondu@debian.org>  Fri, 14 Jun 2024 13:48:34 +0200
    
    6 10
     
    
    7 11
     dose3 (7.0.0-4) unstable; urgency=medium
    
    8 12
     
    

  • debian/control
    ... ... @@ -19,6 +19,7 @@ Build-Depends: debhelper-compat (= 13),
    19 19
                    pandoc
    
    20 20
     Build-Depends-Arch: grep-dctrl <!nocheck>,
    
    21 21
                         libounit-ocaml-dev <!nocheck>,
    
    22
    +                    libcamlp-streams-ocaml-dev <!nocheck>,
    
    22 23
                         libparmap-ocaml-dev,
    
    23 24
                         perl,
    
    24 25
                         python3-yaml <!nocheck>,
    

  • debian/patches/0002-Add-camlp-streams-to-debGrep-dependencies.patch
    1
    +From: Stephane Glondu <steph@glondu.net>
    
    2
    +Date: Fri, 14 Jun 2024 13:48:14 +0200
    
    3
    +Subject: Add camlp-streams to debGrep dependencies
    
    4
    +
    
    5
    +---
    
    6
    + tests/DebianPackages/dune | 2 +-
    
    7
    + 1 file changed, 1 insertion(+), 1 deletion(-)
    
    8
    +
    
    9
    +diff --git a/tests/DebianPackages/dune b/tests/DebianPackages/dune
    
    10
    +index 122693e..484316d 100644
    
    11
    +--- a/tests/DebianPackages/dune
    
    12
    ++++ b/tests/DebianPackages/dune
    
    13
    +@@ -20,7 +20,7 @@
    
    14
    + 
    
    15
    + (executable
    
    16
    +  (name debGrep)
    
    17
    +- (libraries extlib dose3.common dose3-extra.doseparse dose3-extra.debian)
    
    18
    ++ (libraries extlib dose3.common dose3-extra.doseparse dose3-extra.debian camlp-streams)
    
    19
    +  (modules debGrep grep_argv_parser grep_argv_types))
    
    20
    + 
    
    21
    + (ocamlyacc grep_argv_parser)

  • debian/patches/series
    1 1
     0001-Fix-expected-test-outputs-following-update-of-ocamlg.patch
    
    2
    +0002-Add-camlp-streams-to-debGrep-dependencies.patch


  • Reply to: