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:

- debian/changelog
- debian/control
- + debian/patches/0002-Add-camlp-streams-to-debGrep-dependencies.patch
- debian/patches/series


Changes:

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


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


=====================================
debian/patches/0002-Add-camlp-streams-to-debGrep-dependencies.patch
=====================================
@@ -0,0 +1,21 @@
+From: Stephane Glondu <st...@glondu.net>
+Date: Fri, 14 Jun 2024 13:48:14 +0200
+Subject: Add camlp-streams to debGrep dependencies
+
+---
+ tests/DebianPackages/dune | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/tests/DebianPackages/dune b/tests/DebianPackages/dune
+index 122693e..484316d 100644
+--- a/tests/DebianPackages/dune
++++ b/tests/DebianPackages/dune
+@@ -20,7 +20,7 @@
+ 
+ (executable
+  (name debGrep)
+- (libraries extlib dose3.common dose3-extra.doseparse dose3-extra.debian)
++ (libraries extlib dose3.common dose3-extra.doseparse dose3-extra.debian 
camlp-streams)
+  (modules debGrep grep_argv_parser grep_argv_types))
+ 
+ (ocamlyacc grep_argv_parser)


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



View it on GitLab: 
https://salsa.debian.org/ocaml-team/dose3/-/compare/17f4910628c149e73ff02f0e45115a39a0cd78c4...fad171b36ef57a9fe6d3cda6141cd2ad9601cab2

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://salsa.debian.org/ocaml-team/dose3/-/compare/17f4910628c149e73ff02f0e45115a39a0cd78c4...fad171b36ef57a9fe6d3cda6141cd2ad9601cab2
You're receiving this email because of your account on salsa.debian.org.


Reply via email to