Merge ~liushuyu-011/ubuntu/+source/ocaml-re:ubuntu/devel into ubuntu/+source/ocaml-re:ubuntu/devel

Proposed by Zixing Liu
Status: Needs review
Proposed branch: ~liushuyu-011/ubuntu/+source/ocaml-re:ubuntu/devel
Merge into: ubuntu/+source/ocaml-re:ubuntu/devel
Diff against target: 41 lines (+9/-2)
3 files modified
debian/changelog (+6/-0)
debian/control (+2/-1)
debian/tests/tests (+1/-1)
Reviewer Review Type Date Requested Status
Graham Inggs (community) Needs Fixing
Review via email: mp+473319@code.launchpad.net

Description of the change

This merge proposal fixes the broken test script that patches the test runner script incorrectly.

PPA build: https://launchpad.net/~liushuyu-011/+archive/ubuntu/misc/+sourcepub/16491897/+listing-archive-extra

To post a comment you must log in.
Revision history for this message
Graham Inggs (ginggs) wrote :

It seems ocaml-re was reverted:
https://launchpad.net/ubuntu/+source/ocaml-re/1.12.0+really1.11.0-1

Does this patch need to be re-based?

review: Needs Fixing

Unmerged commits

017ab4f... by Zixing Liu

changelog

787d47a... by Zixing Liu

update-maintainer

4a1bdc4... by Zixing Liu

d/tests/tests: fix mismatching parenthesis after removing the copy rule

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/debian/changelog b/debian/changelog
2index 1deb3b8..4fe6e4a 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,9 @@
6+ocaml-re (1.12.0-1ubuntu1) oracular; urgency=medium
7+
8+ * d/tests/tests: fix mismatching parenthesis after removing the copy rule
9+
10+ -- Zixing Liu <zixing.liu@canonical.com> Mon, 16 Sep 2024 13:44:15 -0600
11+
12 ocaml-re (1.12.0-1) unstable; urgency=medium
13
14 * Team upload
15diff --git a/debian/control b/debian/control
16index d49a89f..eb74739 100644
17--- a/debian/control
18+++ b/debian/control
19@@ -1,7 +1,8 @@
20 Source: ocaml-re
21 Section: ocaml
22 Priority: optional
23-Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
24+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
25+XSBC-Original-Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
26 Uploaders:
27 Mehdi Dogguy <mehdi@debian.org>
28 Build-Depends:
29diff --git a/debian/tests/tests b/debian/tests/tests
30index 1b9cf6b..2679db1 100755
31--- a/debian/tests/tests
32+++ b/debian/tests/tests
33@@ -9,7 +9,7 @@ cp -a lib_test ${outdir}
34 cp debian/tests/dune-project ${outdir}/lib_test/
35 cp lib/fmt.ml ${outdir}/lib_test/fort_unit/
36 cd ${outdir}/lib_test
37-sed -i '/fmt\.ml/d' fort_unit/dune
38+sed -i -e '/fmt\.ml/d' -e 's|^(rule$||g' fort_unit/dune
39
40 echo "* Run tests"
41 dune runtest 2>&1

Subscribers

People subscribed via source and target branches

to all changes: